body {
	background-color:#d8dfe6;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin-top:0pt;
	
}

img {
	border:0;
	padding:0;
	margin:0;

}

#topnav
{
	background-image: url(images/HeaderNavBg.jpg);
	height:32px;
	text-align:center;

}

#topnav a
{
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding-left:8px;
	text-transform:uppercase;
	text-decoration:none;

}

#topnav a:hover
{
	color:#e7e7e7;

}

#leftbar
{
	background-color:#3d688e;
	width:180px;

}

#leftbar h2
{
	color:#CECECE;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	margin-top:7px;
}

#leftbar hr
{
	border:0;
	color:#a2a2a2;
	background-color:#a2a2a2;
	height:1px;


}

#leftbar .useful_info a

{
	display:block;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
	text-transform:capitalize;
	padding-left:5px;
	padding-bottom:5px;
}

#content{

	width:576px;
}

#content td, #content p, #content li {
color:#000000;
font-family: arial,sans-serif;
font-size: 12px;
/*letter-spacing: 1.1pt;*/
word-spacing: 1.6pt; 
line-height: 1.5;


}

#content a, .contentfooter a
{
	color:#394C5D;
	text-decoration:none;
	
	
	}
	
#content a:hover, contentfooter a:hover
{
	
	text-decoration:underline;
	
	
	}

#content h1,#content h2,#content h3,#content h4,#content h5,#content h6
{
	color:#000;
	font-family: Times New Roman;
	

}

#content h1
{
	margin-top:0px;
	font-weight:normal;
	color:#000;

}


#content .biopic
{
	margin:5px;
	padding:5px;
	background-color:#a7a7a7;
	


}

.contentfooter {
	
	width:576px;	
	font-size:10px;
	line-height:12px;
		
	}



#footer
{
	background-color:#3B4E5F;
	height:50px;
	vertical-align:middle;
}
#footer .footernav
{
	text-align:center;

}


#footer .footernav a, #footer .footernav
{
color:#ffffff;
font-family:Verdana;
font-size:10px;
text-decoration:none;

}

.copyright {
	
color:#DAD8FF;
font-family:Verdana;
font-size:10px;
padding:5px;
text-align:center;
}

.inputbox, .inputarea {

	background-color:#000000;
	border:1px solid #000000;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:11px;
	height:18px;
	width:146px;
	margin-bottom:5px;
}

.inputarea {

	height:77px;
	
}

.ButtonBg {

	background-color:#CDCDCD;
	border:1px solid #CDCDCD;
	color:#000000;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	height:18px;
	width:63px;
}

.padding
{
	padding-left:5px;
	padding-right:5px;

}

.nav, .nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none ;
		
		width : 11em;
	}
	
	.nav li { /* all list items */
		position : relative;
		
		line-height : 1.5em;
		margin-bottom : -1px;
		width: 11em;
	}
	
	.nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 10em;
		margin-top : -1.5em;
		background-color:black;
	}
	
	.nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	.nav li a {
		width: 11em;
		w\idth : 10em;
		display : block;
				
		padding : 0 0.5em;
		
		color:#FFFFFF;
		font-family:Verdana;
		font-size:11px;
		text-decoration:none;
	}
	
	.nav li a:hover {
		color : white;
		background-color : black;
	}
	
	.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}



#errors {
text-align:center;
width:100%;
padding:5px;
}
#errors h2 {
font-size:14px;
}
#errors p, #errors li {
font-size:10px;
margin:0;
padding:0;
line-height:13px;
}
#errors ul {
margin:0;
padding:3px;
}
#errors li {
color:red;
margin-left:15px;
}


/** BLOG CSS FIXES **/

#content .categories ,#content .categories ul li
{
	display:inline;
	list-style:none;


}

#comment
{
	width:400px;

}

#commentlist
{
	background-color:#e3e3e3;
	margin-bottom:10px;

}



