div {
	border: none;
}

html, body {
	background-image: url(images/bg_test.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.caption {
	font-size: 70%;
	font-weight: bold;
}

.subheader {
	margin-left: 10px;
	margin-top: 25px;
	width: 90%;
	font-size: 100%;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	border: thin dotted #CCFFE6;
}

#content {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 12px 440px 0px 200px;
	padding: 10px;
}

#box {
	padding: 9px;
	border: thin dotted #6699CC;
	background-color: transparent;
	color: #FFFFFF;
}

#content h3 {
	background-color: transparent;
	color: #000000;
	font-size: 110%;
	text-align: center;
	border: 1px dotted #6699CC;
	padding: 10px;
}

#footer {
	width: 95%;
	margin: 10px;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
	color: #000000;
	background-color: #FFFFFF;
	clear: both;
}

#form {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
	width: 475px;
}

#form p {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin: 20px 0px 0px 15px;
	padding: 5px;
}

#header {
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

#leftcol {
	left: 0px;
	margin-left: 10px;
	top: 210px;
	padding: 3px;
	position: absolute;
	width: 300px;
}

#leftcol p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#rightcol {
	left: 53%;
	padding: 0px 25px 0px 8px;
	position: absolute;
	top: 182px;
	width: 365px;
	margin-right: 10px;
}

.vbutton {
	border: 0px;
	line-height: 1.50;
	margin: 0px;
	text-align: center;
}

.vbutton a {
	background-color: #2d2d86;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 3px;
	text-decoration: none;
	display: block;
}

.vbutton a:link,
.vbutton a:visited {
	background: #6699CC;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}

.vbutton a:hover {
	background: #2D2D86;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
}

#vertbar {
	border-top: .5px solid #000000;
	border-left: .5px solid #000000;
	border-bottom: 6px solid #000066;
	border-right: 2px solid #000066;
	width: 140px;
}

.nav {
	position:absolute;
	top: 140px;
	left: 6px;
	height: auto;
}

td {
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
}

.big {
	font-size: 125%;
	font-weight: bold;
	color: #6699CC;
	background-color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
}

#leftcol td {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}