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

<style type="text/css">


.header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.container {
	font-family: "Times New Roman", Times, serif;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background-image: url(../images/contentBack.png);
	background-repeat: repeat-y;
}


.header {
	text-align: center;
	color: #005B93;
	font-style: italic;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-image: url(../images/header.png);
	height: 200px;
}
.bannerFlash {
	float: right;
	height: 150px;
	width: 150px;
	margin-right: 45px;
	margin-top: 40px;
}

.affiliates {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	width: 220px;
	text-align: justify;
	margin-top: 20px;
}
.leftFloat {
	float: none;
	margin-right: 4px;
}


.nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	color: #005B93;
	padding-left: 0px;
	width: 780px;
	margin-left: 10px;
	height: 30px;
	background-image: url(../images/nav.png);
	background-repeat: repeat-x;
	padding-top: 30px;
}
.nav a {
	color: #003399;
	text-decoration: none;
}
.nav a:hover {
	color: #00CCFF;
}

.nav ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
}
.nav   li {
	float: left;
	margin-right: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}

.content {
	font-style: normal;
	text-align: justify;
	margin-right: 40px;
	margin-left: 40px;
	padding-bottom: 15px;
}
.footer {
	text-align: center;
	color: #333333;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer.png);
	height: 70px;
	vertical-align: middle;
	font-size: 12px;
}
.footer a {
	color: #333333;
	text-decoration: none;
}

.imgRight {
	float: right;
	height: auto;
	width: auto;
	margin-bottom: 30px;
	margin-left: 30px;
}
.imgRight2 {
	border: thin solid #999999;
	float: right;
	height: auto;
	width: auto;
	margin-bottom: 30px;
	margin-left: 30px;
}


.large {
	font-size: x-large;
	font-style: italic;
	color: #3366CC;
	font-weight: bold;
}
.small {font-size: 9px}
.icon {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}

.serviceRow {
	margin-bottom: 10px;
}
.serviceLeft {
	width: 46%;
	border: thin solid #666666;
	padding: 1%;
}
.serviceRight {
	width: 46%;
	border: thin solid #666666;
	padding: 1%;
	float: right;
}
.serviceRight2 {
	width: 46%;
	border: thin solid #666666;
	padding: 1%;
	float: right;
	margin-top:-170px;
}





body {
	background-color: #E0EBFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
}
h1 {
	font-size: 50px;
	font-family: "Lucida Sans";
}
h2 {
	color: #333333;
	font-family: "Lucida Sans";
}
p {
	color: #333333;
	text-align: left;
	font-family: "Lucida Sans";
	margin-top: 2px;
	margin-bottom: 4px;
	font-size: 14px;
}
li {
	font-family: "Lucida Sans";
	font-size: 14px;
	color: #333333;
}
ul {
	margin-top: 2px;
	margin-bottom: 2px;
}

