body { 
	font-family:Verdana;
	font-size:12px;
	background: url(img/bgbody.gif) repeat;
	margin:7px 0 0 0;
	padding:0;
	text-align:center;
	}
li			{ list-style-type:square; }
a			{ color:#000080; }
a:hover		{ color:#990000; text-decoration:none; }
form				{ padding:0; margin:0; }

.small		{ font-size:10px; }
.subhead	{ font-size:16px; color:#333399; font-weight:bold; }
.subhead2	{ font-size:14px; color:#333399; font-weight:bold; }
.pageTitle	{ font-size:20px; color:#C9352B; font-weight:bold; }
.faqQ	{ font-weight:bold; text-align:left; line-height:20px; padding-top:10px; }
.faqA	{ text-align:left; border-bottom:1px solid #cccccc; padding:8px; }

#wrap {
	width:800px;
	margin:0 auto;
	min-height:650px;
	border:1px solid #000000;
	background: #ffffff;
	}

#logo {
	float:left;
	}
	
#menu {
	float:right;
	}

#nav { width:410px; white-space:nowrap; }
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #C9352B;
	}
#nav ul li { display: inline; }
#nav ul li a {
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	float:left;
	padding: 5px 0 0 0;
	margin: 0;
	width: 100px;
	height: 25px;
	border-left:1px solid #ffffff;
	background: #C9352B;
	color: #ffffff;
	}
#nav ul li a:hover {
	background: #DDDFDE;
	color: #666666;
	}

#buttons { width:338px; white-space:nowrap; }
#buttons ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #C9352B;
	}
#buttons ul li { display: inline; }
#buttons ul li a {
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	float:left;
	padding: 24px 0 0 0;
	margin: 0;
	width: 82px;
	height: 53px;
	border-left:1px solid #ffffff;
	background: url(img/button.gif) no-repeat top left;
	color: #333333;
	}
#buttons ul li a:hover {
	background: #C9352B;
	color: #ffffff;
	}	

#loginArea {
	text-align:center;
	font-size:10px;
	padding:2px;
	}

.inpt {
	font-size:10px;
	border: 1px solid #000;
	}
.submt {
	font-size:10px;
	border: 1px solid #000;
	
	}
	
#main {
	clear:both;
	min-width:800px;
	}
	
#contentsm {
	margin:0 165px 0 238px;
	padding:5px;
	text-align:left;
	}
#contentmd {
	margin:0 0 0 238px;
	padding:5px;
	text-align:left;
	}
#contentlg {
	padding:5px;
	text-align:left;
	}
	
#leftcol {
	float:left;
	width:225px;
	margin:0;
	padding:5px;
	}

#rightcol {
	float:right;
	width:150px;
	margin:0;
	padding:5px;
	}
	
#signupbutton {
	padding:7px 0 0 0;
	margin:5px 0 5px 13px;
	width:190px;
	height:33px;
	font-size:16px;
	text-decoration: none;
	text-align: center;
	color:#fff;
	cursor:pointer;
	background: url(img/buttonSignUp.gif);
	}

#customers {
	clear:left;
	text-align:left;
	}
.customer {
	padding:5px 0 5px 70px;
	border-bottom:1px solid #dddddd;
	}
.customertext {
	padding:2px 0 2px 10px;
	line-height:18px;
	}


