body
{
	background-color: #3D3D3D;
	margin: 0px 0px 0px 0px;
	color: #483D37;
	background: #3D3D3D;
}
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
a.normal:link, a.normal:visited, a.normal:active  {color:#FF9900; text-decoration: underline;}
a.normal:hover {color:#483D37; text-decoration: underline;}

/* ***************** structure styles ************************ */
/* common */
.table-main {
	width: 100%;
	background-color: #FFFFFF;
}
.td-main {
	padding-top: 25px;
	background-image: url(bg-page.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.shad-l {width: 50%; background: url(shad-l.jpg) repeat-y right #000000; vertical-align: top;}
.shad-r {width: 50%; background: url(shad-r.jpg) repeat-y left #000000; vertical-align: top;}

/* header */
.header {
	vertical-align: top;
	height:81px;
	background-image: url(header-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 5px solid #000000;
}
.logo {
	float:left;
	margin:0px;
	padding:0px;
}
.logo-r {
	float:right;
	margin:0px;
	padding:0px;
}
/* left col */
.leftcol {
	vertical-align: top;
	width: 182px;
	padding:  0px 0px 0px 0px;
	background-image: url(leftcol-bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.left-logo {
	background-color: #FFFFFF;
	height: 95px;
	text-align: center;
	padding-top: 5px;
	width: 180px;
}


/* menu styles */
.menu {
	width:180px;
	margin-bottom: 10px;
	}

a.mainbuttontext, a.mainbuttontext:active, a.mainbuttontext:visited {
    height: 28px;
    line-height: 28px;
	width: 180px;
	vertical-align: top;
	background:url(menu-bg.gif) no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent:40px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #483D37;
	
}
a.mainbuttontext:hover {
	background:url(menu-bg-over.gif) no-repeat #FFFFFF;	
	text-decoration: none;
	color:#FF9900;
}

/* center col */
.centercol {
	vertical-align: top;
	width: 718px;
	padding:  0px 20px 20px 20px;
	line-height: 135%;
}

/* ***************** end structure styles ************************ */

/* ***************** text styles ************************ */
p {
	margin:0px;
	padding: 0px 0px 10px 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF9900;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF9900;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}
h3 {
	font-size: 11px;
	color: #483D37;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #116718;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

ul {
	margin:0px;
	padding: 0px 0px 13px 25px;
	list-style-image: url(bullet.gif);
}
li {
	margin:0px;
	padding: 0px 0px 2px 0px;
	line-height:120%;
}
/* ***************** end text styles ************************ */

/* ***************** footer ************************ */
.footer
{
	height: 75px;
	font-size:10px;
	background:url(footer-bg.gif) repeat-x top left #000000;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
}
.copyright
{
	float:left;
	padding: 15px 0px 0px 10px;
	width:430px;
}
.address
{
	float:right;
	padding: 5px 10px 0px 0px;
	text-align:right;
	width:440px;
}
.footer a:link, .footer a:visited, .footer a:active{
	color:#FFFFFF; text-decoration:none;
}
.footer a:hover{
	color:#FFFFFF; text-decoration:underline;
}

/* ***************** end footer ************************ */

/* ***************** forms styles ************************ */
select, input, textarea {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}
form {margin: 0px;}
/* ***************** end forms styles ************************ */

