/**** DEFAULT STYLES *****/

body, td, li, p {
    font-size: 11px;
    font-family: tahoma, arial, sans-serif;
}

body {
    margin: 0;
    padding: 0;
    background: #7F99B2 url(../images/hdr_bg.gif) repeat-x;
}
table, tr, td, li, div, span {
	margin: 0;
	padding: 0;
    color: #000000;
    text-decoration: none;
}
p {
	margin: 10px 0 10px 0;
	padding: 0;
    color: #000000;
    text-decoration: none;
	clear: both;
}
/* Not currently used styles but may be useful in the future if a form is added to the site
form {
	display: inline;
}
input, select, textarea {
	margin: 0 0 3px 0;
	padding: 0;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
    color: #333333;
}
.error {
	text-align: left;
	color: #CC0000;
	font-weight: bold;
}
*/

img {
	border: 0;
}

a {
	color: #189112;
	text-decoration: underline;
}
a:hover {
	color: #2DA427;
	text-decoration: none;
}

#utilNav {
	margin: 5px 0 32px 0;
	padding: 0;
}
#utilNav a {
	color: #6A87A7;
	text-decoration: none;
}
#utilNav a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#utilNav a.ON {
	color: #CCCCCC;
	text-decoration: none;
}
#utilNav a:hover.ON {
	color: #CCCCCC;
	text-decoration: underline;
}
#tagline {
	margin: 0;
	padding: 0;
}

#mainContainer {
	text-align: left;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}

h1 {
	margin: 14px 0 12px 0;
	padding: 3px 10px 3px 10px;
	color: #003366;
	background: #FFCC33;
	font-family: tahoma;
	font-size: 18px;
	font-weight: bold;
}

img.right {
	margin: 0 0 12px 12px;
	padding: 0;
}

table#footerContainer {
	text-align: left;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}
#footerContainer td {
	color: #666666;
	margin: 0;
	padding: 20px 0 10px 0;
}


/***** HOMEPAGE STYLES *****/
.calloutLeft {
	margin: 4px 0 0 0;
	padding: 0 12px 12px 0;
	text-align: left;
	float: left;
}
.calloutRight {
	margin: 4px 0 0 0;
	padding: 0 0 12px 12px;
	text-align: left;
	float: right;
}

