@charset "UTF-8";
/* CSS Document */

*/

/* RESETS &  BASIC PAGE SETUP */
* { margin: 0; padding: 0; }


body {
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	margin: 0px;
	background-color: #1c5edb;
		height: 100%;
	
	}
	
	
p {margin-top: 0; margin-bottom: 0; font-size:14px; line-height:150%; }
a { color:#FFFFFF; text-decoration: none; }
a: hover, a:active {text-decoration: underline; }
h1 {font-size:18px; font-style:bold; }
h2 {font-size: 18px; font-style: bold; color:#FFFFFF; }
h3 {font-size: 16px; font-style: bold; color:#FFFFFF; }

#pagewrap {
width:900px;
margin: 0 auto;
height: 100%;
background-color:#cbddf6;
}



ul#navigation {
background: url(images/header.jpg) no-repeat;
height: 300px;
list-style: none;
margin: 0px;
}

#navigation li {
display: inline;
font-size:14px;
position:relative;
top:177px;


}

#navigation a {
padding: 10px;
margin-right: 5px;

}

#navigation a:hover, ul#nav li a:active {
		color: #131c43;
		}	

#maincontent {
width: 900px;
background-color: #cbddf6;
}

#copy  {

padding: 10px 5px 25px 5px;
float:left;
width: 550px;
margin-top: -70px;
margin-left: 30px;

}

#maincontent p {
margin-bottom: 8px;
}

#sidebar {

width: 216px;
height: auto;
padding: 10px 5px 20px 5px;
background: url(images/dropsmall.jpg) top center no-repeat #1c5edb;
text-align: center;
float:right;
margin-right: 40px;
margin-top: -60px;
margin-bottom: 30px;

}

#sidebar p {
color: #FFFFFF;
}



#sidebar li {
list-style: none;
text-align: center;
}

#sidebar a:hover {
 	color: #131c43;
		}	


.clear {clear: both;}

#footer p {
color:#FFFFFF;
text-align: center;
font-size: 10px;
margin-top: 10px;
clear: right;
}

img.img {padding-bottom: 10px;}



/* END RESET */

/* TOOLBOX */


/* END TOOLBOX */


/* STRUCTURE AND STUFF */

