
body {

	font-family: 'lucida sans unicode', 'lucida sans', 'trebuchet ms', 'sans-serif';
	margin: 0 auto;
	background-image: url("images/bg.jpg");
	background-repeat:repeat-x;


}
#top {
	padding: 0px 0px 0px 0px;
	background-image: url("images/header.jpg");
	align: center;
	height: 200px;
	margin-top: -16px;
}

/**Menu***/
#menu {
}

#menu ul {
	list-style:none;
}

#menu li {
	display:inline;

}

#menu li a {
	text-align:center;
	color:#FFFFFF;
	float: left;
	margin-left: 25px;
	text-decoration: none;
	font-size: .9em;
	padding: 165px 0px 0px 0px;
}

#menu a:hover {
	color:#fff;
}


#container {
	width: 880px;
	margin: 0 auto;
}

#content{
	width: 583px;
	float: right;
font-size: .89em;
color: #485357;
}

#content a{
font-size: .92em;
color: #485357;
text-decoration: none;

}

#content a visited{
text-decoration: none;
}

#content h1{
color: #0086ab;
font-size: 1.8em;
}

#content h2{
color: #08cae5;
font-size: 1.3em;
margin-top: 15px;
}

#content i{
color: #0086ab;
}

#content li{
margin-top: 10px;
}

#content blockquote{
background-color: #CCCCCC;
}


#divider{
	background-image: url("images/verticleDivider.jpg");
	background-repeat:no-repeat;
	width: 8px;
	height: 209px;
	float: left;
}

#sidebar{
	width: 283px;
	float: left;
	font-size: .75em;
	text-align: right;
	margin-right: 5px;
	min-height: 576px;
	background-image: url("images/sidebarBG2.jpg");
	background-repeat:no-repeat;
}

#sideContent{	
	float: left;
	margin-top: 470px;
	margin-bottom: 20px;
}

#sideContent h2{	
	margin-top: 30px;
	margin-bottom: 0px;
}



#missionBox {
float: left;
width: 288px;
height: 180px;
background: url(images/shortBlueLeftBox.jpg) no-repeat;
margin-right: 9px;

}

#missionContent {
text-align: left;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
font-size: .85em;
color: #FFFFFF;
}

#missionContent h1{
font-size: 1em;
color: #485357;
}

#scrollingImage {
float: right;
width: 582px;
float: right;
}

#wordOfDayBox {
float: left;
width: 288px;
height: 180px;
background: url(images/shortGreyLeftBox.jpg) no-repeat;
margin-right: 9px;
margin-top: 9px;

}

#wordOfDayBoxContent {
text-align: left;
padding-left: 10px;
padding-right: 10px;
padding-top: 25px;
font-size: .85em;
color: #FFFFFF;
}

#homeFlyer {
float: left;
width: 284px;
margin-top: 9px;

}

#blurbBox {
float: right;
width: 288px;
height: 180px;
background: url(images/shortBlueRightBox.jpg) no-repeat;
margin-top: 9px;

}

#blurbBoxContent {
text-align: right;
padding-left: 10px;
padding-right: 10px;
padding-top: 25px;
font-size: .85em;
color: #FFFFFF;
}

#blurbBoxContent a{
	color: #485357;
	text-decoration: none;
}
#SocialBox {
color: #FFFFFF;
float: left;
width: 582px;
height: 180px;
background: url(images/socialBackground.jpg) no-repeat;
margin-top: 9px;
margin-right: 9px;
}

#spotlightbBox {
float: right;
width: 288px;
height: 180px;
background: url(images/shortGreyRightBox.jpg) no-repeat;
margin-top: 9px;
margin-bottom: 9px;

}

#spotlightBoxContent {
text-align: right;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
font-size: .85em;
color: #FFFFFF;
}

#spotlightBoxContent h1{
font-size: 1em;
color: #FFFFFF;
margin-bottom: 5px;
}

#spotlightBoxContent a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer{
padding: 0px 0px 0px 0px;
	background-image: url("images/footerbg.jpg");
	background-repeat:repeat-x;
	clear: both;

	align: center;


}
#footerContent{
	text-align: center;
font-size: .85em;
color: #FFFFFF;
	height: 125px;
	width: 880px;
	background: url(images/footBurst.jpg) no-repeat;
	
		padding-top: 25px;

}

#footerContent a{
color: #FFFFFF;
text-decoration: none;

}



/**For Forms**/
label
{
	width: 4em;
	margin-right: 0.5em;

}

.submit input
{
	margin-left: 4.5em;
}
input
{
	color: #485357;
	background: #dbdbdb;
	border: 1px solid #0086ab;
}
textarea
{
	color: #485357;
	background: #dbdbdb;
	border: 1px solid #0086ab;
}

.submit input
{
	color: #000;
	background: #dbdbdb;
	border: 2px outset #0086ab;
}
fieldset
{
	border: 1px solid #0086ab;
	width: 20em;
}

legend
{
	color: #fff;
	background: #49443e;
	border: 1px solid #798aa4;
	padding: 2px 6px;
} 
