BODY	{
	background-color: #000000;
	margin: 0;
	padding: 0;
	border: 0;
	/*background-image: url(images/background.jpg);*/
	background-attachment: fixed;
	}

 /* PAGE LINK COLORS */

a:link		{ color: #FFFFFF; text-decoration: none; }

a:visited	{ color: #FFFFFF; text-decoration: none; }

a:active	{ color: #FFFFFF; text-decoration: none; }

a:hover		{ color: #FFCC00; text-decoration: none; /*border: #ffff00 1px solid;*/}


.BigTitle 	{ COLOR: #FFFFFF; FONT: 24px verdana, arial, sans-serif; font-weight: bold }
.BigTitle2 	{ COLOR: #666666; FONT: 24px verdana, arial, sans-serif; font-weight: normal }


.Img {
	border: #cccccc 1px solid;
}


 /* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #999999; FONT: 12px arial, verdana, arial, sans-serif; font-weight: bold }

.title		{ COLOR: #FFFFFF; FONT: 18px arial, sans-serif; font-weight: bold }

.title2		{ COLOR: #eeeeee; FONT: 16px arial, sans-serif; font-weight: bold }

.subtitle	{ COLOR: #FFCC66; FONT: 13px arial, sans-serif; font-weight: bold }

.smalltitle	{ COLOR: #999999; FONT: 12px arial, verdana, arial, sans-serif; font-weight: bold }

/*
.footer		{
	COLOR: #999999;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
*/
.hilite		{ COLOR: #006600; }

.P 			{ COLOR: #CCCCCC; FONT: 12px verdana, arial, sans-serif; font-weight: bold  }

P 			{ COLOR: #CCCCCC; FONT: 12px verdana, arial, sans-serif; font-weight: bold  }

 /* MISC CODE AND COLORS */


.page-splits	{ COLOR: #CCCC99; HEIGHT: 1px; WIDTH: 90%; }


.nobreak	{ white-space:nowrap; }


.just 		{ text-align: justify; }



 /* PAGE IMAGE BORDERS (GALLERY BORDERS BELOW) */


.borders		{ border: #FFFFFF 1px solid; cursor:hand; }





 /* PICTURE GALLERY CODE */

.Galborder	 	{ border: #FFFFFF 1px solid; cursor:hand; }	

A:hover .Galborder,
A:active .Galborder 	{ border: #FFCC66 1px solid; cursor:hand; filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50; }


.slideshow	{ FONT: 12px arial, verdana, arial, sans-serif;
		  font-weight: bold;
		  color: #FFFFFF;
		  background-color:#000000;
		  cursor:hand;
		  padding-left: 6px;
		  padding-right: 6px;
		  margin-top: 10px;
		  margin-bottom: 3px;
		  border: #666666 1px solid; }



.slideshowon	{ FONT: 12px arial, verdana, arial, sans-serif;
		  font-weight: bold;
		  color: #FFFFFF;
		  background-color:#000000;
		  cursor:hand;
		  padding-left: 6px;
		  padding-right: 6px;
		  margin-top: 10px;
		  margin-bottom: 3px;
		  border: #FFFFFF 1px solid; }



.form-margin	{ margin: 0px; }






 /* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide {display:none; width=750px; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly { display:none }
}





 /* START CODE FOR THE FORMS */


.shadeform	{ FONT: 12px arial, sans-serif, verdana, sans-serif;
		  COLOR: #000000;
		  background-image: url("picts/shadeform.gif");
		  margin-top:1px;
		  BORDER: #000000 1px solid;
		}


.dropdown 	{ FONT: 12px arial, sans-serif, verdana, sans-serif;
		  COLOR: #000000;
		  margin-top:1px;
		}


.submit-button 	  {
		  background-color:#333333;
		  FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		  font-size: 11px;
		  font-weight: bold;
		  color: #FFFFFF;
		  text-align: center;
		  cursor:hand;
		  BORDER: #999999 1px solid;
		  }


.submit-buttonon  {
		  background-color:#eeeeee;
		  FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		  font-size: 11px;
		  font-weight: bold;
		  color: #333333;
		  text-align: center;
		  cursor:hand;
		  BORDER: #FFFFFF 1px solid;
		  }





 /* START THE CODE FOR THE PAGE MENUS */



.menu-table 	{ width: 752px;
		  border-top: #000000 0px solid;
		  border-left: #000000 0px solid;
		  border-right: #000000 0px solid;
		  border-bottom: #000000 0px solid;
		}


#Menu {
	position: absolute;
	left: 34px;
	top: 52px;
	z-index: 10;
}


.menu	{
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	padding-top: 5px;
	padding-bottom: 30px;
	padding-left: 12px;
	padding-right: 20px;
	cursor:hand;
	font-weight: bold;
	text-align:center;
	white-space:nowrap;
	width: 200px;
	line-height: 100px;
	border: #000000 1px solid;
	display: marker;
	height: 150px;
	letter-spacing: 1px;	
 }

a.menu:link 	{ background-image: url("images/MenuButtonOff.gif");
		  background-color:#000000;
		  color: #FFFFFF; }


a.menu:visited 	{ background-image: url("images/MenuButtonOff.gif");
		  background-color:#000000;
		  color: #FFFFFF; }


a.menu:active 	{ background-image: url("images/MenuButtonOff.gif");
		  background-color:#000000;
		  color: #FFFFFF; }



a.menu:hover 	{  background-image: url("images/MenuButtonOver.gif");
		   background-color:#000000;
		   color: #FFFFFF;
		   border: #999999 1px solid; }


#menuCurrent  {
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	padding-top: 5px;
	padding-bottom: 30px;
	padding-left: 12px;
	padding-right: 20px;
	cursor:hand;
	font-weight: bold;
	text-align:center;
	white-space:nowrap;
	width: 200px;
	line-height: 100px;
	border: #000000 1px solid;
	display: marker;
	height: 150px;
	letter-spacing: 1px;
	background-image: url("images/MenuButtonOver.gif") !important;
	background-color:#000000 !important;
	color: #FFFFFF !important;
	background-repeat: no-repeat;
 }



 /* SIDEBAR TEXT AREAS - TURN ON IN sidebar.js */


fieldset {
border:1px solid #999999;
-moz-border-radius: 5px;
padding: 5px;

}
fieldset legend {
border:1px solid #999999;
background-color: #000000;
padding: 1px;
padding-left: 3px;
padding-right: 3px;
margin-bottom: 3px;
}





 /* GALLERY NAV MENU */



.menu-nav	{ font-family: verdana, arial, helvetica, sans;
		  font-size: 10px;
		  font-weight: bold;
		  text-align: center;
		  letter-spacing: 0px;
		  height: 19px;
		  padding-top: 0px;
		  padding-bottom: 0px;
		  padding-left: 12px;
		  padding-right: 12px;
		  margin-left: 2px;
		  margin-right: 17px;
		  cursor:hand;
		  line-height: 17px;
		  display: block;
		  white-space: nowrap;
		  border: #666666 1px solid; }


a.menu-nav:link 	{
	color: #FFFFFF;
	background-color: #000000;
}


a.menu-nav:visited 	{  background-color: #000000;
		  	   color: #FFFFFF;}


a.menu-nav:active 	{ background-color: #000000;
		  	   color: #FFFFFF;}


a.menu-nav:hover 	{  background-color: #000000;
		  	   color: #FFFFFF;
			   border: #FFFFFF 1px solid;
			}
			
			
			
#PageTitle {
	position: absolute;
	left: 15px;
	top: -8px;
	z-index: 9;
}
			
			
#PageHeader {
	position: absolute;
	left: 35px;
	top: 180px;
	width: 200px;
	height: 64px;
	z-index: 7;
}

#Layer1 {
	position: absolute;
	left: 35px;
	top: 250px;
	width: 144px;
	height: 94px;
	z-index: 6;
}


#LeftIndentContent {
	position: absolute;
	left: 265px;
	top: 190px;
	background-color: #000000;
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding: 25px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	z-index: 4;
}

#LeftContent {
	position: absolute;
	left: 35px;
	top: 230px;
	background-color: #000000;
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}


#footer {
	width: 500px;
	height: 30px;
	left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	color: #EEEEEE;
	font-size: 10px;
	border-top-style: solid;
	border-top-color: #FFCC00;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	text-align: center;
	background-repeat: no-repeat;
	margin-top: 20px;
	border-top-width: 1px;
}

.ContentPageHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 10px;	
}

.Content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	padding: 10px;
}



#header {
	width: 700px;
	height: 30px;
	font-family: "Comic Sans MS", Verdana, Arial;
	color: #000000;
	font-size: 10px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	background-image: url(index_files/SampleHeaderBG.gif);
	background-repeat: no-repeat;
}

#container {
	width: 600px;
	position: absolute;
	left: 112px;
	top: 750px;
	height: 100px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #eeeeee;
	font-weight: bold;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #000000;
	border-left-color: #666666;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;	
}

.TableGrayBorder {

}

.FormButton {
	color: #CCCCCC;	
}
