/*Larches StyleSheet*/





html{
   	 FONT-FAMILY:  Arial;
    	font-size: x-small;


     
}

body { 
    margin: 0px;
    color: #00406F;
	background-color: #00406F
}


td {
	font-size : small
}

/*/*/a{}


body td {
    	font-size : x-small
}

html>head:first-child+body td {
   	 font-size : small
}

/* */


.content{
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 12px;
	padding-bottom: 18px;
	background-color: #FFFFFF
}


.shadowLeft{
    	background-image: url(../images/bk_shadow_left.jpg);     
    	background-repeat: repeat-y;
	
}

.shadowRight{
    	background-image: url(../images/bk_shadow_right.jpg);     
    	background-repeat: repeat-y;
	
}

.shadowBottom{
    	background-image: url(../images/bk_shadow_bottom.jpg);     
    	background-repeat: repeat-x;
	
}

.shadowSide{
    	background-image: url(../images/bk_shadow_middle.jpg);     
    	background-repeat: repeat-y;
	
}


h1{
	font-weight: bold;
	font-size: 110%;
	text-align: left;
	margin-bottom: -16px
}

h2{
	font-weight: bold;
	font-size: 110%;
	text-align: left;
    margin-bottom: 2px
}

.txtBlueSmCaps{
	color: #00406F;
	font-weight: bold;
	font-size: 70%;
	text-align: left;
	text-transform: uppercase
}

.txtTurq{
	color: #00406F;
	font-weight: normal;
	text-align: left;
}

.txtTurqBold{
	color: #00406F;
	font-weight: bold;
	text-align: left;
}

.txtWhiteCaps{
	color: #FFFFFF;
	font-weight: bold;
	font-size:90%;
	text-align: left
}

.txtBlueBold{
	color: #00406F;
	font-weight: bold;
	font-size: 90%;
	text-align: left;
	text-align: justify
}

.txtBlueBoldCentre{
	color: #00406F;
	font-weight: bold;
	font-size: 90%;
	text-align: center;
	text-transform: uppercase
}



.copyright{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 60%;
	text-align: center;
	padding-top: 3px;
	background-image: url(../images/bk_shadow_bottom.jpg);     
   	background-repeat: repeat-x;
}


ul{
   	list-style: url(../images/bulletpoint.jpg);
	line-height: 1.4	
}
.ulSub{
   	list-style: url(../images/bulletpointsub.jpg);
	line-height: 1.4	
}


P {

    	text-align: justify;
    	line-height: 1.4
}

.Pcenter { 
   	color: #00406F;
   	text-align: center
}

.PIndentItalic { 
   	color: #00406F;
	margin-left: 25px;
	font-style: italic;
	margin-top: -20px;
	text-align: justify;
}

.PIndent { 
   	color: #00406F;
	margin-left: 25px;
	margin-top: -12px;
	text-align: justify;
}

.Pleft { 
   	color: #00406F;
   	text-align: left
}

.Pright {   
   	color: #00406F;
   	text-align: right
}



.tborder {
   	border: 1px solid #00406F
}



.borderright{
   	border-right: 1px solid #626862
} 


.borderRightLeft{
   		border-left: 3px solid #FFFFFF;
		border-right: 3px solid #FFFFFF
}

.imgcenter{
	 	float:center;
		margin: 0px
}

.imgLeft{
   	 text-align: left;
	 float:left;
	 margin-right: 12px;
	 margin-top: 6px
}


.imgRight{
	float:right;
	margin: 0px;
	margin-left: 12px;
	margin-top: 6px
}


.imgrightborder{
	float:right;
	margin: 0px;
	border: 1px solid #00406F;
	margin-left: 12px;
	margin-top: 6px
}


.imgCenterBorder{
	float:center;
	margin: 0px;
	border: 1px solid #00406F;
}

.imgLeftBorder{
   	 text-align: left;
	 float:left;
	 margin-right: 12px;
	 border: 1px solid #00406F;
	 margin-top: 6px
}


/* links*/

a:link, a:active, a:visited {
   color: #00406F;
   text-decoration: underline;
   font-weight: bold
}


a:hover {
   color: #2DA6FF;
   text-decoration: underline;
   font-weight: bold
}




a.LinkSitemap:link, a.LinkSitemap:active, a.LinkSitemap:visited {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 70%;
	text-align: right;
	text-decoration: none;

}


a.LinkSitemap:hover{
	color: #2DA6FF;
	font-weight: normal;
	font-size: 70%;
	text-decoration: underline;
}


.folder{
    list-style: url(../images/open.gif);
    font-weight: bold;  
    color: #00406F;
	height: 22px 
}


.page{
    	list-style: url(../images/list.gif); 
    	font-weight: bold;
    	height: 22px; 
    	color: #00406F
}

.subpage{
    	list-style: url(../images/list.gif); 
    	font-weight: bold;
    	height: 22px; 
    	color: #00406F;
		margin-left: 20px
}

/* forms*/
.submitgo {
    border: 1px solid #FFFFFF;
    height:18px;
    width:22px;
    Font-size: 8px;
    background-color:#00406F;
    color: #ffffff; 
    Font-weight: bold
}

.submitform {
    border: 1px solid #FFFFFF;
    height: 24px;
    Font-size: 64%;
    background-color:#000000;
    color: #FFFFFF; 
    font-weight: bold
}
 


TEXTAREA{ 
    	COLOR: #000000; 
    	background-color:#FFFFFF; 
    	border-bottom: 1px solid #00406F;
    	border-left: 1px solid #00406F;
   		border-right: 1px solid #00406F;
    	border-top: 1px solid #00406F;
		scrollbar-face-color: #FFFFFF; 
		scrollbar-highlight-color: #00406F;
		scrollbar-shadow-color: #00406F;
		scrollbar-3dlight-color: #FFFFFF;
		scrollbar-arrow-color: #00406F; 
		scrollbar-track-color: #FFFFFF;
		scrollbar-darkshadow-color: #FFFFFF;
}

 INPUT { 
    COLOR: #00406F;
    background-color:#FFFFFF; 
    border-bottom: 1px solid #00406F; 
    border-left: 1px solid #00406F; 
    border-right: 1px solid #00406F; 
    border-top: 1px solid #00406F
}
