@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Arial;
	font-size: 12px;
	margin: 0px;
	color: #FFFFFF;
	background-image: url(../images/background_light_gray.gif);
}
.nav {
	background-image: url(../images/bg_nav.gif);
	height: 36px;
	margin: auto;
	width: 781px;
}
.maindiv {
	margin: auto;
	width: 781px;
	background-image: url(../images/thelegitsurveys2_06.gif);
	background-repeat: repeat-y;
}
.left {
	float: left;
	width: 223px;
	background-image: url(../images/bg_left.jpg);
	background-repeat: no-repeat;
	min-height:414px;
}
.right {
	float: left;
	width: 528px;
	background-image: url(../images/bg_right.jpg);
	background-repeat: no-repeat;
	min-height:414px;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
}
.footer {
	height: 20px;
	width: 766px;
	background-image: url(../images/footer.gif);
	text-align: right;
	padding-right: 15px;
	margin: auto;
	padding-top: 7px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.text1 {
	font-size: 16px;
	font-weight: bold;
	color: #000094;
}
.text2 {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #50E7F2;
}
.faq a {
	font-weight: bold;
	color: #FFFFFF;
}
.faq a:hover {
	color: #aff9fe;
}
.text3 {
	font-weight: bold;
	font-size: 16px;
	color: #000066;
}
.faq li {
	padding-bottom: 8px;
}
.top10 a {
	font-weight: bold;
	color: #000094;
	text-decoration: none;
}
.top10 a:hover {
	color: #00FDFF;
}
.top10 li {
	padding-bottom: 5px;
}

