body
{
	font-family: Verdana, sans-serif;
	font-size: 90%;
	letter-spacing: 1px;
	margin: 92px 0px 0px 0px;
	padding: 0px;
}
html > body
{
	/* allows for correct spacing for gecko-based browsers, causes slightly too much space for opera >.< */
	margin: 102px 0px 0px 0px;
}
div.logoarea
{
	text-align: right;
	position: absolute;
	top: 00px;
	left: 0px;
	width: 100%;
	height: 50px;
	background-color: #FF9900;
	background-image: url(../images/topbargradient.gif);
	background-repeat: repeat-y;
}
div.nav1
{	
	color: #664444;
	font-size: 75%;
	letter-spacing: -1px;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	height: 50px;
	padding-left: 10px;
}
.nav1_start
{
	background-image: url(../images/nav1bar_start.gif);
	background-repeat: no-repeat;
}
.nav1_body
{
	background-image: url(../images/nav1bar_body.gif);
	background-repeat: repeat-x;
	font-size: 75%;
	letter-spacing: -1px;
}
tr > td.nav1_body
{
	font-size: 100%;
	padding-bottom: 6px;
}
.nav1_end
{
	background-image: url(../images/nav1bar_end.gif);
	background-repeat: no-repeat;
}
.area_title
{
	position: absolute;
	top: 47px;
	left: 0px;
	width: 100%;
	height: 45px;
	color: #CCCCCC;
	font-style: italic;
	font-size: 140%;
	padding: 15px 0px 0px 10px;
	background-color: #000000;
}
.rightsideimages
{
}

a
{
	color: #AA7700;
	text-decoration: none;
}
a:visited
{
	color: #AA7700;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}
a:visited:hover
{
	color: #000000;
	text-decoration: underline;
}
a.nav1
{
	text-decoration: none;
	color: #664444;
}
a.nav1:visited
{
	color: #664444;
}
a.nav1:hover
{
	color: #AA6666;
	text-decoration: none;
}
a.nav1:visited:hover
{
	color: #AA6666;
	text-decoration: none;
}
.sidearea
{
	text-align: left;
	width: 1%;
	vertical-align: top;
	height: 400px;
	background-image: url(../images/sidegradient.gif);
}
.mainbody
{
	text-align: left;
	//width: 98%;
	vertical-align: top;
	padding: 10px 10px 10px 5px;
	font-size: 80%;
	letter-spacing: 1px;
	background-image: url(../images/main_bg.gif);
}
.foot
{
	background-color: #D9D9D9;
	color: #999999;
	font-size: 70%;
	text-align:right;
	height: 25px;
	padding-right: 10px;
}
.leftside
{
	position: absolute;
	top: 110px;
	left: 5px;
	width: 186px;
	height: 200px;
	background-image: url(../images/leftsidebg.png);
	background-repeat: no-repeat;
	color: #333399;
	font-size: 60%;
	padding: 5px 25px 5px 5px;
	
}
.title1
{
	font-size: 140%;
	color: #999999;
	font-style: italic;
	letter-spacing: 2px;
}
.title2
{
	font-weight: bold;
	letter-spacing: 2px;
}
.infotable
{
	border: #666666 1px solid;
	border-collapse: collapse;
}
td.datatitle
{
	background-color: #FFCC33;
}
td.data1
{
	border: #666666 1px solid;
	background-color: #FFEE66;
}
td.data2
{
	border: #666666 1px solid;
}