@charset "utf-8";
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style:normal;
	font-size: large;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color:#ffffff;	
}
	
  h1{font-size:200%; }
  h2{font-size:150%; color:#0055a5; font-weight:bold;}
  h3{font-size:125%; color:#56a3cc; font-weight:bold;}
  h4{font-size:100%;}
  h5{font-size:115%; vertical-align:middle;display:block;}
  h6{font-size:100%;}
  
  
	
   p{font-size:100%; position:relative; font-weight:normal; display:block;}
	
  ul{margin:0; padding:0; list-style-type:none;}

   #header ul a:link {color:#ffffff; background-color:#0055a5; font-weight:bold;}
   #header ul a:visited {color:#ffffff; background-color:#0055a5; font-weight:bold;}
   #header ul a:hover {color:#ffffff; background-color:#418ed6; font-weight:bold;}
   #header ul a:active {color:#ffffff; background-color:#56a3ec; font-weight:bold;}
   
   #header ul .sel a{background-color:#e65e3e; color:#ffffff;}
   #header ul .sel a:hover, #header ul .sel a:focus {background:#418ed6; color:#ffffff;}
   
    .infobar a:link {color:#ffffff;}
	.infobar a:visited {color:#ffffff;}
	.infobar a:hover {color:#56a3ec;}
	.infobar a:active {color:#ffffff;}

	a:link {color:#ffffff;}
	a:visited {color: #ffffff;}
	a:hover {color:#418ed6;}
	a:active { color: #ffffff;}	
	
	#mainContent a:link {color:#000000; background-color:#ffffff;}
	#mainContent a:visited {color:#000000; background-color:#ffffff;}
	#mainContent a:hover {color: #000099; background-color: #ffffff;}
	#mainContent a:active {color:#000000; background-color: #ffffff;}
	
	

							 
#container {
	width: 990px;  /* this will create a container 100% of the browser width */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 80%;
	margin: 0 auto;
}

#header { 
	background: #ffffff; 
	padding: 20px 10px 20px 10px;
	width: 990px;
}
	
#header ul{
	background: #0055a5 url(Images/nav_bar_back.png) repeat-x;
	overflow: auto;
	border-bottom: #e65e3e url(Images/orangegradtop.png) repeat-x;
	padding: 0 0 0 28px;
	margin:0 0 0px 20px;
	width: 900px;
}

#header li{
	float: left;
	font-size: 95%;
	font-weight: bold;	
}

#header li a{
	display: block;
	text-decoration: none;
	padding: 8px 6px 12px 6px;
}

#mainContent {
	padding: 10px 0px 10px 0px; 
	background: #ffffff;
	margin-left:150px;
	width: 700px;
	
}

#mainContent ul{
	padding:15px; 
	list-style-type:disc; 
		
}

#mainContent li{ 
	margin: 1em 0;
	font-size:100%;
	
		
}
	
#footer {
	clear:both;
	padding: 0 10px 10px 10px; 
	background:#DDDDDD;
	text-align: center;
	vertical-align: middle;
	display:block;
} 

#footer p {	
	margin: 0; 
	padding: 10px 0; 
	font-weight:normal;
	font-size:90%;
}

a img {border:none; display:block;}

img.logo{
	float:left;
	margin-left: 100px;
	margin-right: 50px;
}

img.header photo{
	clear:both;
	float:right;
}

.search {
	position:absolute;
	top:2px;
	left:700px;
	width:335px;
	height: 28px;
			
}

.colorsearch {
	position:relative;
	width:990px;
	height:30px;
}


.infobar{
	width:990px;
	padding-top:2px;
	padding-right:0px;
	padding-bottom:2px;
	padding-left:0px;
	overflow:visible;
	position:relative;
	visibility:visible;
	vertical-align: bottom;
	background-color:#0055a5;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	font-style:normal;
	font-weight:bold;
}

.orangebar {
	position:absolute;
	top:0px;
	height: 30px;
	background-image: url(Images/orangegrad.png);
	background-repeat: repeat-x; 
	width: 700px;
	left:0px;
}

.orangebartop {
	height:6px;
	/*background-color: #e65e3e;*/
	background-image: url(Images/orangegradtop.png);
	background-repeat: repeat-x;
	margin: 0 0 10px 20px;
	width: 928px;
}




