/*Container Style*/
body {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5e7eb9;
	font-size: 12px;
	text-align: center;
}
div {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
	padding: 0;
	margin: 0;
}
a {
	color: #234669;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.module_main {
	width: 750px;
	height: 540px;
	border: solid 1px #666666;
	background-color: #5E7EB9;
	margin: 0 auto; 
}
.module_main ul {
	padding: 0 5px 0 0;
	margin: 2px 0 0 0;
	height: 18px;
	float: right;
	list-style-type: none; 
}
.module_main li {
	padding: 0 0 0 7px;
	margin: 0;
	float: left;
}
.module_main  ul li a {
	color: white;
}
.module_container {
	margin-top: 20px;
	width: 100%;
	height: 500px;
	background-color: white;
	text-align: left;
}
#main_title {
	font-size:16px;
	position: relative;
	top: 10px;
	left: 10px;
}
.module_text {
	padding-top: 10px;
	display: block;
}
#sub_title {
	font-weight: bold;
	font-size: 13px;
	margin-left:20px;
}
.std {
	display: block;
	float: left;
	width:350px;
	}
#std_content {
	margin-left:20px;
	}
.als {
	display: block;
	width: 275px;
	text-align: center;
	margin-right:10px;
	border-top: solid 2px #a9014e;
	border-right: solid 2px #a9014e;
	border-bottom: solid 2px #a9014e;
	background: url(/images/dealers.gif) repeat-y;
	background-position: center left; 
	float: right;
	padding: 5px;
	font-size: 10px;
	color: #a9014e

	}
.als p {
	margin-left: 25px;
}
.mcq {
	width:700px;
	margin-top:275px;
	margin-left: 20px;
	text-align:justify;
	background: url(/images/consumers.gif) repeat-y;
	background-position: center left; 
	padding-left: 24px;
}
.mcq p{
	margin-right: 20px;
}
.mcq #mcq_logo {
	float:left; 
	margin: 10px;
}
.contact {
	padding-left: 40px;
	text-align: left;
	width: 470px;
}
.contact input {
	margin-left: 20px;
	width: 280px;
}
.contact #submit{
	float: right;
	width: 100px;
	margin-bottom: 5px;
	}
.contact label {
	width: 130px;
	float: left;
	clear:both;
}
#footer {
	padding: 0;
	margin: 0;
	float:right;
	color: white; 
	position: relative;
	bottom: -2px;
	right: 5px;
}