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: 60%;
	font-weight: bold;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}

#content {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 10px;
	margin-left: 200px;
	line-height: 1.25;
}

.box {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #FDEDED;
	padding: 12px;
}

#content h3 {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 90%;
	text-align: center;
	border: 1px solid #6699CC;
	padding: 10px 8px 5px 10px;
}

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

#header {
	color: #000000;
	height: 175px;
	margin-left: 10px;
}

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

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

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

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

#content td {
	line-height: 1.5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

li {
	line-height: 1.75;
}

td {
	font-size: 80%;
}

h2, h3 { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 90%;
}

.divider {
	text-align: center;
	line-height: 5em;
}

.dune {
	color: #996633;
	background-color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
}

.venture {
	color: #6699CC;
	background-color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
}

.question {
	font-weight: bold;
	text-decoration: underline;
}