
body {
	margin: 0;
	font-family: arial, helvetica;
	font-size: 1em;
	color: #000;
	background-color: #FFF; 
}


.header-text { 	
	font-family: arial, helvetica;
	color: #0D7097;
	font-size: 1.15em;
}

.wrapper { 
	width: 787px; 
}

.content-wrapper { 
	float: right; 
	width:571px;
}

.homepage-content-wrapper { 
	float: right; 
	width: 617px;
}

.content {
	width:571px;
	margin-top: 10px;
	padding-right: 10px;
}

.content-left {
	width: 571px;
	float: left;
}

.content-right {
	width: 200px;
	float: right;
	padding-left: 10px;
}

.content-right-top {
	width: 180px;
	margin-top: 15px;
	float: right;
	padding-left: 10px;
}

table td {
	font-size: 1em;
}

.homepage-content {
	width:571px;
	margin-top: 15px;
	margin-left: 15px;
	
}

.left-border {
	border-left: solid 2px #0D7097; /* for content area teal vertical rule */
	padding-left: 15px; /* adds padding to the right of the content area vertical rule */
}

.navigation {
	float: left; 
	width: 170px;
	line-height: 10px;
	font-size: 10pt;
}

.navigation img {
	vertical-align: top;
	align: left;
}

.header { 
	background-image: url(/img/header_back.jpg);
	background-repeat: repeat-x; 
	width: 787px;
	height: 57px;
}

.fairbalance {
	width: 450px;
	font-size: .7em;
}

#footer { 
	font-family: arial, helvetica;
	font-size: .8em;
	text-align: center;
	border-top: solid #CCCCCC 1px;
	margin-top: 25px;
	padding-bottom: 15px;
}

.homepage-footer { 
	margin-left: 35px;
	margin-right: 0px;
	/* references other styles from .footer within the html */
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #006699;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #66CCFF;
	font-weight: bold;
}


.footer-link {
	margin-left: 5px;
	margin-right: 5px;
}

#footer p a {
	color: #000;
	font-weight: normal;
}

#footer p a:hover {
	color: #000;
	font-weight: normal;
}

#homepage-footer p a {
	color: #000;
	font-weight: normal;
}

#homepage-footer p a:hover {
	color: #000;
	font-weight: normal;
}

.left-align {
	text-align: left;
}

.logo {
	float: left;
}

.tagline {
	float: right;
	margin-top: 33px;
}

.content-image {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.header-image {
	padding-bottom: 10px;
}

.right{
	margin-left: 50px;
	/*adds indention for 'Whatis.asp' page*/
}

.error {
	color: red;
}

