body {
	background-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#wrapper {
	width: 778px;
	margin: 0px auto;
	padding: 0px;
	background: #003366;
	color: #FFF;
	min-height: 78px;
	text-align: left;
}
#header table#Table_01, #header table#Table_01 tr, #header table#Table_01 tr td, #header a img {
	margin: 0px;
	padding: 0px;
	border: none;
}
#header:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#content {
	color: #FFF;
	margin: 5px 15px 25px 15px;
	padding: 5px 15px 25px 15px;
}
#footer {
	background-image: url(/images/page_assets/footer_background.jpg);
	background-color: #009445;
	background-repeat: repeat-x;
	padding: 5px 25px 5px 25px;
	margin: 0px;
	color: #FFF;
}
#footer:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#footer p {
	font-size: .95em;
	padding: 0px;
	margin: 0px;
}
#footer a {
	color: #FFF;
}
#footer-left {
	float: left;
	text-align: left;
}
#footer-right {
	float: right;
	text-align: right;
}
h2, .style1 {
	font-size: 24px;
	font-weight: bold;
}
h3, .style2 {
	font-size: 36px;
	font-style: italic;
}
h4, .style3 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
a {
/*	color: #00FFFF; */
	color: #999;
	font-weight: bold;
}
.BlueBG {
	color: #FFFFFF;
}
.resource {
	font-weight: bold;
	padding-left: 20px;
}
.aboutme {
	text-align: center;
}
.BlueBG_Bold {
	font-size: 1.2em;
	font-weight: bold;
}
.BlueBG_Indent {
	padding-left: 20px;
}
img.left {
	float: left;
	margin: 5px 5px 5px 0px;
	padding: 5px 5px 5px 0px;
}
table.style {
	color: #FFF;
}
table.style td {
	border: 1px solid #FFF;
	padding: 3px;
	margin: 2px;
	font-size: .9em;
}
table.style thead {
	border: 2px solid #FFF;
	font-weight: bold;
	font-size: .9em;
}
table.style tfoot {
	font-size: .8em;
}
.clear_both {
	clear: both;
}
.error {
	font-weight: bold;
	color: #CC0000;
}
p.indent {
	margin-left: 45px;
}
p.homePage {
	margin: 15px 30px;
	text-align: center;
}