body {
	margin: 0px;
	padding: 0px;
	background-color: #9999cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}

#master {
	position: relative;
	width:800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #006600;
	text-align: left;
}

#logo {
	position: absolute;
	width:200px;
	height:92px;
	top: -3px;
	left: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCC33;
}

#navbar {
	position: absolute;
	height:21px;
	width: 100%;
	top: 73px;
	right: 1px;
	text-align: center;
	background-color: #ff9933;
	line-height: normal;
	border-bottom: solid #000000 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660066;
	vertical-align: middle;
	padding-top: 5px;
}
#navbar a
{
	color:#660066;
}

#picture {
	position: absolute;
	height:73px;
	width: 800px;
	top: 0px;
	right: 0px;
	background-color: #660066;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
}

#bodywrap {
	background-color: #FFFFFF;
	margin-top: 150px;
	position: absolute;
	padding: 20px;
	height:auto;
	top: -48px;
	width: 760px;
}

#sidecol {
	width:150px;
	float: left;
	background-color: #FFCC66;
	margin-bottom: 20px;
	padding: 5px;
	text-align:center;
}

#maincol {
	margin-left: 230px;
	margin-bottom: 20px;
	padding: 5px;
}
#maincoldoc {
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 5px;
}
#footer {
	width:100%;
	height:auto;
	clear: both;
	padding: 10px 0px;
	text-align: center;
	color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #660066;
	border-right-color: #660066;
	border-bottom-color: #660066;
	border-left-color: #660066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
#footer a
{
	color:#660066;
}
h1
{
	font-size:18px;
	text-align:center;
	color:#660066;
	font-weight:bold;
}
h2
{
	font-size:14px;
	text-align:center;
	color:#660066;
	font-weight:bold;
}
h3
{
	font-size:12px;
	font-weight:bold;
	color: #000000;
	text-align:center;
}
h4
{
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.error
{
	font-color:red;
}
#hotspot
{
	position: absolute;
	height: 71px;
	width: 200px;

}

