/*  Attempt to Stop Bots */
#HearAbout {  
	visibility:hidden;  
	display:none;
}

A.nav {COLOR: white; TEXT-DECORATION: underline}
A.nav:visited {COLOR: white; TEXT-DECORATION: underline}
A.nav:hover {COLOR: gray; TEXT-DECORATION: none}
A.black {COLOR: black; TEXT-DECORATION: underline}
A.black:visited {COLOR: black; TEXT-DECORATION: underline}
A.black:hover {COLOR: #9b1313; TEXT-DECORATION: none}

.normalwhite {FONT-WEIGHT: normal; FONT-SIZE: 10pt; color: white; FONT-FAMILY: arial,sans-serif}
.smallWhite {FONT-SIZE: 8pt; COLOR: #ffffff; FONT-FAMILY: arial,sans-serif}

H3 {FONT-SIZE: 12pt; COLOR: #000000; FONT-FAMILY: arial,sans-serif}

td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: .8pc; color: #000000}
.bevel {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8pc; color: #E41011; background-color: whitesmoke; border-color: #FFFFFF whitesmoke #CCCCCC #FFFFFF; border-style: solid; border-top-width: 2px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 2px}

.field {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: .7pc; font-weight: bold; color: black; background-color: #FFFFCC; border: black; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.dynfield {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: .7pc; font-weight: bold; color: black; background-color: #FFFFCC; border: black; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

body {
font-size: 10pt; 
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
background-color:#ffffff;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #000000;
}

.cellbox {
     border-top: 1px #bf2838 solid; 
     border-left: 1px #bf2838 solid; 
     border-right: 1px #bf2838 solid; 
     border-bottom: 1px #bf2838 solid;
     font-family: Arial,; 
     font-size: 8pt; 
     font-weight: normal;
   }

#footer {
	margin: auto;
	width: 990px;
}

#main {
	margin: auto;
	width: 1000px;
}
   
#left {
	float: left;
	width: 160px;
	margin: 0px 5px 0px 0px;
	padding: 5px 5px 5px 30px;
}   

#left li {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#left ul {
	margin: 0px 0px 5px 0px;
	padding: 5px;
	color: #FFFFFF;
}

#sitemap {
	margin: auto;
	width: 792px;
}

#topnav {
	font-weight: bold; 
	font-size: 10pt; 
	font-family: arial,sans-serif}
}