﻿html, body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #877C1C;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	height: 100%;
	border: none;
}

a, a:visited
{
	color:Blue;
}
a:hover
{
	text-decoration:none;
}

#mainbody
{
	width: 760px;
	height: 100%;
	margin: 0px auto 0px auto;
	background-color: #D7C47A;
	border-right: 4px solid #935200;
}

#member
{
	height: 37px;
	text-align: right;
	padding-right: 10px;
	vertical-align: bottom;
}


.rightmenutext
{
	text-align: center;
}


.rightmenutext a
{
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.rightmenutext a:hover
{
	color: #74ac00;
}

#slogan
{
	 height:37px; 
	 background:url(../images/slogan_bg.gif) left top no-repeat;
 }

#topmenu
{
	background: url(../images/topmenu_bg.png) left top repeat-x;
}

#topmenu .topmenucell
{
	width: 100px;
	text-align: center;
}
#topmenu .topmenucell a
{
	font-weight: bold;
	color: white;
	text-decoration: none;
}
#topmenu .topmenucell a:hover
{
	color: #74ac00;
}
#contentcell
{
	width: 527px;
	background-image: url(../images/content_pagebg.jpg);
	padding-left: 25px;
	padding-right: 20px;
	background-repeat: repeat-y;
}
.contenttable
{
	width: 527px;
}
#footer
{
	margin-top: 15px;
	text-align: center;
	padding: 0 20px;
	font-size: 9px;
}

#footer .topcell
{
	background-color: #CCCCCC;
	height: 25px;
	text-align: center;
	border: 2px solid #090909;
}

#footer .bottomcell
{
	background: #090909;
	color: #fff;
	height: 25px;
	text-align: center;
}
#footer .bottomcell a
{
	font-size: 9px;
	padding: 0 7px;
	border-right: 1px solid #fff;
	color: white;
}
#footer .bottomcell a.first
{
	margin-left: 6px;
}
#footer .bottomcell a.last
{
	border: none;
}

.pageSubTitle
{
	font-weight:bold;
	 padding-bottom: 7px;
	 font-size:15px;
	 font-variant:small-caps;
}


.contactusTD
{
	vertical-align:top;
}

.howitworksTD
{
	vertical-align:top;
}
 
 .menusTD
{
	vertical-align:top;
}

#questions
{
	
}

#questions dt
{
	font-weight:bold;	
}

.questionsDiv
{
width: 440px; padding-top:12px;	
	
}