@charset "utf-8";
/* CSS Document */
<style type="text/css">
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
		background:url(imgs/bg.jpg) no-repeat;
        background-color:#003399;
		margin:0px;
		line-height:1.3em;
		font-family: "Avangeli", Helvetica, Arial, sans-serif;
}
#main {
		
margin:0px auto;
	   	width:810px;
        
		
}

#header { 
		margin-bottom:-16px; 
		border:0px; 
		padding:0px; 
		line-height:0px;
		background-image:url(imgs/top.jpg); 
	    height: 200px;

}
#nav {	
                position:relative;
                left:-210px;
		margin-right:-210px;
float:left;
               
	   	
}	   
#nav ul
	{       height:400px; 
                width:200px;
		margin-left:5px;

		padding-top:0px;
		padding-left: 0px;
		display:block;
		list-style:none;
}

#nav ul li {

            margin-top:30px;
            padding-right:10px;
            font-size:1.4em;
            text-align:right;
            

}

#nav ul li a 
{
		text-decoration: none;
		margin-left:5px;
		color:#679A01;
		width: 200px;

}



/******************************************* HOVER STATES ********************************/
#nav li a:hover
{
		text-decoration: none;
		margin-left:5px;
		color:#003399;
		width: 200px;
}


/******************************************** Selected States *********************************/
#nav li a#selected
{
		text-decoration: none;
		margin-left:5px;
		color:#003399;
		width: 200px;
}

#topnav {	
		margin:0;
	   	float:left;
		width:570px;
	   	padding-bottom:20px;

}	   

#topnav a {
           padding-top:5px;
           line-height:1.45em;
           color:#cb6900;
           text-decoration:none;
           display:block;
		   cursor:pointer;
}

#topnav a:hover {
color:#3059ab;
text-decoration:underline;
}

#topnav div {
margin-left:30px;
margin-top:0;
padding-left:10px;
border-left: 2px dotted #c66401;

}
#content { 
		text-align:left;
		margin-top:15px;
		padding-top:0px;
		padding-left:210px;
		padding-right:20px;
		min-height:500px;
        background-image:url(imgs/fill.gif);
		width:580px;
float:left;			
}

#content p {
		padding-top:10px;
}

#content h1 {
padding-top:10px;
margin-top:15px;
}		
.bioImage {float:right;
           padding-top:10px;
           padding-left:10px;
		
}

#bioName {
font-size:1.1em;
color:#003399;
padding-right:4px;
text-transform:uppercase;
border-bottom:1px solid #c66401;
}
#content table {

}


#content table a:link img { 

}

#content #imgleft {
		  
		  
}


#footer { 
clear:both;
		background-image:url(imgs/foot.png);
                height:59px;
                margin-top:-16px;
         

}

#footer p {
padding-top:60px;
padding-left:150px;
color:#fff;
}

#footer a {
color:#679a01;
font-weight:bold;
}

</style>
