/* CSS Document */

body{
	text-align: center;
	padding: 0px;
	background-image:url(img/body.jpg)
	}

/* Hey Derek just experimenting with the layout.. previous body code:  
body{
	text-align: center;
	padding: 0px;
	background-color: #000002;*/
	

p{
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
}

h2, h5{
	color: #C93300;
	font-family: Adode Garamond Pro, Garamond, Georgia, serif;
	font-size: 1.25em;
}


.mission_font{
	color: #C93300;
	font-size: .6 em;
	font-family: arial, verdana, sans-serif;	
	}

#wrapper{
	text-align: left;
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background-color: #000002;
	font-family: verdana, arial, helvetica sans-serif;
	border: solid #292929 2px;
	background-image:  url(img/bkgrd.gif);
	background-position: top left;
	background-repeat: no-repeat;

}

#header{
	height: 123px;
	max-height: 123px;
	margin-bottom: -3px;

}

#pri_nav{
	position: relative;
	width: 800px;
	max-width: 800px;
	background-image: url(img/navbar_bkgrd.gif);
	background-repeat: repeat-x;
	height: 42px;
	max-height: 42px;
	text-align: right;
	border-bottom: solid #c93300 1px;
}

#pri_nav ul{
	padding-top: 15px;
}


#pri_nav ul li{
	display: inline;
	border: 1px #555555 solid;	
	padding-left: 30px;
	padding-right: 15px;
	background: #050505;
}

#pri_nav ul li a{
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	font-size: 12px;
}

#pri_nav ul li a:hover{
	color: #92bce4;
	
}

#pri_nav ul li a:visited{
}

#video{
	width: 400px;
	max-width: 400px;
	margin-top: 18px;
	margin-right: 18px;
	float: right;
}

#video a {
	text-decoration: underline;
	color: #c93300;
}

#video a:hover{
	text-decoration: underline;
	color: blue;
}

#video form{

	color: #C93300;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;	
	}	

#main_nav{
	width: 295px;
	max-width: 295px;
	float: left;
	font-weight: bold;
	text-align: right;
	
}

#main_nav ul{
	margin-top: 10px;

}

#main_nav ul li{

	font-weight: bold;
    LIST-STYLE-TYPE: none;
}

#main_nav ul li a{
	margin-bottom: 8px;
	font-size: 16px;
    DISPLAY: block;
    COLOR: #0a50a5;
    FONT-FAMILY: sans-serif;
    TEXT-DECORATION: none;
	
}

#main_nav ul li a:visited{
}

#main_nav ul li a:hover{
	color: #92bce4;
}



#archive_list{
	list-style-type: none;
}


#archive_list li{
	margin-bottom: 4px;
}

#archive_list li a{

	font-weight: bold;
	text-decoration: none;
	color: #94bde5;
	font-size: 12px;
}

#archive_list li a:hover{
	color: #ffffff;
}

#content_wrapper{
	float: left;
	width: 800px;
	max-width: 800px;
	margin-right: 10px;
}

#content_wrapper p{
	font-family: arial, verdana, sans-serif;
	font-size: 1.1em;
	color: #C93300;
}

#content_wrapper ul li{
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
	color: #592615;
}

#footer{
	height:	150px;
	max-height: 150px;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 15px;
	width: 800px;
	max-width: 800px;
	clear: both;
}

#footer p{
	color: black;
	text-align: center;
	font-size: 9px;
	font-family: verdana, sans-serif;
}

#footer ul li {
	display: inline;
	list-style-type: none;
}

#footer ul li a{
	margin-left: 2px;
	margin-right: 2px;
	font-size: 9px;
	text-decoration: underline;
	color:#c93300;
}

#footer p a{
	margin-left: 2px;
	margin-right: 2px;
	text-decoration: underline;
	color:#c93300;
}

#footer a:hover{
	color: #592615;
	text-decoration: underline;
}

#footer a:visited{
	color: #592615;
}

