body {
	text-align: center;
	font-size: 12px;
	font-family: arial,verdana, tahoma, Arial;
	color: #54514b;
	line-height: 16px;
	margin: 0;
	padding: 0;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url("images/backa.jpg");	
	
}
#back {
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url("images/backb.jpg");
	width: 100%;
	height: 400px;
}
#container {
	background-color: white;	
	width: 800px;
	margin: 0 auto;
	position:relative;
	margin-top: -400px;
}
#bottombg {
	height:100px;
	margin-top: -12px;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url("images/backbottomshadow2.jpg");	
}
#bottom {
  height: 60px;
	/*background-color: #c3b9ad;*/
	text-align:center;
	background-color: #3689b2;		
}
#bottomleft {
	margin: 0 auto;
  width: 800px;
	text-align: left;
}

#header, #footer {
	background-color: white;
	text-align: center;
}
#header {
	height: 276px;
}
#footer {
	height: 80px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url("images/backbottom.jpg");	
}
#content {
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #f1f0ed;
	margin: 0;
	margin-left: 269px;
	padding-left: 25px;
	padding-right: 25px;

}
#contentcontent {
	text-align: left;
	overflow: hidden;
}
#left, #right {
	position: absolute;
	top: 276px;
}
#left {

	background-repeat: no-repeat;
	background-position: left;
	background-image: url("images/brown-left.jpg");	
	background-color: #FFFFFF;
	left: 0;
	width: 269px;
	padding-left: 0px;
	padding-right: 0px;
}
#right {
	background-color: white;
	right: 0;
	width: 0px;
}
#faq {
	background-color: white; 
	margin: 13px;
	padding: 10px;
}
ul.faq {
	margin-top: -3px;
	margin-left: 15px;
	list-style-image: url('images/qm.gif')
}
ul.arrow {
	margin: 10px;
	line-height: 20px;
	margin-top: -3px;
	margin-left: 15px;
	list-style-image: url('images/arrow-list.gif')
}

#morefaq {
	float:right;
}
h1 {
	text-align: left;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}
p {
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
}

.whitetext {
	color: #FFFFFF
}
.leftcontent {
		text-align: center;
}

a:visited {
	color: #2d799e; text-decoration: underline;
}
a:link {
	color: #2d799e; text-decoration: underline;
}
a:hover {
	color: #2d799e; text-decoration: none;
}

a.footer:visited {
	color: white; text-decoration: none;
}
a.footer:link {
	color: white; text-decoration: none;
}
a.footer:hover {
	color: white; text-decoration: underline;
}
ul,ol,li {
	text-align: left;
	margin-left: 15px;
}

.bluebold {
	color: #3689B3;
	font-weight: bold;
}
.blue {
	color: #3689B3;

}
#boxhome {
	width: 134px;
	height: 120px;
	float:left;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("images/box-home2.jpg");		
	text-align: center;
	
}
input.t {
	width: 270px;
}
textarea.ta {
	width: 270px;
	height: 130px;
}
#type {
	width: 200px;
	background-color: #e6e4de;
	border: 1px solid #cbc7bd;
	margin: 0px;
	padding: 10px;
	float: left;
	margin-right: 10px;
}
#leftfooter {
	width: 600px;
}
#rightfooter {
	float:right;
	text-align:right;
	margin-top: -20px;
	width: 140px;
}
.darkerbox {
	background-color:#e8e6e0;
	border: 1px solid #beb6a7;
	padding: 5px;
}