body {
background-color: #006BB6;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
margin: 0;
padding: 0;
}

html { min-height:100%; margin-bottom:1px; } /* this keeps the shorter pages from jumping */

#main {
width: 776px;

}

#mainSub {
	width: 776px;
	background-color: #ffffff;
}
.hdr {
	margin-left: 5px;
	padding-left: 5px;
}
td {
	vertical-align: top;
	text-align: left;
}
td#navigation {
	/*height: 59px;*/
	background-color: #FFDF1A;
}

td#navigationSub {
	/*height: 59px;*/
	border-top: 5px solid #000000;
	background-color: #FFDF1A;
}

td.lefthome {
	width: 600px; 
	border-right: 1px solid #006bb6;
	/*border-bottom: 1px solid #00bbb6;*/
}

td.righthome {
	width: 176px;
		/*border-bottom: 1px solid #00bbb6;*/

}

td.gold {
	background-color: #ffdf1a;
}

/* subpage content*/

td.leftsub {
	width: 600px;
	background-color: #ffffff;
}

td.rightsub {
	width: 176px;
	background-color: #ffffff;
}

h3 {
	color: #006bb6;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
	font-weight: bold;
}
p.home {
	color: #ffffff; /* for the home page text*/
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 5px;
	padding-left: 5px;
	margin-right: 5px;
	padding-right: 5px;
}

p {
	color: #000000;
	font-weight: normal;
		margin-top: 0px;
	padding-top: 0px;
		margin-left: 7px;
	padding-left: 7px;
	margin-right: 15px;
	padding-right: 15px;
}

/*links*/
a:link {
	color: #006bb6;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #006bb6;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #006bb6;
	font-weight: bold;
	text-decoration: underline;
}

.footerhome {
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
}

.footersub {
margin-top: 0px;
padding-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}

a:link.home {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
a:visited.home {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

a:hover.home {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a:active.home {
	color: #fffff;
	font-weight: bold;
	text-decoration: underline;
}


.footer {
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
}

.copyright {
	float: left;
	margin-left: 5px;
	padding-left: 5px;
}
.credit {
	float: right;
	margin-right: 5px;
	padding-right: 5px;
}

.divider {
width: 100%;
border-top: 1px solid #FFDF1A;
}