@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f7f7f7;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
p,ul, h1, h2, h3, h4 {margin:0; padding:0; }
h2 {font-size:20px; padding-bottom:15px; color: #333;}
h3, h4 {padding-bottom: 10px; color: #333;}
a, a:visited, a:active {color: #06c; text-decoration:underline;}
a:hover {text-decoration:none;}
 #container { 
	width: 849px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 
 #header { 
	background: #fff; height:141px; background-image: url(images/blue-hdrbg.jpg); background-position:bottom; background-repeat:no-repeat;
	padding: 0 10px 0 0;  
} 
 #header-yellow { 
	background: #fff; height:141px; background-image: url(images/yellow-hdrbg.jpg); background-position:bottom; background-repeat:no-repeat;
	padding: 0 10px 0 0;  
} 
 #header-green { 
	background: #fff; height:141px; background-image: url(images/green-hdrbg.jpg); background-position:bottom; background-repeat:no-repeat;
	padding: 0 10px 0 0;  
}
 #header-red { 
	background: #fff; height:141px; background-image: url(images/red-hdrbg.jpg); background-position:bottom; background-repeat:no-repeat;
	padding: 0 10px 0 0;  
}

ul.nav {
margin-left: 0;
list-style: none;
padding-left: 0;
padding-top: 1px;
padding-bottom:1px;
text-align:right;
}
ul.nav li {display:inline; line-height:19px; font-size:11px;  border-right:1px solid #336;}
.first {-moz-border-radius-topleft: 5px;  -webkit-border-top-left-radius: 5px; }
ul.nav a, ul.nav a:visited {
border-bottom: none;
padding: 2px 15px;

background-color: #c0c0c0;
text-decoration: none;
color: #21426b; font-weight:bold;
}
ul.nav a:hover {
   background-color: #fff; color: #21426b;
}
#navcontainer { height:21px; background-color:#c0c0c0; background-image: url(images/blue-navbg.jpg); background-repeat:no-repeat;
}
#navcontainer-yellow { height:21px; background-color:#c0c0c0; background-image: url(images/yellow-navbg.jpg); background-repeat:no-repeat;
}
#navcontainer-green { height:21px; background-color:#c0c0c0; background-image: url(images/green-navbg.jpg); background-repeat:no-repeat;
}
#navcontainer-red { height:21px; background-color:#c0c0c0; background-image: url(images/red-navbg.jpg); background-repeat:no-repeat;
}
#navigation {font-size:11px; line-height:20px; color:#333366; font-weight: bold; text-align:right; margin-left:460px; padding-right:10px; background-color: #fff; border-bottom:1px solid #336;}
.onecolcontent {margin:0; padding: 15px 10px;} 
.onecolcontent p {font-size:13px; line-height:18px; padding: 0 0 10px 0;}
 #sidebar1 { /* home page */
	float: left; 
	width: 250px; 
	background: #fff; 
	padding: 15px 10px 15px 20px; 
}
 #sidebar1-2col {
	float: left; 
	width: 250px; 
	background: #fff; 
	padding: 15px 10px 15px 10px; 
}
#sidebar1-2col h3 {
  background-color: #ccc; color: #036; border: 1px solid #333; font-size:13px; padding: 5px;}
#sidebar1-2col ul { padding: 10px 0; }
#sidebar1-2col li {
  font-size:13px; list-style-type: none;  padding: 0 10px;
}
#sidenav a, #sidenav-2col li a:visited {
  color: #039; text-decoration:none;
}
#sidenav a:hover { color: #06f; text-decoration:none;}

 #sidebar2 { /* home page */
	float: right; 
	width: 250px; 
	background: #fff; 
	padding: 15px 10px 15px 20px; 
}
 #mainContent {  /* home page */
	margin: 0 280px; 
	padding: 15px 10px; 
	border-left: 1px dashed #666; border-right: 1px dashed #666;
} 

#mainContent2col {
    margin:0 0 0 280px; padding: 15px 10px;
}
#mainContent p, #mainContent2col p, #sidebar1 p, #sidebar2 p {font-size:12px; line-height:19px; padding-bottom:15px;}
#mainContent h2, #sidebar1 h2, #sidebar2 h2 {color: #999;}
#mainContent ul,  #mainContent2col ul {font-size:13px; line-height:20px; padding: 15px 0; margin-left:40px;}
#mainContent li, #mainContent2col li {font-size:13px; line-height:20px;}
#mainContent2col h1 { color:#999; font-size: 18px; font-weight:bold; padding-bottom:15px;}
#sidebar1 h2, #sidebar2 h2, #mainContent h2 {
background-color: #ccc; color: #036; border: 1px solid #333; font-size:13px; padding: 5px; margin-bottom:15px;
}
 #footer { 
	padding: 0 10px 0 20px; 
	background:#fff;
} 
 #footer p {
	margin: 0; 
	padding: 10px 0; 
	color:#999999; font-family:Verdana, arial, sans-serif; font-size:10px; padding: 10px;
}
#footer a {color:#999999; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; text-decoration:none;}
  #footer a:visited, #footer a:active {color:#999999; font-size:10px; text-decoration: none;}
  #footer a:hover {color:#666666; font-size:10px; text-decoration:underline;}
.onecolcontent {border-top:1px solid #666; border-bottom: 1px solid #666;}
.onecolcontent h3 {color:#999;}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

 
