@charset "utf-8";
/* CSS Document */

body	{
	background-color:#235eae;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	}
	
	
a:link	{
	color:#003399;
	text-decoration:underline;
	}
	
a:visited	{
	color:#003399;
	text-decoration:underline;
	}
	
a:hover	{
	color:#cb4c00;
	text-decoration:underline;
	}		
	
#main	{
	background-color:#FFFFFF;
	text-align:left;
	width:775px;
	border:1px solid #000000;
	}
	
#header	{
	height:96px;
	background-color:#89b1e8;
	background-image:url(images/header_gradient.jpg);
	background-position:right;
	background-repeat:no-repeat
	}	
	
#header2	{
	background-color:#303030; 
	width:775px; 
	height:103px; 
	color:#bbbbbb;	
	}
	
#nav	{
	background-color:#505050;
	font-size:8pt;	
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	text-align:center;
	padding-top:4px;
	padding-bottom:5px;
	}	
	
#nav a:link	{
	color:#ccd957;
	text-decoration:none;
	}
	
#nav a:visited	{
	color:#ccd957;
	text-decoration:none;
	}
	
#nav a:hover	{
	color:#FFFFFF;
	text-decoration:none;
	}		

#nav .divider	{
	color:#868e3f;
	margin: 0 15px 0 15px;	
	}	
	
#content	{
	width:416px;
	padding:20px;
	padding: 20px 30px 20px 30px
	}
	
#rightrail	{
	width:269px;
	background-color:#f3f4e9;
	font-size:8pt;
	padding:20px 15px 15px 15px;
	line-height:15px;
	}
	
#content_sub	{
	width:501px;
	padding: 20px 30px 20px 38px
	}
	
#rightrail_sub	{
	width:176px;
	background-color:#f3f4e9;
	font-size:8pt;
	padding:20px 15px 15px 15px;
	line-height:15px;
	}		

#graybar_bottom	{
	background-color:#505050;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	height:5px;
	font-size:1px;
	}
	
#footer	{
	background-color:#a3c2ed;
	height:59px;
	padding: 15px 20px 50px 30px;	
	font-size:7.5pt;
	color:#666d76;
	line-height:15px;
	}
	
#footer .divider	{
	color:#708bb1;
	}	
	
#footer a:link	{
	color:#666d76;
	text-decoration:none;
	}
	
#footer a:visited	{
	color:#666d76;
	text-decoration:none;
	}
	
#footer a:hover	{
	color:#333333;
	text-decoration:underline;
	}			
	
li	{
	list-style-image:url(images/bullet.gif);
	}
	
.bio_small	{
	font-size:8pt;
	}	
	
.date	{
	font-size:8pt;
	color:#666666
	}		
	
.small_gray	{
	font-size:8pt;
	color:#999999
	}	
	
.dashdivider_rr	{
	background-repeat:repeat-x;
	background-image:url(images/RightRailDivider.gif);
	padding-top:30px;
	}
	
.dashdivider	{
	border-bottom:1px dashed #b7b7b7;
	padding-top:8px;
	padding-bottom:5px;
	margin-bottom:25px;
	font-size:8pt;
	text-align:right
	}		
	
.headshot	{
	padding-right:15px;
	padding-bottom:20px;
	}
	
.subhead	{
	font-size:12pt;
	font-weight:bold;
	color:#ec7a00;
	}	
	
	
	
.red	{
	font-weight:bold;
	color:#FF0000;
	}	
	
		
		