@charset "utf-8";
/* CSS Document */

body  {
	background: #1a1a1a;
	background-image: url('images/main_bg.gif');
	background-repeat: repeat-x;
	margin: 0px;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	top: 0px;
	}
#header {
	height: 120px;
	background-image: url(images/header_bg.gif);
	}
.10gray {
	padding-left: 10px;
	color: #939598;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
h1 {
	padding-left: 10px;
	color: #939598;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
}

#h-left {
	width: 400px;
	float: left;
    height: 19px;
	left: 0px;
	top: 0px;
	padding-top: 5px;
	}
#h-right {
	width: 390px;
	float: right;
	height: 19px;
	left: 0px;
	text-align: right;
	top: 0px;
	padding-top: 5px;
	padding-right: 10px;
	}
#logo-left {
	width: 400px;
	float: left;
    height: 88px;
	left: 0px;
	padding-top: 0px;
	}
#logo-right {
	width: 390px;
	float: right;
	height: 64px;
	text-align: right;
	padding-right: 10px;
	padding-top: 24px;
}
#left-side {
	width: 535px;
	float: left;
    background-image: url(images/mid_bg.gif);
	background-repeat: repeat-x;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 20px;
	text-align: justify;
	background-color: #000;
	}
#left-side2 {
	width: 535px;
	float: left;
    background-image: url(images/mid_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	padding: 20px;
	background-color: #000;
	}
#right-side {
	width: 225px;
	float: right;
	background-image: url(images/side_bg.gif);
	background-repeat: repeat-y;
	background-color: #000;
	}
#footer
{
	width: 800px;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #939598;
	background-color: #333333;
	height: 19px;
	padding-top: 5px;
	}
#footerMD
{
	width: 800px;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #484848;
	height: 19px;
	padding-top: 5px;
	}
#main {
	width: 800px;
	position: relative;
	background-image:url(images/side_bg.gif);
	background-color: #000;
	background-position: right;
	background-repeat: repeat-y;
	}
.inactive
	{
	background-image: url('images/submenu_arrow.gif');
	background-repeat: no-repeat;
	background-position: 2px 10px;
	padding-left: 32px;
	height: 23px;
	float: left;
	font-family: Verdana, Tahoma, arial;
	font-size: 10px;
	padding-top: 9px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	width: 193px;
	}
.tdtitles2
{
	border-left: 1px solid #434343;
	border-bottom: 1px solid #434343;
	border-top: 1px solid #434343;
	border-right: 1px solid #434343;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	background: #333333;
	padding: 10px 10px 10px 0;
}	
.tdtitles
{
	border-left: 5px solid #e59b18;
	border-bottom: 1px solid #434343;
	border-top: 1px solid #434343;
	border-right: 1px solid #434343;
	color: #e59b18;
	font-size: 10px;
	font-weight: bold;
	background: #333333;
	padding: 5px 0 5px 5px;
}
.field
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	font-weight: bold;
	color: #e59b18;
	width: 260px;
	height: 14px;
	margin: 0 0 5px 0;
	border: 1px solid #434343;
	background-image: url(images/fieldbg.gif);
	background-repeat: repeat-x;
}
.fieldslarge
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e59b18;
	background-color: #1b1b1b;
	text-transform: capitalize;
	width: 535px;
	margin: 0 0 10px 0;
	height: 58px;
	border: 1px solid #434343;
	SCROLLBAR-FACE-COLOR: #1b1b1b;
	SCROLLBAR-HIGHLIGHT-COLOR: #1b1b1b;
	SCROLLBAR-SHADOW-COLOR: #1b1b1b;
	SCROLLBAR-3DLIGHT-COLOR: #1b1b1b;
	SCROLLBAR-ARROW-COLOR: #e59b18;
	SCROLLBAR-TRACK-COLOR: #1b1b1b;
	SCROLLBAR-DARKSHADOW-COLOR: #1b1b1b;
}
a.rightbtn:link
	{
	background-image: url('images/submenu_arrow.gif');
	background-repeat: no-repeat;
	background-position: 2px 10px;
	padding-left: 28px;
	height: 23px;
	float: left;
	font-family: Verdana, Tahoma, arial;
	font-size: 10px;
	padding-top: 9px;
	text-decoration: none;
	font-weight: bold;
	color: #939598;
	width: 197px;
	}
a.rightbtn:active
	{
	background-image: url('images/submenu_arrow.gif');
	background-repeat: no-repeat;
	background-position: 2px 10px;
	padding-left: 28px;
	height: 23px;
	float: left;
	font-family: Verdana, Tahoma, arial;
	font-size: 10px;
	padding-top: 9px;
	text-decoration: none;
	font-weight: bold;
	color: #939598;
	width: 197px;
	}
a.rightbtn:visited
	{
	background-image: url('images/submenu_arrow.gif');
	background-repeat: no-repeat;
	background-position: 2px 10px;
	padding-left: 28px;
	height: 23px;
	float: left;
	font-family: Verdana, Tahoma, arial;
	padding-top: 9px;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #939598;
	width: 197px;
	}
a.rightbtn:hover
	{
	background-image: url('images/submenu_arrow.gif');
	background-repeat: no-repeat;
	background-position: 2px 10px;
	padding-top: 9px;
	padding-left: 32px;
	height: 23px;
	float: left;
	font-family: Verdana, Tahoma, arial;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #e59b18;
	width: 193px;
	}
	
.w {
	color: #fff;
}
.y {
color: #e59b18;
}
a.topbtn:link
	{
	font-family: Verdana, arial;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #939598;
	}
a.topbtn:active
	{
	font-family: Verdana, arial;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #939598;
	}
a.topbtn:visited
	{
	font-family: Verdana, arial;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #939598;
	}
a.topbtn:hover
	{
	font-family: Verdana, arial;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #e59b18;
	}

a.btngray:link
	{
	font-family: Verdana, arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #939598;
	}
a.btngray:active
	{
	font-family: Verdana, arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #939598;
	}
a.btngray:visited
	{
	font-family: Verdana, arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #939598;
	}
a.btngray:hover
	{
	font-family: Verdana, arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #e59b18;
	}
.clear {clear:both; }