/* ----------page styles-------- */
body {
margin: 0px;
padding: 0px;
background-color: #f0e000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;}



/* ----------link styles-------- */



.mainNav a:link {
text-decoration: none;
color: #FFFFFF;
font-size: 13px;
font-weight: bold;}
	
.mainNav a:visited {
text-decoration: none;
color: #FFFFFF;
font-size: 13px;
font-weight: bold;}

.mainNav a:hover {
text-decoration: underline;
color: #FFFFFF;
font-size: 13px;
font-weight: bold;}
	
.mainNav a:active {
text-decoration: none;
color: #FFFFFF;
font-size: 13px;
font-weight: bold;}


.footerNav a:link {
text-decoration: underline;
color: #000000;
font-size: 11px;}
	
.footerNav a:visited {
text-decoration: underline;
color: #000000;
font-size: 11px;}

.footerNav a:hover {
text-decoration: none;
color: #000000;
font-size: 11px;}	

.footerNav a:active {
text-decoration: underline;
color: #000000;
font-size: 11px;}



/* ----------type styles-------- */
.blackAllCaps12 {
color: #000000;
text-transform: uppercase;
font-weight: bold;}

.greenAllCaps12 {
color: #366936;
text-transform: uppercase;
font-weight: bold;
font-size: 12px;}

.bodySubhead {
color: #19008B;
text-transform: uppercase;
font-weight: bold;
font-size: 18px;}



/* ----------container styles-------- */
.footer {
padding-left: 40px;
color: #19008B;
font-weight: bold;
font-size: 11px;}

.body {
padding-left: 40px;
padding-top: 40px;
padding-right: 40px;}

.leftNav {
padding-left: 40px;
padding-top: 40px;
padding-right: 10px;
line-height: 1.65em;}