/* Body Styles */
* {
margin: 0;
padding: 0;
}
img {
	border: none;
}
html, body {
	background-color: #EFF3F7;
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #7A7B7C;
	text-align: center;
	width: 100%;
	line-height: 1.5;
}
a:link, a:visited, a:active {color: #003366; font-weight: bold; text-decoration: underline;}
a:hover {color: #0099CC; font-weight: bold; text-decoration: none;}
#headerout {
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #FFFFFF;
	text-align: center;
}
#headerin {
	position: relative;
	width: 720px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}
#tilesout {
	position: relative;
	width: 100%;
	height: 180px;
	background-image: url(images/tiles.gif);
	background-position: center top;
	background-repeat: repeat;
	text-align: center;
}
#tilesin {
	position: relative;
	width: 720px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
}
#contentwide {
	position: relative;
	width: 100%;
	text-align: center;
}
#content {
	position: relative;
	width: 720px;
	background-image: url(images/bottom_bgnd.gif);
	background-position: left top;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right:auto;
}
.privacy a:link, .privacy a:visited, .privacy a:active {
	margin-left: 35px;
	font-size: 9px;
	color:#666666;
}
.privacy a:active {
	margin-left: 35px;
	font-size: 9px;
	color:#FFFFFF;
	background-color: #666666;
}
#nav {
	position: relative;
	float: left;
	width: 180px;
	text-align: left;
}

#nav ul {
	list-style: none;
}
#nav li {
	position: relative;
	border-bottom: 1px solid #666666;
	width: 180px;
}

#nav a:link, #nav a:visited, #nav a:active {
	display: block;
	color: #3A3B3B;
	padding: 3px;
	height: 20px;
	text-decoration: none;
}
#nav a:hover {
	display: block;
	color: #FFFFFF;
	padding: 3px;
	height: 20px;
	background-color: #447197;
	text-decoration: none;
}
#main {
	position: relative;
	float: right;
	right: 10px;
	width: 520px;
	padding-bottom: 20px;
}
#text {
	position: relative;
	padding-top: 15px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#text ul {
	list-style-type: square;
	margin-left: 30px;
}
#text ol {
	list-style-type: lower-alpha;
	margin-left: 30px;
}
/* Footer */
#footer {
	clear: both;
	padding: 0 0 0 0;
	text-align: center;
	background-color: #1F394F;
	color: #FFFFFF;
	height: 25px;
	
}
#footer .left {
	position: relative;
	top: 5px;
	left: 10px;
	float: left;
	display: block;
}
#footer .right {
	position: relative;
	top: 5px;
	right: 10px;
	float: right;
	display: block;
}
#footer a:link, #footer a:visited {color: #FFFFFF; font-weight: bold; text-decoration: none;}
#footer a:hover {color: #1F394F; background-color: #FFFFFF; font-weight: bold; text-decoration: none;}
#footer a:active {color: #FFFFFF; font-weight: bold; text-decoration: none;}
.blue {
	background-color: #1F394F;
	display: block;
	height: 40px;
	}
h1 {
	font-size: 18px;
	height: 40px;
	color: #FFFFFF;
	background-color: #1F394F;
	display: block;
	font-weight: bold;
	text-align: left;
	padding-left: 205px;
	letter-spacing: 2px;
}
h1:first-letter {
	font-size: 28px;
	color: #FFFFFF;
	background-color: #1F394F;
	display: block;
	font-weight: bold;
}
.intro {
	font-size: 14px;
	color: #1F394F;
	font-weight: bold;
}
.imgright {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.carf {
	float: right;
	background-color: #1F394F;
	margin-top: 3px;
	margin-right: 10px;
}
.bold {
	font-weight: bold;
}