html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background: #EEEEEE;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666; 
} 
 
#container{ 
	width:970px; 
	text-align:left;  
	margin-top:25px;
	margin-left:auto; 
 	margin-right:auto;
 	background:#FFFFFF;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
} 
 
#header{
 position:relative; 
 height:92px; 
 background-color:#FFFFFF; 
 width:100%;
 padding-top:20px;
} 

#header img {
	float:left;
	margin-right:10px;
	}

#header h1, #header h2 {
	margin: 0;
	padding-left: 60px;
	padding-top:20px;
	font-weight: normal;
	color: #FE0000;
}

#header h1 {
	font-weight: bold;
	padding: 10px 5px 0 20px;
}

#header h2 {
	font-size: 92%;
	padding-top:5px;
	
}

#header a {
	text-decoration: none;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	padding-left:20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	background: #E6E6E6 url(images/img07.gif) no-repeat right bottom;
}

#sidebar li ul {
	padding: 10px 20px;
	font-size: 92%;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: none;
	border-top: 1px dotted #CDCDCD;
}

#sidebar h2 {
	height: 30px;
	margin: 0;
	padding: 6px 0 0 10px;
	background: url(images/img06.gif) no-repeat;
	font-size: 100%;
	font-weight: bold;
	color: #145997;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .first {
	border: none;
}


.title {
	margin: 0;
	padding: 10px 20px 10px 10px;
	border-bottom: 1px dotted #D6C9BF;
}

#splash{
 	position:relative; 
 	height:92px; 
 	background-color:#194FFF; 
 	width:100%;
 	height: 266px;
 	padding-bottom: 3px;
	background: url(images/homepic6.jpg) no-repeat left top;
} 

#splash2{
 	position:relative; 
 	height:92px; 
 	background-color:#194FFF; 
 	width:100%;
 	height: 266px;
 	padding-bottom: 3px;
	background: url(images/homepic7.jpg) no-repeat left top;
} 

#splash3{
 	position:relative; 
 	height:92px; 
 	background-color:#194FFF; 
 	width:100%;
 	height: 266px;
 	padding-bottom: 3px;
	background: url(images/homepic8.jpg) no-repeat left top;
} 

#splash4{
 	position:relative; 
 	height:92px; 
 	background-color:#194FFF; 
 	width:100%;
 	height: 266px;
 	padding-bottom: 3px;
	background: url(images/homepic9.jpg) no-repeat left top;
} 

#splash5{
 	position:relative; 
 	height:92px; 
 	background-color:#194FFF; 
 	width:100%;
 	height: 266px;
 	padding-bottom: 3px;
	background: url(images/homepic10.jpg) no-repeat left top;
} 

#splashReserves{
 	position:relative; 
 	height:92px; 
 	background-color:#194FFF; 
 	width:100%;
 	height: 266px;
 	padding-bottom: 3px;
	background: url(images/reserves.jpg) no-repeat left top;
} 


#leftcol{
	width:170px; 
	float:left; 
 	position:relative;
	padding-left:10px; 
 	margin-top: 1.5em;

  }

#leftcol ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#leftcol li {
	margin-bottom: 10px;
	border-bottom: 1px dotted #D6C9BF;
	padding-bottom:10px;

}

#leftcol li ul {
	padding-left: 5px;
}

#leftcol li li {
	margin: 0;
	padding: 5px 10px;
}



#menu{
 position:relative; 
 height:92px; 
  background-color:#194FFF; 
 width:100%;
background: url(images/img02.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
}

#menu a {
	display: block;
	float: left;
	padding: 20px 30px 15px 18px;
	margin-right: 1px;
	height: 30px;
	background: url(images/img03.gif) no-repeat left 35%;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
}
 
#maincol{
	background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:750px;
 padding-right:20px;
 }
 
#footer{
	height:50px; 
	background-color:#FFFFFF; 
	padding:15px;
	margin-bottom:25px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
 	clear:both;
 } 

#footer a {
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  

