body  /* indicates defaults for entire site - whatever is not defined will pull from here */
 {
   color: #333333;
   font-family: myriad, arial, helvetica, verdana, geneva;
   font-size: 13px;
	 background:url(images/bg.jpg) top repeat-x #2c4e68;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
	}

#sitedescription  {display: none;}	

/* All anchor definitions here - anchor styles need to be kept separate from font styles e.g. must have link/hover/visited/active defined  */

a:link, a:visited, a:active {color: #5f7894; text-decoration: none;}
a:hover {color: #919eac; text-decoration: underline;}

.anchor:link, .anchor:visited, .anchor:active { color: #999999; font-weight: bold; text-decoration: none; font-varient: uppercase; letter-spacing: 0px; font-size: 10px; }
.anchor:hover { color: #999999; font-weight: bold; text-decoration: underline; font-varient: uppercase; letter-spacing: 0px; font-size: 10px; }

.nav2:link, .nav2:visited, .nav2:active { color: #666633; font-weight: bold; text-decoration: none; font-varient: uppercase; letter-spacing: 0px; font-size: 12px; }
.nav2:hover { color: #666666; font-weight: bold; text-decoration: none; font-varient: uppercase; letter-spacing: 0px; }

.main:link, .main:visited, .main:active { color: #ffffff; font-weight: bold; text-decoration: none; font-varient: uppercase; letter-spacing: 0px; font-size: 15px; }
.main:hover { color: #ffffff; font-weight: bold; text-decoration: none; font-varient: uppercase; letter-spacing: 0px; font-size: 15px; }

.nav3:link, .nav3:visited, .nav3:active { color: #666633; font-weight: bold; text-decoration: none; letter-spacing: 0px; font-size: 12px; }
.nav3:hover { color: #666666; font-weight: bold; text-decoration: normal; letter-spacing: 0px; }

/* Different font styles here - no need to define anything that will match the defaults */
h1 {font-size: 16px; color: #496780; font-weight: bold; font-varient: uppercase; letter-spacing: 0px; }
.subhead { color: #496780; font-size: 16px;	font-weight: bold; font-varient: uppercase;	letter-spacing: 0px; }
.copyright { color:#666666; font-size: 10px; text-align:center; padding: 0px; }
.white {color: #ffffff;	font-size: 13px; text-decoration: none; font-family: myriad, arial, helvetica, verdana, geneva;	font-weight: normal; }

/* Rest of the styles can go here - more in-depth ones for divs and tds */
hr { color: #666666; height: 1px; } 
table {border: solid 0px #666666; }
.topnav { background-color: #bbbbbb; border-top: 1px solid #666666; border-bottom: 1px solid #666666; padding: 5px; }
.level2 { vertical-align: top; text-align: left; padding: 10px; }
.content { text-align:left; vertical-align: top; padding: 10px; overflow:auto; height:600px; font-size: 13px; }

#datatable { border: 1px solid #cccccc; }
#datatable th { text-align: center; font-weight: bold; color:#FFFFFF; background-color:#333333; padding-top: 5px; padding-bottom: 5px; }
#datatable td { text-align: left; color: #333333; padding-top: 5px; padding-bottom: 5px; border-top: 1px solid #cccccc; }