body {
	margin: 0px;
	padding : 0;
	margin-top: 8px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div
{
	padding : 0;
	margin : 0;
	word-wrap: break-word;
}

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

h1
{
	font-weight : bold;
	font-size : 18px;
	color : #00548f;
	margin : 0;
	margin-bottom : 1.1em;
}

h2
{
	font-weight : bold;
	font-size : 14px;
	color : #00548f;
	margin-bottom : 0.2em;
	margin-top : 1em;
}

p
{
	padding-top : 0;
	margin-top : 0;
	line-height : 1.4em;
	font-size : 13px;
}

p.blue, a
{
	color : #00548f;
	font-weight : bold;
}

p.blue
{
	font-size : 14px;
}

div#main
{
	width : 830px;
	margin : auto;
	position : relative;
}

div#header
{
	width : 100%;
	border-bottom : 2px solid #000033;
	float : left;
	margin-top : 10px;
	padding-bottom : 10px;
	margin-bottom : 20px;
}

div#logo
{
	float : left;
}

div#quote
{
	float : right;
}

div#menu
{
	float : left;
	width : 150px;
}

div#menu p
{
	font-weight : bold;
	color : #00548f;
	padding-top : 4px;
}

div#menu a
{
	text-decoration : none;
	color : #00548f;
	font-weight : normal;
}

div#content
{
	float : right;
	width : 640px;
	margin-bottom : 50px;
}

div.leftbarseparator
{
	height : 8px;
	background-color : #b1cbe5;
	margin-top : 5px;
	margin-bottom : 5px;
	line-height : 1px;
	overflow : hidden;
	float : left;
	width : 100%;
}

div.leftbaroption
{
	border-top : 1px solid #b1cbe5;
	padding-bottom : 5px;
	padding-top : 4px;
}

ul.sections li
{
	margin-bottom : 0.3em;
}

div.cover
{
	float : right;
	margin-left : 20px;
	margin-bottom : 20px;
	border : 1px solid #999;
	padding : 2px;
}