/*
CSS Document
Created by Phillip Sanford
Last Modified: 3.26.09 12:01pm
*/


body {
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #5980a7;
	font-family: Helvetica, Arial, sans-serif;
}

h1 {

	color:#FFF;

}

table#Table_01 {
	margin: 0px auto;
}
table#content {
	width: 750px;
	margin: 0px auto;
}
td#navigation {
	font-size: 0.85em;
	line-height: 1.5em;
	background-color: #ececec;
	width: 218px;
	padding: 0px 0px 20px 7px;
}
td.menu-item a {
	text-decoration: none;
	color: #003C78;
}
td.menu-item a:hover {
	text-decoration: none;
	color: #5d8bb9;
}
td.menu-item {
	font-family: Helvetica, Arial, sans-serif;
	padding-left: 7px;
	font-size: 0.9em;
	font-weight: bold;
	color: #5d8bb9;
	height: 23px;
	width: 218px;
}
td#main {
	background-color: #FFF;
	text-align: justify;
	padding: 0px 35px 20px 20px;
	font-size: 0.9em;
}
td#main a {
	color: #1564a0;
}
td#main a:hover {
	color: #347fb9;
	text-decoration: none;
}
td#main p {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	padding: 0px 0px 0px 7px;
	margin: 5px 0px 0px 0px;
	font-size: 1.0em;
}
/*td#main p {
	line-height: 1.2em;
	padding: 0px 0px 0px 7px;
	margin: 5px 0px 0px 0px;
	font-size: 0.9em;
}*/
td#main h1 {
	letter-spacing: -1px;
	margin: 5px 0px 8px 0px;
	line-height: 1.0em;
	color: #003c78;
	font-size: 1.6em;
	font-family: Georgia, "Trebuchet MS", Arial, sans-serif;
}
td#main h2 {
	letter-spacing: -.5px;
	margin: 25px 0px 0px 0px;
	line-height: 1.0em;
	color: #003c78;
	font-size: 1em;
	font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
}
td#main h3 {
	margin: 0px 0px 0px 0px;
	line-height: 1.0em;
	color: #003c78;
	font-size: 1.0em;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
}
td#main ul {
	font-family: Georgia, "Trebuchet MS", Arial, sans-serif;
	font-size: 1.0em;
	list-style-type: square;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}
td#footer {
	background-image: url(images/footer.gif);
	height: 30px;
	width: 750px;
	color: #6f8eac;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;	
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #6b6b6b;
	padding-left: 10px;
}
.facts {
/* border: 1px solid #00F; */
text-align: left;
background-color: #E6E6E6;
font-family: Arial, sans-serif;
font-size: 0.8em;
padding: 10px;
}
.facts strong {
color: #384f84;
}
.sub {
font-size: 0.7em;
color: #303030;
}
