﻿HTML
{
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
BODY
{
	position: relative;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background: url(../images/bg.jpg) #020101 no-repeat center top;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
HR
{
	border-bottom: 0px;
	border-left: 0px;
	padding-bottom: 0px;
	margin: 0px 10px 0px 0px;
	padding-left: 0px;
	padding-right: 10px;
	background: none transparent scroll repeat 0% 0%;
	height: 1px;
	border-top: #cc9933 1px solid;
	border-right: 0px;
	padding-top: 0px;
}
H3
{
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
A
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #000000;
	text-decoration: underline;
	padding-top: 0px;
}
A:visited
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #000000;
	text-decoration: underline;
	padding-top: 0px;
}
A:hover
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #000000;
	text-decoration: underline;
	padding-top: 0px;
}
.header
{
	position: relative;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}
.headermenu
{
	position: absolute;
	left: 15px;
	top: 20px;
	font-size: 12px;
	font-weight: bold;
}
.headermenu A
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.center
{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}
.breadcrumbs
{
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 12px;
	color: Black;
}
.breadcrumbs A
{
	font-size: 12px;
	color: Black;
	text-decoration: none;
}
.menubar
{
	text-align: left;
	background-color: Black;
	width: 162px;
}
.body
{
	position: relative;
	text-align: left;
	padding: 40px 0px 40px 40px;
	background-color: White;
	background-image: url(../images/bodybg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 440px;
}
.sidebardivider
{
	background-color: White;
	background-image: url(../images/dividerbg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 40px;
}
.rightsidebar
{
	text-align: left;
	background-color: White;
	background-image: url(../images/sidebarbg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 250px;
}
.footer
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: Black;
	padding: 10px;
	font-size: 10px;
	color: #cccccc;
}
.menu
{
	color: #FFFFFF;
	padding: 15px;
	font-weight: 900;
	font-size: 13px;
	vertical-align: middle;
	border-top: #999999 1px solid;
	cursor: hand;
}
.menu:hover
{
	background-color: #C09137;
	color: #000000;
	cursor: hand;
}
.menuselected
{
	background-color: #707070;
	color: #FFFFFF;
	padding: 15px;
	font-weight: 900;
	font-size: 13px;
	vertical-align: middle;
	border-top: #999999 1px solid;
	cursor: hand;
}
.menuselected:hover
{
	background-color: #C09137;
	color: #000000;
	cursor: hand;
}
.submenu
{
	background-color: #707070;
	color: #FFFFFF;
	padding: 0px 5px 5px 15px;
	font-size: 11px;
	cursor: hand;
}
.submenu:hover
{
	color: #D0B379;
	cursor: hand;
}
.submenuselected
{
	background-color: #707070;
	color: #FFFFFF;
	padding: 0px 5px 5px 15px;
	font-size: 11px;
	cursor: hand;
}
.submenuselected:hover
{
	color: #D0B379;
	cursor: hand;
}
.footermenu
{
	float: right;
	color: #FFFFFF;
	font-size: 10px;
}
.footermenu A
{
	color: #FFFFFF;
	cursor: hand;
	text-decoration: none;
}
.fieldlabel
{
	text-align: right;
}
.entryfield
{
	background-color: #E3D0B0;
	border: solid 0px #FFFFFF;
	width: 150px;
	margin: 5px;
}
.fancybutton
{
	background-color: #C6963A;
	color: #FFFFFF;
	border: solid 1px #000000;
	font-size: 14px;
	font-weight: bold;
	min-width: 150px;
	padding: 5px;
	cursor: hand;
}