body {
	margin: 0;
	padding: 0;
    font-family: Verdana, Arial, Helvetica, Geneva;
    font-size: 9pt;
	color: #E6D3AE; /*#ECE6D4;*/
	background: url('images/bg.png');
}

#divMainContentWrapper a, a:active, a:visited {
	color: #E5640F !important;
	font-weight: normal;
	text-decoration: none;
}

#divMainContentWrapper a:hover {
	color: #E5640F !important;
	font-weight: normal;
	text-decoration: underline;
}

#divMainShadow {
	position: relative;
	width: 770px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	background-image: url('images/bgShadow_middle.png');
	background-repeat: repeat-y;
}

#divMainShadow_footer {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	margin-bottom: 0px;
	background-image: url('images/bgShadow_bottom.png');
	background-repeat: no-repeat;
	width: 770px;
	height: 8px;
}

#divMainBackground {
	position: relative;
	padding: 150px 0px 0px 0px;
	margin: 0px auto;
	background-color: #000000;
	width: 750px;
	text-align: center;
}

#divMainContentWrapper 
{
	width: 738;
	background: none;
	padding: 5px 0px 15px 0px;
	margin: 0px 5px 0px 5px;
	text-align: left;
}

#divLogo {
	position: absolute;
	top: 0px;
	left: -25px;
	background-color: Transparent;
	z-index: 50;
}

#divHeaderImage {
	position: absolute;
	top: 0;
	left: 1px;
	width: 748px;
	height: 120px;
	z-index: 10;
}

#divMenu {
	position: absolute;
	top: 110px;
	left: 1px;
	background-image: url('images/nav_bg.png');
	background-repeat: repeat-x;
	width: 748px;
	height: 43px;
	z-index: 20;
}

#divMenu_inner {
	position: absolute;
	top: 112px;
	right: 0px;
	width: 550px;
	padding: 10px 0px 0px 0px;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	z-index: 60;
}

#divMenu_inner a, a:active, a:visited {
	color: #ffffff;
	text-decoration: none;
}

#divMenu_inner a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#menuList {
	margin: 0px;
	padding: 0px;
}

#menuList li {
	display: inline;
	list-style-type: none;
	padding: 0px 12px 0px 12px;
}

.submenu {
	position: absolute;
	padding: 0px 0px 5px 0px;
	background-repeat: repeat-x;
	background: url('images/subnav_shadow.png') left bottom;
	font-weight: bold;
	color: #ffffff;
	left: 0px;
	z-index: 2147483610;
	visibility: hidden;
}

.submenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	border-top: 0px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

.submenu ul li {
	list-style-type: none;
	padding: 6px 10px 6px 10px;
	background-color: #B93400;
}

.submenu a, a:active, a:visited {
	color: #ffffff !important;
	text-decoration: none;
	font-weight: bold;
}

.submenu a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

#divFooter {
	position: relative;
	margin: 0 auto;
	margin-top: 2px;
	padding-bottom: 10px;
	width: 748px;
	font-size: .9em;
	color: #000000;
}

#divCopyright {
	float: left;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

#divCreatedBy {
	float: right;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

#divCreatedBy a, a:active, a:visited {
	color: #808080;
	text-decoration: none;
}

#divCreatedBy a:hover {
	color: #808080;
	text-decoration: underline;
}


/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}
/* End hide from IE-mac */

.gradientPanel 
{
	background: #F6DA96 url('images/gradientPanel.png');
	border: 1px solid #EC9A50;
	color: #000000;
    width: 500px;
    margin-bottom: 8px;
}

.gradientPanel td 
{
	color: #000000;
    font-family: Verdana, Arial, Helvetica, Geneva;
    font-size: 9pt;
}