body {
	font-family: Verdana, Arial, sans-serif;
	background: #ffffff url(images/bg.png) top repeat-x;
	margin: 10px 0px;
	padding: 0px;
	color: #444444;
}
a {
	color: #2b438f;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #ff900e;
	text-decoration: none;
}
form {
	margin: 0px;
}
input {
	border: 1px solid #999999;
	background-color: #ffffff;
	color: #444444;
	padding: 1px;
	font-size: 70%;
}
textarea {
	background-color: #ffffff;
	color: #444444;
	border: 1px solid #999999;
	font-family: Verdana, Arial, sans-serif;
	padding: 1px;
	font-size: 70%;
}
input.submit {
	background-color: #e9e9e9;
	color: #4444444;
	border: 1px solid #999999;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	padding: 2px 10px;
}
div#body {
	background: #ffffff url(../images/bg.jpg) bottom repeat-x;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-top: 2px solid #2b438f;
	border-bottom: 2px solid #2b438f;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
}
div#topbar {
	background: #f0f0f0;
	height: 63px;
}
div#topbar img#leftlogo {
	float: left;
	border: 0px;
}
div#topbar img#rightlogo {
	float: right;
	border: 0px;
}
div#topnav {
	background: #f0f0f0 url(images/nav_bg.png) repeat-x;
	padding: 4px 0px 4px 5px;
	border-top: 1px solid #2b438f;
	border-bottom: 1px solid #2b438f;
}
div#topnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div#topnav li {
	display: inline;
	background: url(images/nav_divider.gif) right no-repeat;
	padding: 4px 25px 4px 5px;
	font-size: 70%;
}
div#topnav li a, div#topnav li a:visited {
	text-decoration: none;
	color: #2b438f;
	padding: 5px 0px;
}
div#topnav li a:hover {
	color: #ff900e;
}
div#topnav li.nospacer {
	background: none;
}
div#topnav li a.active {
	font-weight: bold;
}
div#main {
	background: #ffffff;
	padding: 15px;
	overflow: auto;
}
div#main h1 {
	color: #444444;
	font-size: 70%;
	text-transform: uppercase;
	background: url(images/title_background.png) bottom left no-repeat;
	padding: 0px 0px 4px 15px;
	
}
p {
	margin-top: 0px;
	color: #444444;
	margin-bottom: 15px;
	font-size: 70%;
	line-height: 1.3em;
}
ul {
	list-style-type: square;
}
li {
	font-size: 70%;
	line-height: 1.4em;
}
.imgr {
	float: right;
	margin: 0px 0px 10px 15px;
}
.imgl {
	float: left;
	margin: 0px 15px 10px 0px;
}
table#about {
	
}
table#about td {
	padding: 10px;
	vertical-align: top;
}
table#about td h2 {
	color: #444444;
	font-size: 70%;
	text-transform: uppercase;
	background: url(images/title_background.png) bottom left no-repeat;
	padding: 0px 0px 4px 15px;
}
table#about td img {
	float: right;
	margin: 0px 0px 10px 15px;
}
div.docbox {
	overflow: auto;
}
div.docbox p {
	margin: 0px;
	padding-left: 40px;
	line-height: 4em;
	font-weight: bold;
	
}
div.docbox p.pdf {
	background: url(images/pdf_icon.png) top left no-repeat;
}
div.docbox p.html {
	background: url(images/html_icon.png) top left no-repeat;
}
table.formtable td {
	vertical-align: top;
	color: #444444;
	
}
table.formtable td.formtitle {
	text-align: right;
	font-weight: bold;
	font-size: 70%;
}
p.sml {
	font-size: 60%;
}

div#bottombar {
	height: 62px;
	background: url(images/bg.jpg) left repeat-x;
}