A:link {
	COLOR: #0741d4;
}
A:visited {
	COLOR: #0741d4;
}
A:hover {
	COLOR: #663366; 
}


	
h1 { 
	border-left: 5px solid #6D4A16;
	margin-bottom: -10px;
	padding-left: 10px;
	margin-top: 16px;
	font-size:30px; 
	font-weight: normal; 
	line-height: 1.5em; 	
	letter-spacing: -1px; 
	color: #084B5C;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}

	
h2, h3, h4, h5 { 
	margin-top: 24px;
	}
	
h2 { 
	font-weight:normal; 
	padding-bottom: 4px; 
	font-size: 157%;
	color: #084B5C;
	letter-spacing: -1px;
	line-height: 1.3em;
	border-bottom: 1px solid #cccccc 75%
	}
	
h3 {
	font-weight:normal; 
	font-size: 130%;
	color:#084B5C;
	letter-spacing: 0px;
}

h4 { 
	font-size: 95%;
	color:#084B5C;	
}

P, LI {
	font-size:11px;
	}
	
Label {
font-weight: bold;
}

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 color: #666666;
 background-color: #074B5C; /*#FFFFCD*/
} 
 
#pagewidth{ 
 width:840px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 BORDER-TOP: #DADADA 1px solid; /*confirmed grey border around main body*/
 BORDER-BOTTOM: #DADADA 1px solid; /*confirmed grey border around main body*/
 BORDER-LEFT: #DADADA 1px solid; /*confirmed grey border around main body*/	 	
 BORDER-RIGHT: #DADADA 1px solid; /*confirmed grey border around main body*/
 background-color: #FFF;
} 

#header{
 position:relative; 
 height:100px; 
 /*background-color:#C3B696; */
 background:url("../img/banner.jpg");
 background-repeat:no-repeat;
 width: 830px;
 margin: 5px 5px 5px 5px; /*top, right, bottom, left, adds white border around everthing*/
} 
 
#banner{
 position:relative;  
 background-color:#0D7C99; /*#D5DFBC*/ 
 width:830px;
 margin: 5px 5px 5px 5px; /*top, right, bottom, left, adds white border around everthing*/
}  
 
#leftcol{
 width:210px; 
 height: 400px;
 float:left; 
 color: #fff;
 text-align:center;
 position:relative; 
 background-color:#0D7C99; /*#D5DFBC*/ 
 margin: 0px 0px 0px 2px; /*top, right, bottom, left, adds white border around everthing*/
 }

#maincol{
/*background-color: #CCC; */
 float: right; 
 display:inline; 
 position: relative; 
 width:623px; 
 margin: 0px -5px 0px 0px;/*top, right, bottom, left, adds white border around everthing*/
 LINE-HEIGHT: 24px;
 font-size:12px;
 padding: 0px 5px 0px 0px;
}

 #footer-text{

 background-color:#FFF; 
 /*clear:both;*/
 text-align:center;
 margin: 5px 5px 5px 5px;/*top, right, bottom, left, adds white border around everthing*/
 PADDING-TOP: 40px; /*confirmed adds padding inside main body around all sides*/
 PADDING-BOTTOM: 3px; /*confirmed adds padding inside main body around all sides*/
 font-size:10px;
 width:830px;
 } 
 
 #footer-bar{
 width:826px;
 height: 15px; 
 background-color:#0D7C99; /*#D5DFBC*/ 
 /*clear:both;*/
 text-align:right;
 margin: 5px 5px 5px 5px;/*top, right, bottom, left, adds white border around everthing*/
 padding: 2px 2px 2px 2px;
 } 

.button {
 FONT-SIZE: 10px;  
 WIDTH: 90px; 
 BORDER: 1px solid #666; 
 BACKGROUND-COLOR: #cdcdcd;
 cursor: hand;
}

.new {
 color: #006699;
 font-weight: bold;
}



/*Float containers fix*/
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/*Navigation*/

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 80%; /*width of menu*/
border-width: 1px 0;
background: #0D7C99; /*#D5DFBC*/
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #042D37; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #FFF; /*#D5DFBC*/ /*divider between menu items*/
}

.indentmenu ul li a:visited{
color: #074B5C; /*#737F4D*/
}

.indentmenu ul li .current{
color: #042D37 !important; /*text color of selected and active item*/
background: #FFCC33; /*#C9D5A7*/
}

.indentmenu ul li a:hover {
color: #042D37 !important; /*text color of selected and active item*/
background: #E2F2FA; /*#C9D5A7*/
}

