body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px auto auto;
	color: #ffffcc;
	background-image: url(bg.jpg);
	width: 100%;
}
#wrapper
{
	width: 780px;
	margin: 3px auto auto;
	background-image: url(shadow-bg2.jpg);
	background-repeat: repeat-y;
}
#main {
	padding: 0 20px 20px 10px;
	background-image: url(shadow-bottom2.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
}
#leftnav
{
width: 190px;
float: left;
}
#leftnav ul
{
list-style: none;
text-align: left;
margin: 0;
padding: 0px 10px 10px;
}
#leftnav li a:link, #leftnav li a:visited
{
font-size: .65em;
font-weight: bold;
color: #996600;
text-decoration: none;
}
#leftnav li a:hover
{
color: #000000;
}

a:link, a:visited
{
font-weight: bold;
color: #996600;
text-decoration: none;
}
a:hover
{
color: #000000;
}

#rightcontent
{
width: 550px;
float: right
}
#footer
{
margin-top: 25px;
width: 700px;
}
h1 {
	font-size: 1em;
	color: #996600;
}
h2 {
	font-size: .8em;
	color: #996600;
		text-align: left;
}
p {
	font-size: 0.8em;
	color: #996600;
	text-align: left;
	line-height: 20px;
}
.question
{
	font-size: 0.8em;
	font-weight: bold;
	color: #996600;
	text-align: left;
	line-height: 20px;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #996600;
	text-align: center;
}
.floatright
{
	float: right;
	border: 2px solid #663300;
	margin-left: 10px;
}
.floatleft
{
float: left;
	border: 2px solid #663300;
	margin-right: 10px;
}
.clearall
{
clear: both;
}
#rightcontent ul
{
list-style: disc;
text-align: left;
}
#rightcontent li
{
	font-size: 0.8em;
	color: #996600;
	line-height: 20px;
}
table
{
width: 450px;
}
.datatable td
{
	text-align: left;
	font-size: 0.7em;
	font-weight: bold;
	color: #996600;
	text-align: left;
		line-height: 20px;
}
