/*
 */

body {
	
	margin: 0;
	
	padding: 0;
		
	background-image: url(../images/Blue_header_fade.jpg) ;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #0770C3;
	background-attachment:fixed;
	font-family: Verdana,Helvetica,Arial sans-serif;	
	line-height: 1.4em;


}



h1, h2, h3, p, ul, li {
	
	margin: 10px 0 10px 0;

	padding: 0;


}




p, h2, h3 {

	margin: 0 0 10px 0;

}


h2 {
	font-size: 150%;
}


ul {

	list-style-type: none;

}



#underConstruction {
	height: 65px;
	background-color: orange;
	border: solid;	
}

#underConstruction h1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
        text-align: center;
}


#wrap {
	
	margin: 0 
	auto;
	
	margin-top: 40px;

	margin-bottom: 40px;
	
	padding: 10px;
	width: 780px;
	
	background-color: #fff;
	/* border: 5px solid #044375;*/
/*background-image: url(../images/wrapper_dropshadow.gif);*/
/*background-repeat: repeat y;*/
/*background-position: center; */
}



#header {

	
	background:  #ffff88;	
	height: 207px;

	position: relative
	}

#header #bannerIcon {
	position:  absolute;
	left: 0px;
	top: 0px;
}

#header #bannerIcon2 {
	position:  absolute;
	left: 641px;
	top: 0px;
}

#header #bannerText {

	position:  absolute;
	left: 170px;
	top: 10px;
}


#mainNav {
	
	margin: 0px 0px 10px 0px;

	padding: 10px;

	background: #044375;

	border-top: 5px solid #033761;	 
        
}



#mainNav ul li {

	display: inline;

	margin: 0 0px 0 0px;
	font-size:  100%;
}



#mainNav li a {


        padding: 10px;
	color: #fff;

	text-decoration: none;

}



#mainNav li a.active {

	background: #033761;
}

#mainNav li a:hover {
	text-decoration: underline;
	background: #033761;
	
}


#content {
	margin: 10px 0 0 0;
	padding: 10px;
	float: left;
	width: 505px;

}

#introlist {
	font-style:  italic;
	background-color:#ff0000;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	padding: 10px 10px 10px 170px;
	margin-right:200px;
	list-style-type: lower-greek;

	background-image: url(../images/keep_it_funky_for_web.gif);
	background-repeat: no-repeat;
	background-position: top-left;
}


#sidebar {
	margin: 10px 0 0 0;
	padding: 10px;
	float: right;
	width: 225px;
}

#sidebar ul  {
	margin: 0 0 40px 0;
}

#sidebar h3  {

	padding: 	5px;
	background:	#eee;
	border-bottom:	2px solid #ddd;
	font-weight:  normal;
}



#footer {
	
	clear: both;

	padding: 10px;

	background: #eee;

	border-bottom: 2px solid #ddd;

}



#footer p {

	margin: 0;

	text-align: right;

	color: #777;

}