body
{
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #000000;
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #666666;
}

#container
{
	width: 752px;
	margin: auto;
}

#header
{
	width: 752px;
	height: 115px;
	position: relative;
	background-color: #d1d1d3;
}

#headerbg
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#headermenu
{
	position: absolute;
	top: 97px;
	left: 20px;
	z-index: 2;
	
}

#headermenu, #headermenu a, #headermenu a:link, #headermenu a:visited
{
	font-size: 11px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#headermenu a:hover, #headermenu a:active
{
	color: #e17200;
}

.menu, .menuhover
{
	font-size: 11px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	padding-right: 10px;
}

.menuhover
{
	color: #e17200;
}

#contentbg
{
	
	background-color: #ffffff;
	_height: 350px;
	min-height: 350px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.b { font-weight: bold; }
.ucase { text-transform: uppercase; }
.font11 { font-size: 11px; }
.font14 { font-size: 14px; }

.orange
{
	color: #e17200;
}
	
.textbox
{
	border: solid 1px #a5acb2;
	font-size: 11px;
	color: #666666;
}

.error
{
	font-size: 11px;
	color: red;
}

a, a:link, a:visited
{
	
	color: #e17200;
	text-decoration: none;
}

a:hover, a:active
{
	color: #666666;
	text-decoration: none;
}

.button
{
	border-width: 0px;
	border-style: none;
	
	width: 68px;
	height: 18px;
	font-size: 11px;
	color: #464646;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}


	
#footer
{
	background-color: #d1d1d3;
	width: 752px;
	height: 20px;
	text-align: center;
	padding-top: 5px;
}