
body {
 background-color: #fff;
 margin: 40px;
 font-family: Lucida Grande, Verdana, Sans-serif;
 font-size: 14px;
 color: #4F5155;
}

#page {
	width:960px;
	overflow:hidden;
	margin:0 auto;
}

a {
 color: #003399;
 background-color: transparent;
 font-weight: normal;
 text-decoration:none;
 padding:4px;
 cursor:pointer;
}

a:hover {
	background:#444;
	color:white;
}

header {
	margin-bottom:40px;
	display:block;
	clear:left;
	width:100%;
	overflow:hidden;
 border-bottom: 1px solid #D0D0D0;
}

header h1 {
 color: #444;
 background-color: transparent;
 font-size: 20px;
 font-weight: bold;
 margin: 24px 0 2px 0;
 padding: 5px 0 6px 0;
 float:left;
}

#topnav li {
	display:inline;
	list-style:none;
	margin:20px 40px 0px 0;
	float:right;
	font-size:13pt;
}

code {
 font-family: Monaco, Verdana, Sans-serif;
 font-size: 12px;
 background-color: #f9f9f9;
 border: 1px solid #D0D0D0;
 color: #002166;
 display: block;
 margin: 14px 0 14px 0;
 padding: 12px 10px 12px 10px;
}

p.signature {
	color:#AAA;
}

div.col {
	width:250px;
	margin:20px;
	float:left;
}

#col1 {
	width:300px;
}

form {
	margin:0px;
	padding:0px;
}

form .form_errors {
	color:red;
	font-weight:bold;
}

.form_success {
	font-weight:bold;
}

form input {
	font-size:14pt;
}
form p {
	clear:left;
}

form label {
	font-weight:bold;
	width:200px;
	display:block;
	float:left;
}

form info {
	clear:left;
	display:block;
	font-size:8pt;
	color:#AAA;
	font-weight:normal;
}