html, body{ 
 margin:0; 
 padding:0; 
 font-family:arial;
 background:#e6e6e6;
} 
/* Set Page Width*/
#pagewidth{ 
 margin-top:10px;
 width:1000px; 
 text-align:left;  
 background:#ffffff;
 margin-left:auto; 
 margin-right:auto;
 /*border:1px solid #c6c6c6;*/
}
#header{
 height:100px; 
 background: url("/images/graphics/header_bg.png");
 background-color: #9CB9F3; 
 width:1000px;
 text-align:center;
 padding-top:5px;
}

#contentbody{
 margin-left:5px;
 margin-top:5px; 
 width:988px;
 text-align:left;  
 background:#ffffff;
 border:1px solid #c6c6c6;
 margin-bottom:5px;}

#leftcol{
 width:185px;
 height:500px; 
 float:left; 
 position:relative;
 text-align: center;
 background-color:#ffffff; 
 color:#ffffff;
 padding-top:5px;
  }
 
#maincol{background-color: #FFFFFF;  
 float:right; 
 display:inline; 
 position: relative; 
 width:775px;
 padding:10px;
 }
 
#maincol a{
				 text-decoration:underline;
 				 color:#000060;}
				 
#maincol a:hover{
				 text-decoration:none;
				 color:#000060;}
				 
#maincol a:visited{
				 color:#000060;}
 
/*#info{
position: relative;
float: left;
width: 770px;
display: inline;
 text-align: justify;
 }*/
 
#footer{
 width:1000px;
 height:85px;
 background-color: #9fb8f1; 
 color:#000033;
 background: url("/images/graphics/footer_bg.png");
 clear:both;
 float:left;
 position:relative;
 
 }
 
#footer a{
 color:#000033;
 text-decoration:underline
 }

 #footer a:hover{
 text-decoration:none
 }
 


#footericons{
 position: relative;
 display: inline;
 width: 200px;
 float: left;
 margin-left:20px;
 margin-top:10px;
  } 
	
#footercenter{
position:relative;
display:inline;
width: 600px;
text-align: center;
margin-top:10px;
float:left;
 }
#footertop{
 width:1000px;
 min-height:60px;}
 
#footerbottom{
font-size:0.7em;
}

#footer_copy{
float:left;
display:inline;
position:relative;
margin-left:20px;}

#footer_design{
display:inline;
position:relative;
float:right;
text-align:right;
margin-right:20px;} 


.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 */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/*Navigation Bar Style*/

ul.navbar {
list-style-type: none;
padding: 0;
margin: 0px;

}
ul.navbar li 
{
margin: 5px 0;
}



ul.navbar a 
{
text-decoration: none;
display:block;
text-align:center;
width: 180px;
padding-top:2px;
min-height:22px;
margin-left:10px;
background: url("/images/graphics/nav-normal.png")no-repeat;
background-color: #9CB9F3;
color: #000033;}
	

ul.navbar a:link 
{
color: #000033;; 
}

ul.navbar a:visited 
{
color: #000033;; 
}

ul.navbar a:hover 
{
background: url("/images/graphics/nav-hover.png")no-repeat;
background-color: #ff0000;
color: #ffffff;
}

div.pageheader{
background: url("/images/graphics/pagebar.png")no-repeat;
background-color: #9CB9F3; 
min-height: 22px;
text-align: center;
font-weight: bold;
width:770px;
padding-top:2px;
margin-bottom: 10px;
color:#000033;
} 

