/* sets the style for the main body of the site  */
BODY {
	background-color : White;

}

BODY.index {
	background-color : White;
}

/* Sets the font for the title banner */
.banner {
	font-size: xx-large;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #33CCFF;
	text-decoration : none;
}

img.subMenu {
vertical-align : baseline;
}


/* sets the style for the main content of the site */
.content {
	font-family: Arial, Times, serif;
	font-weight: normal;
	font-size : 80%;
	color : Navy;
	text-align : left;
}

/* sets the style for the white content of the site */
.whitecontent {
	font-family: Arial, Times, serif;
	font-weight: normal;
	font-size : 80%;
	color : White;
	text-align : left;
}

/* sets the style for the smallercontent of the site */
.smallcontent {
	font-family: Arial, Times, serif;
	font-weight: bold;
	font-size : 80%;
	color : Navy;
	text-align : left;
}

/* sets the style for the front page of the site */
.introcontent {
	font-family: Arial, Times, serif;
	font-weight: normal;
	font-size : 120%;
	color : Navy;
	text-align : center;
}


/* sets the style for the content with subtables */
.tablecontent {
	font-family: Arial, Times, serif;
	font-weight: normal;
	font-size : 100%;
	color : Navy;
	text-align : left;
}


/* sets the style for the main content of the site */
.contentMid {
	font-family: Arial, Times, serif;
	font-weight: normal;
	font-size : 100%;
	color : Navy;
	text-align : center;
}


/* sets the style for the bottom headers */
.bothead {
	font-family: Arial, Times, serif;
	font-weight: bold;
	font-size : 60%;
	color : White;
	text-align : center;
}

/* sets the style for the Contact US */
.contact {
	font-family: Arial, Times, serif;
	font-weight: bold;
	font-size : 200%;
	color : White;
	text-align : left;
}



/* controls the rollover menus in the main menu list */
.dropmenu {
   position: absolute;
   left: -1500px;
   visibility: visible;
   z-index: 101;
   float: left;
   width: 132px;

   border-width: 1px;
   border-style: solid;
   border-color: #E5E5E5;	
   background-color: #E5E5E5;
}
.dropmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
.dropmenu li {
   display: inline;
}
.dropmenu a:visited{
   display: block;
   width: 130px;

   padding: 2px;
   margin: 1px;
   font-family: Arial;
   font-size: 12px;
   font-weight: bold;
   text-align: left;
   text-decoration: none;

   color: #000000;
   background-color: #B5B5B5;
}
.dropmenu a:hover {
   padding: 2px;
   margin: 1px;
   font-family: Arial;
   font-size: 12px;
   font-weight: bold;
   text-align: left;
   text-decoration: none;

   color: #FFFFFF;
   background-color: #0000CC;
}

.dropmenu a { 
   display: block;
   width: 130px;

   padding: 2px;
   margin: 1px;
   font-family: Arial;
   font-size: 12px;
   font-weight: bold;
   text-align: left;
   text-decoration: none;

   color: #000000;
   background-color: #B5B5B5;
 } .dropmenu a:active  { 
   display: block;
   width: 130px;

   padding: 2px;
   margin: 1px;
   font-family: Arial;
   font-size: 12px;
   font-weight: bold;
   text-align: left;
   text-decoration: none;

   color: #000000;
   background-color: #B5B5B5;
 } 