/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.htmlarea {
	border: 1px solid #ccc;
}

body {
	text-align: center;
	font-family: Arial, Tahoma, Verdana;
	background-color: #0056a5;
	font-size: 0.8em; 
	color: #0050a2;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.2em;
	margin: 10px 0px;
}

a {
	color: #45a12b;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 10px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

textarea, select {
	border: 1px solid #ccc;
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
	padding: 2px;
}

textarea {
	width: 294px;
	height: 111px;
}

.textbox {
	border: 1px solid #ccc;
	width: 264px;
	padding: 2px;
}

select {
	width: 270px;
}

#container {
	width: 870px;
	margin: auto;
	text-align: left;
	background-color: #fff;
}

#header {
	width: 830px;
	padding: 10px 20px 0px 20px;
	font-size: 0.8em;
}

#header p {
	padding-top: 10px;
}

.banner {
	clear: both;
	width: 100%;
	margin: 20px 0px;
}

#nav {
	float: left;
	width: 180px;
	padding-left: 20px;
}

#nav a {
	display: block;
	height: 30px;
	line-height: 30px;
	width: 176px;
	padding: 0px 2px;
	text-align: center;
	color: #fff;
	background: url(../images/btn.png);
	margin-bottom: 10px;
	font-size: 0.9em;
	font-weight: bold;
}

#nav .on {
	text-decoration: underline;
}

#content {
	float: right;
	width: 610px;
	padding-left: 30px;
	padding-right: 10px;
	background: url(../images/navbg.gif) top left repeat-y;
}

#content ul {
	margin-left: 20px;
}

#content li {
	list-style: disc;
	margin-bottom: 5px;
}

#content form {
	float: left;
	width: 609px;
}

#leftcol {
	float: left;
	width: 340px;
}

#rightcol {
	float: left;
	width: 250px;
	height: 517px;
}

.contactspacer {
	float: right;
	width: 1px;
	height: 517px;
}

.action {
	font-size: 1.2em;
	color: #45a12b;
	font-weight: bold;
}

/* common */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.leftpic {
	float: left;
	margin: 0px 20px 20px 0px;
}

.rightpic {
	float: right;
	margin: 0px 0px 20px 20px;
}

.verify {
	border: 1px solid #ccc;
	position: relative;
	top: 6px;
}

.boldred {
	font-weight: bold;
	color: red;
}

.textright {
	clear: both;
	text-align: right;
}

.msg {
	color: #fff;
	font-weight: bold;
	background-color: red;
	padding: 5px;
}