body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	line-height: 10pt;
	color: #2A3B6F;
	background: white;
	}

h1 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	}

div {
	background: white;
	display: block;
	}

a:link, a:visited, a:hover {
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #3150AA;
	text-decoration: none;
	}

a:hover {
	font-family: Arial,sans-serif;
	color: #000066;
	font-weight: bold;
	text-decoration: underline;
	}

img {
	border: none;
	}

img.centered {
	margin-left: 56px;
	margin-right: 56px;
	}

ul {
	margin-left: 2%;
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: circle; 
	}

div.container {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0;
	background: white;
	text-align: left;
	padding: 5px;
	}

div.header {
	clear: both;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 6%;
	width: 88%;
	margin-left: 0;
	margin-right: 0;
	height: 110px;
	border-bottom: 1px solid;
	}

div.leftbar {
	float: left;
	position: fixed;
	z-index: 1;
	top: 50px;
	left: 6%;
	width: 160px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	}

div.rightbar {
	float: right;
	position: fixed;
	z-index: 1;
	right: 5%;
	width: 160px;
	margin-top: 5px;
	margin-left: 0;
	margin-right: 0;
	padding: 5px;
	}

div.content {
	display: block;
	margin-left: 175px;
	margin-right: 175px;
	padding-top:20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: justify;
	border-right: 1px solid;
	border-left: 1px solid;
	}

div.footer {
	clear: both;
	width: 87%;
	position: fixed;
	bottom: 0;
	left: 6%;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 5px;
	border-top: 1px solid;
	text-align: center;
	}	

.strong {
	font-weight: bold;
	}


.options {
	display: block;
	float:left; 
	position:relative;
	}

#options-right {
	width: 300px;
	}

#spaced {
	margin-top: 25px;
	}

#top {
	top: 110px;
	}

#top2 {	
	margin-top: 86px;
	}

#top3 {
	margin-top: 86px;
	}

#middle1 {
	top: 200px;
	}

#middle2 {
	top: 320px;
	}


#bottom {
	margin-bottom: 5px;
	top:450px;	
	}

#bottom2 {
	margin-bottom: 35px;
	}

#rightul {
	margin-left: 30px;
	}

.w3c {
	margin-left: 36px;
	margin-right: 36px;
	}