html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	height: 100%;
	background-color: #000000;
	background-image: url(../images/main/background2.gif);
	background-repeat: repeat-x,y;
	background-position: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#menu {
	padding: 0px;
	color: #000000;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	height: 26px;
}

#menu a{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/main/menu_chrome1.gif);
	background-repeat: repeat-x;
	display: block;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-left: 10px;
}
#menu a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/main/menu_chrome_over.gif);
	background-repeat: repeat-x;
	color: #993300;
}
#header {
	width: 800px;
	padding: 0px;
}
.mainTable {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d78635;
	border-left-color: #d78635;
	width: 782px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d78635;
}

#content {
	padding: 15px;
	background-image: url(../images/main/content_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	display: table-cell;
	width: 570px;
}
#content h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	background-image: url(../images/main/content_heading_background2.gif);
	color: #FFFFFF;
	background-repeat: repeat-y;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-color: #9E3D01;
}
#content h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#content p{
	font-size: 12px;
}
#content a{
	color: #792702;
	text-decoration: underline;
}
#content a:hover{
	color: #eb901f;
	text-decoration: none;
}
#sidebar {
	font-size: 9px;
	margin: 0px;
	background-color: #3b3b3b;
	text-align: right;
	vertical-align: top;
	display: table-cell;
	width: 200px;
	background-image: url(../images/sub_menu/sidebar_metal.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.bottomBar {
	background-image: url(../images/main/content_chrome_bottom.gif);
	background-repeat: repeat-x;
}

#subMenu a {
	text-decoration: none;
	display: block;
	background-color: #EB901F;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #333333;
	border-left-color: #666666;
	color: #000000;
	padding: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: left;
}
#subMenu a:hover{
	color: #FFFFFF;
	background-color: #FF6600;	
}
#subMenu span{
	color: #FFFFFF;
	background-color: #585858;
	display: block;
	padding: 4px;
	text-align: left;
	text-decoration: none;	
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;	
}
#footer {
	font-size: 9px;
	background-color: #000000;
	color: #FFFFFF;
	bottom: 0px;
	position: relative;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.menuCell {
	background-color: #000000;
	background-image: url(../images/main/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
	vertical-align: bottom;
}
