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: 12px;
    background: url(images/bg.jpg) fixed bottom left repeat ;
   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: #3A5F6F; text-decoration: none; font-weight: bold; }
a:hover {color: #cccccc; text-decoration: none; font-weight: bold; }

.anchor:link, .anchor:visited, .anchor:active { color: #666633; font-weight: bold; text-decoration: none; font-varient: uppercase; letter-spacing: 0px; font-size: 9px; }
.anchor:hover { color: #666666; font-weight: bold; text-decoration: none; font-varient: uppercase; letter-spacing: 0px; font-size: 9px; }

.nav2:link, .nav2:visited, .nav2:active { color: #ffffff; font-weight: bold; text-decoration: none; font-varient: uppercase; letter-spacing: 0px; font-size: 13px; }
.nav2:hover { color: #ffffff; font-weight: bold; text-decoration: underline; font-varient: uppercase; letter-spacing: 0px; font-size: 13px;}

.main:link, .main:visited, .main:active { color: #666633; font-weight: bold; text-decoration: none; font-varient: uppercase; letter-spacing: 0px; font-size: 14px; }
.main:hover { color: #666666; font-weight: bold; text-decoration: none; font-varient: uppercase; letter-spacing: 0px; font-size: 14px; }

.nav3:link, .nav3:visited, .nav3:active { color: #666633; font-weight: bold; text-decoration: none; letter-spacing: 0px; font-size: 11px; }
.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: 18px; color: #3A5F6F; font-weight: bold; font-varient: uppercase; letter-spacing: 0px; }
h2 {font-size: 18px; color: #ffffff; font-weight: bold; font-varient: uppercase; letter-spacing: 0px; margin:0; }
h3 {font-size: 16px; color: #ffffff; font-weight: bold; font-varient: uppercase; letter-spacing: 0px; margin: 0; }
.subhead { color: #CC9933; font-size: 13px;	font-weight: bold; font-varient: uppercase;	letter-spacing: 0px; }
.copyright { color:#333333; font-size: 10px; text-align:center; padding: 2px; background-color: #; border-top: 0px solid #666666; }
.white {color: #ffffff;	font-size: 12px; text-decoration: none; font-family: myriad, arial, helvetica, verdana, geneva;	font-weight: normal; }
.datatable { border: 1px solid #cccccc; border-collapse: collapse; }
.datatable td { border: 1px solid #cccccc; text-align: left; vertical-align: top; padding: 4px;}
.datatable th {border: 1px solid #cccccc; background-color: #3A5F6F; font-weight: bold; text-align: left; padding: 4px; }
.datatable caption { font: bold; background-color: #3A5F6F; font-weight: bold; color: #ffffff;  padding: 4px;}

.teaser { width: 173px; background-color:#618f9f; color: #ffffff; text-align:center; vertical-align:middle; padding-top: 25px; padding-bottom: 35px; font-size:11px; letter-spacing: 1px; }

/* Rest of the styles can go here - more in-depth ones for divs and tds */
hr { color: #666666; height: 1px; } 
.level2 { vertical-align: top; text-align: left; padding: 15px; }
.content { text-align:left; vertical-align: top; padding: 10px; overflow:auto; height:400px; 
scrollbar-base-color: #D8D8D8;
scrollbar-arrow-color: #3A5F6F;
scrollbar-3dlight-color: #9B9B9B;
scrollbar-darkshadow-color: #070A00;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-track-color: #D6D6D6;
	}
.content2 { text-align:left; vertical-align: top; padding: 10px; overflow:auto; height:250px; 
scrollbar-base-color: #D8D8D8;
scrollbar-arrow-color: #3A5F6F;
scrollbar-3dlight-color: #9B9B9B;
scrollbar-darkshadow-color: #070A00;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-track-color: #D6D6D6;
	}