﻿html,body {
	margin:0;
	padding:0;
	background:#151B54;
}

body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:13pt;
	text-align:center;
}

div#container {
	width:1200px;
	margin:0 auto;
	display:block;
	text-align:left;
	background:#FFFFFF;
		
}

div#container p {
	line-height:150%;
}

div#wrapper{
	float:right;
	width:100%;
	margin-left:-315px;
	background:#FFFFFF;
}

div#content {
	margin-left:350px;
	background:#FFFFFF;
	margin-top:0;
	padding:10px;
	min-height:640px;
	height:auto !important;
	height:640px;
	
}

div#header{
	position:relative
}

div#header h1{
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	background: #EEE;
	color: #3B9C9C;
}

div#logo {
	text-align:center;
	
}

div#navigation{
	margin-top:25px;
	background:#FFFFFF;
	float:left;
	width:275px;
	color:#0479b8;
	padding-left:5px;
	font-weight:bold;
	font-variant:small-caps;
	font-size:10pt;
}

div#navigation ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

div#navigation a {
	display:block;
	padding:5px;
	border-bottom:1px solid #029a36;
	text-decoration:none;
	color:#0479b8;
	width:80%;
}

div#navigation a:hover {
	background:#FFFFFF;
}

div#extra{
	margin-top:10px;
	float:left;
	clear:left;
	width:275px;
	color:#004000;
	padding:5px;
	background:#FFFFFF;
}

div#extra h1 {
	font-weight:bold;
	font-variant:small-caps;
	font-size:12pt;
	text-align:center;
	color:##004000;
	background:#FFFFFF;
}

div#extra a {
	color:#004000;
	text-decoration:underline;
}

div#extra a:hover {
	text-decoration:none;
}

div#footer {
	background: #FFFFFF;
	color: #fff;
	clear:both;
	width:100%
}

h1 {
	color:#004000;	
	font-weight:normal;
}

h2 {
	color:#004000;
	font-weight:normal;
	
}

h3 {
	color:#004000;
	font-weight:normal;
}

a:link {
	color:#0108b1;
}

a:hover, a:active {
	color:#655100;
}
a:visited {
	color:#490e83;
}

img.floatleft {
	float:left;
	margin:5px;
	border:0;
}

img.floatright {
	float:right;
	margin:5px;
	border:0;
}

table, tr, td, th {
	border-collapse:collapse;
	border: 1px solid #029a36;
	padding:5px;
	
}

table {
	width:100%;
	
}

table.formtable td, table.formtable, table.formtable tr {
	border:0;
	vertical-align:top;
}

td.fieldname {
	font-weight:bold;
	color:#3B9C9C;
	white-space:nowrap;
}

.thead {
	font-size:11pt;
	background:#FFFFFF;
	color:#3B9C9C;
	font-weight:bold;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
}


