body {
	color: #747474;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 120%;
	text-align: left;
	margin: 0px auto;
	background-color: white;
}

h1,h2,h3,h4,h5,h6 {
	margin: 10px 0px 0px 0px;
	font: bold 14px Verdana;
	line-height: 110%;
	color: #191970;
	background-color: transparent;
}

a {
	text-decoration: none;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	color: red;
	background-color: transparent;
}

a:hover {
	text-decoration: none;
	color: #191970;
}

a.header {
	text-decoration: none;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E8E8E8;
	background-color: transparent;
}

a.header:hover {
	text-decoration: none;
	color: #191970;
}

p {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #2B2B2B;
	text-align: justify;
}

p.info {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #2B2B2B;
	text-align: center
}

.listHeader {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #2B2B2B;
}

ul {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #2B2B2B;
	text-align: left;
	list-style-type: disc;
	margin-top: 0px;
}

ul ul {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #2B2B2B;
	text-align: left;
}

li {
	padding-top: 0px;
}

.container {
	position: absolute;
	left: 0;
	width: 1000px;
	height: auto;
	margin: 10px 0px 10px 0px;
	background-color: white;
}

.contentContainer {
	height: auto;
	float:left;
}

.listContainer {
	height: auto;
	width: 475px;
	float:left;
}

.leftHeader {
	color: black;
	height: auto;
	width: 330px;
	margin: 10px 0px 10px 0px;
	float:left;
	padding: 20px 20px 20px 20px;
}

.rightHeader {
	color: black;
	height: auto;
	width: 400px;
	margin: 10px 0px 10px 0px;
	float:right;
	padding: 20px 20px 20px 20px;
}


.topContainer {
	width: 960px;
	height: auto;
	float: left;
	background-color: #6666CC;
	border-bottom-style: solid;
	border-bottom-color: #191970;
	border-bottom-width: 2px;
}

.leftContainer {
	margin: 10px 10px 10px 0px;
	padding-left: 20px;
	width: 475px;
	height: auto;
	float: left;
	background-color: #E8E8E8;
}

.rightContainer {
	margin: 10px 10px 10px 0px;
	width: 400px;
	height: auto;
	float: right;
}

#footer {
	height: 50px;
	width: 960px;
	text-align: right;
	color: #9d9d9d;
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	font-size: 12px;
	clear: both;
}

#divMain {
	width: 960px;
	height: auto;
	float: left;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	background-color: #E8E8E8;
	border-style: solid;
	border-color: #191970;
	border-width: 2px;
}

.topHeader {
	font: bold 32px Arial;
	color: white;
	font-style: italic;
	padding-bottom: 2px;
}

.subHeader {
	font: 18px Verdana;
	color: white;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 15px;
}

.infoContact {
	float: right;
	
}

.infoAddress {
	font: 14px Verdana;
	font-weight: bold;
	float: left;
	clear: both;
	color: white;
}

.infoPhone {
	font: 14px Verdana;
	font-weight: bold;
	float: left;
	clear: both;
	color: white;
}

.img1 {
	margin: 10px 0px 30px 0px;
	border-style: solid;
	border-color: #191970;
	border-width: 2px;
	float: right;
}

.img2 {
	margin: 0px 0px 30px 0px;
	border-style: solid;
	border-color: #191970;
	border-width: 2px;
	float: right;
}

.img3 {
	margin: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #191970;
	border-width: 2px;
	float: right;
}

hr.underRule {
	color: white;
	background-color: white;
	margin: 0px 0px 3px 0px;
	height: 5px;
	width: 100%;
	float:left;
}

hr.footRule {
	color: #191970;
	background-color: #191970;
	margin: 10px 0px 10px 0px;
	height: 2px;
	width: 475px;
	float:left;
}