
body
{
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
}

div
{
	font-size: 11px;
	font-family: Tahoma;	
	color:#73705F;
}


td
{
	font-size: 11px;
	font-family: Tahoma;	
	vertical-align: top;
	color:#73705F;
}

h1
{
	color:gray;
	font-size:20px;
	font-family: Trebuchet MS;
	margin-top: 5px;
	margin-bottom:3px;
	padding-bottom: 0px;
	padding-left:5px;
}

h2
{
	padding-left: 5px;
	font-size:12px;
	color:#CB9F34;
	margin-top: 5px;
	margin-bottom:3px;
	padding-bottom: 0px;
}

p
{
	margin:5px;
	text-align: justify;
	line-height: 14px;
}

a
{
	color:#73705F;
}

.siteWrapper
{
	width: 770px;
	margin: 0px auto;
	/*border: 1px solid gray;*/
	
}

.menuWrapper
{
	background-color: #726F5E;
	height:27px;
	margin-left:6px;
	margin-right: 9px;
	
}


.menuItem
{
	float:left;
	background-image: url(/images/menu_Bullet.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	padding-top:5px;
	padding-right:10px;
	color:white;
	border-right: 1px solid gray;
	font-size: 12px;
	height:25px;
}

.menuItem a
{
	color:white;
	text-decoration: none;
}

.menuItem a:hover
{
	color:#CB9F34;
	text-decoration: none;
}

.menuWrapper > .menuItem
{
	float:left;
	background-image: url(/images/menu_Bullet.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	padding-right:10px;
	color:white;
	border-right: 1px solid gray;
	font-size: 12px;
	height:20px;
}

.mainContent
{
	
}

.mainContent table
{
	width:100%;
	padding: 0px;
	margin: 0px;
}

.left
{
	
	padding-left:8px;
	
	padding-bottom: 10px;
}

.right
{
	width:300px;
	
}


.FAQ
{
	background-color:#E5E5E5;
	margin-right:8px;
	margin-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-top: 10px;
	width:290px;
	height:165px;
}

.FAQ p
{
	text-align: justify;
}




.contact
{
	background-color:#D3D4F0;
	margin-right:8px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

.contact p
{
	margin: 0px;
}

.footer
{
	background-color:#73705F;
	margin-right:8px;
	margin-left: 8px;
	padding:5px;
	color: white;
	text-align: center;
}


.footer a
{
	color: white;
}

.profileBox td
{
	background-color: #E6E6E6;
	margin-right: 5px;
	padding: 3px;
	
}



.profileBox p 
{
	padding-top:5px;
	padding-bottom:5px;
	line-height: 14px;
}


.answer
{
	border-bottom:1px solid #E5E5E5;
	
}

.question
{
	font-weight: bold;
}
.Nextstep
{
	text-align: right;
	padding-right:7px;
	padding-top:5px;
}

.ContactForm input
{
	width:180px;
	font-family: Tahoma;
	font-size: 11px;
}

.ContactForm textarea
{
	width:400px;
	height:80px;
	font-family: Tahoma;
	font-size: 11px;
}

.phone
{
	position:relative;
	color:white;
	text-align:right;
   padding-right: 24px;
	top:100px;
}
.phone a
{
	
	color:white;

}