@charset "utf-8";

body {
	margin: 0px;
	color: #FFF;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 1em;
	background-image:  url(/Images/Design2/mainBodyFaux.png);
	background-color: #FFF;
}


#intro li {
list-style-type: none;
background-repeat: no-repeat;
padding: 5px;
margin-left: -2em; /* -2em for normal */
padding-left: 2em; /* 2em for normal */
background-image: url(/Images/Design2/star.png); /* images/star.png for normal */
}

.headerText {
	float: left;
	height: 140px;
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}

#wrapper {
	background-repeat: no-repeat;
	height: 1280px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	display: block;
}

#mainBodyBox {
    padding: 20px 20px 20px 50px;
	overflow: hidden;
	float: left;
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17pt;
	color: #000;
}

.textBoxPrivacy {
	float: left;
	height: 1150px;
	width: 575px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17pt;
	font-weight: bold;
	color: #000;
	/*margin-left: 40px;*/
	padding-left: 40px;
	padding-top: 10px;
}


#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	text-align: center;
	float: left;
	height: 15px;
	width: 980px;
	margin-top: 20px;
	margin-bottom: 50px;
}

#sidebar {
	float: right;
	width: 300px;
	margin-bottom: 10px;
	color: #000;
	height: 1px; /* controls height of footer */
	left: 858px;
	top: 42px;
	margin-top: 15px;
}


.logoBox {
	background-image: url(/Images/Design2/logo.gif);
	background-repeat: no-repeat;
	float: left;
	height: 79px;
	width: 420px;
	background-position: -20px;
}

.blue-text {
	color: blue;
	font-weight: bold;
}


.footerImgBox {
	background-image: url(/Images/Design2/footerImgnew.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 279px;
	width: 970px;
	float: left;
	display: inline;
}

.clear {
	clear:both
}

