body{
    color: #333;
    background-color: white;
    margin: 0px;
    padding: 0px;
    font: 10px verdana, arial, helvetica, sans-serif;
}

#logo{
 height: 21px;
 background: #064a71;
 border-bottom: 2px solid #666666;

}

#content {
    padding: 5px 5px 5px 5px;
}

h1{
		font: bold 8px verdana, arial, helvetica, sans-serif;
		padding-bottom: 2px;
}

h2{
		font: bold 12px "Century Gothic", verdana, arial, helvetica, sans-serif;
		padding-bottom: 1px;
}

a{
	color: #3F5280;
	text-decoration: none;
}

a:focus, a:hover {
	color:#3F5280;
	text-decoration: underline;
}
 
 

#shorttalk {
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	border-top: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB;
	}

#shorttalk p{
	font-family: Verdana, Arial, san-serif;
	font-size: 7.4px; 
	color: #888888;
	line-height: 1.1;
	}
 
p{
	line-height: 1.3;
}
 

ul
{
	list-style-position: outside;
	marker-offset: -25px;
}

p.caption{
	font-size: 8px;
	font-style: italic;
	color: #666666;
	margin-top: -10px;
} 
 
 
p.posted {
	color: #666666;
	font-size: 7.5px;
	border-top: 1px solid #666666;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}
	
#menu {
	margin: 10px 10px 10px 10px;
	padding: 20px 10px 10px 10px;
	background-color: #EAF2FF;
	border: 3px dotted #234B8E;
	}
