body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #00508a;
}
#header {
	border-bottom: 2px solid #00508a;
	height: 5em;
	color: #00508A;
	background: #FFE111;
}
#header h1 {
	font: 120% Georgia, "Times New Roman", Times, serif;
	padding-top: 0em;
	padding-left: 3em;
	clear: left;
	margin: 0px;
}
#header .logo {
	float: left;
	margin-left: 1.5em;
	margin-top: 0.5em;
}
#nav {
	position: absolute;
	top: 5em;
	left: 0em;
	width: 7em;
	color: #00508A;
	background: #FFE111;
	border-right: 1px solid #00508A;
	margin-top: 4px;
	margin-left: 0px;
	padding: 1em 0.5em 100px;
}
#nav ul {
	list-style: none;
	margin-left: 0em;
	padding-left: 0;
}
#nav li {
	font-size: 80%;
	border-bottom: 1px dotted #00508a;
	margin-bottom: 0.3em;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #2A4F6F;
	background-color: transparent;
	font-weight: bold;
}
#nav a:hover {
	color: #FFE111;
	font-weight: bold;
	background: #00508a;
	display: block;
}
#nav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}
h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
}
#content {
	margin-left: 9em;
	margin-right: 0em;
	background: #FFFFFF;
	padding-right: 2em;
}
#content-home {
	margin-left: 9em;
	margin-right: 0em;
	background: #FFFFFF url(images/vert4rolls.jpg) no-repeat right top;
	padding-right: 280px;
}
#content p, #content-home p {
	font-size: 70%;
	line-height: 1.6em; 
	padding-left: 1.2em;
}
#header p {
	font: 90% Arial, Helvetica, sans-serif;
	float: right;
	text-align: right;
	clear: both;
	margin-top: 0.5em;
	margin-right: 0.5em;
}
 
#nav p {
	font-size: 80%;
}
#content ul, #content-home ul {
	list-style: square;
}
#content li, #content-home li {
	font-size: 80%;
	font-weight: normal;
}
#footer     {
	text-align: center;
	font-size: 70%;
	padding-top: 1em;
	border-top: 1px solid #00508a;
	clear:both;
}
label {
	float: left;
	clear: both;
	font-size: 90%;
	margin-bottom: 20px;
}
input {
	font-size: 90%;
	float: right;
	margin-right: 12px;
}
textarea {
	font-size: 90%;
	float: right;
	margin-right: 12px;
	margin-bottom: 20px;
}
#submit {
	clear: both;
}
#content fieldset {
	width: 460px;
}
