/* Tag Redifinitions */

body {
	background-image:   none;
	background-color: black;
	font-family: arial;
}

html,body{
      margin:0px;
      padding:0px;
      height:100%;
      border:none;
			text-align: left;
}

h1{
	color: #416833;
	font-weight: bold;
	font-size: 17pt;
	margin-top: 0px;
}

h2{
	color: #6C92C1;
	font-weight: bold;
	font-size: 12pt;
}	

h3 {
}

h4 {
}

/*li{
	margin: 0px;
	padding: 0px;
}
ul{
	margin: 0px;
	padding: 0px;
}*/

.layoutTable{
	border: 2px solid #CCCCCC;
	background-color: #FFFFFF;
	border-color: #D9D9D9;
	margin-bottom: 0px;
}
.timer{
	font-family: Arial;
	font-size: 0.75em;
	color: #BBBBBB;
}
.copyright{
	font-family: Arial;
	font-size: 10px;
	color: #555555;
	text-align: center
}
.content{
	font-family: Arial;
	font-size: 0.8em;
	color: #000000;
	line-height: 1.45em;
	background-image: url(../images/content_back.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}
.pageHeader{
	color: #2F4731;
	font-size: 1.9em;
	line-height: 1.5em;
	font-family: Arial;
	margin-left: -10px;
	margin-bottom: 10px;
}
.paraHead{
	color: #2F4731;
	font-size: 1.2em;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial;
	margin-left:: -10px;
}
.dropCap{
	background-color: #FFFFFF;
	color: #F47320;
	border: 2px solid #000000;
	font-weight: bold;
	font-size: 5em;
	font-family: 'Arial';
	margin: 0em 0.04em -0.2em 0em;
	padding: 0.30em 0.08em 0.26em 0.12em;
	float: left;
	position: relative;
}
.dropShad{
	position: absolute; 
	margin: -0.05em; 
	vertical-align: middle; 
	height: 70px; 
	color: #FFFFFF
}
.contactBox {
	position: absolute; 
	left: 50px; 
	top: 20px; 
	width: 400px; 
	height: 150px; 
	background-color: #FFFFFF;
	border: 2px outset;
	display: none;
}


/* General Layout Styles */

div.main{
	position:relative;
	width: 980px;
	border: none;
	margin: 0px;
}
		div#timeHolder{
			font-size: 9pt; 
			color:white;
			text-align:right;
			width: 980px;
		}
		div.main img{
			vertical-align:top;
		}
		div.navHolder{
			width: 998px;
			height: 27px;
			margin-bottom: 0px;
			background-color: #FF0000;
			background-image: url(../images/nav-bck.jpg);
		}
		div.main .titleText{
			position: absolute;
			text-align: right;
			top:231px;
			left: 0px;
			width: 930px;
			height: 21px;
			background-color: white;;
			font-family: 'arial';
			color: #6B6C6E;
			font-size: 8pt;
			font-weight: bold;
			padding-top: 3px;
		}
				div.main .titleText a{
					float:left;
					color: #888888; 
					margin-left: 30px;
					text-decoration: none;
					color: #777777;
				}
				div.main .titleText a:hover{
					color: #C4273C;
				}
				 
		div.main .middle{
			width: 998px;
			background-color: transparent;
			background-image:  url(../images/page-bckgrd.png);
			background-repeat: repeat-y;
			text-align: left;	
		}
				div.content{
					background-image: none;
					margin: 0px 50px 0px 45px;
					padding: 1px;
					font-size: 9pt;
					color: #777777;
				}
				div.content p{
					line-height: 16pt;
				}
		
		div.footerText{
			font-weight: normal;
			font-size: 7pt;
			color: #777777;
			position:relative;
			margin-left: 180px;
			top: -58px;
			margin-bottom: -20px;
			line-height: 15px;
		}
				div.footerText a{
					text-decoration:none;
					color: #555555;
				}
				div.footerText a:hover{
					text-decoration:underline;
					color: #C4273C;
				}

/* Admin Style - Nav Bar */

.editPanel{
	position:fixed;
}
.editPanel a{
	text-decoration:none;
	font-weight: normal;
	border: none;
	filter:none;
}
.editPanel a:hover{
	text-decoration:underline;
	color: #AA0000;
	border: none;
}
.colHeader td{
	padding: 2px;
	background-color: #CCCCCC;
	color:black;
}
.colHeader td a{
	text-decoration:none;
	color: black;
	font-weight: bold;
}
.colHeader td a:visited{
	color:black;
}
.sorter{
	border: 1px outset;
	color: #DDDDDD
}
/* Classes and ID'd Elements */



/*Modular Navigation Styles*/

ul#nav{
	float: left;
	position:relative;
	top: 0px;
	line-height: 20px;
	border: none;
	z-index: 600;
	font-size: 7.5pt;
	font-weight: bold;
	font-family: arial;
	margin-left: 0px;
	border-right: 1px solid #F48E4A;
	border-left: 1px solid #BE530C;
			padding: 0px;
			margin-top: 0px;
}

ul#nav li{
	float: left; /* ---ENABLE FOR HORIZONTAL NAV--- */
	width: auto;  /*---MUST BE 'auto' FOR 'float:left', OTHERWISE SET WIDTH OF VERTICAL NAV HERE------*/
	padding: 0px; /*---add padding for full borders if needed---*/
			position: relative;
			top: 0px;
			left: 0px;
			list-style-type: none;
	   	vertical-align: top;  /*MUST BE PRESENT TO PREVENT VERT SPACES IN IE WHEN DISPLAY:BLOCK FOR <A> TAG*/
}

ul#nav li a{
	padding: 3px 20px;
	/*width: 160px;*/
	font-size: 9pt;
	text-decoration: none;
	text-align: right;
	color: white;
	text-transform: capitalize;
	background-image: none;
	background-color: transparent;
	border-left: 1px solid #F48E4A;
	border-right: 1px solid #BE530C;
			display: block;
}
ul#nav li a:hover{
	background-image: none;
	background-color: #000000;
	color: #FFFFFF;
}

ul#nav li ul{
	position: absolute;  /* 	change for no javascript  */
			top: 0px;
			left: 0px;
			clip: rect(auto 2500px 2500px 2500px);
			margin: 0px;
			padding: 0px;
			/*visibility: hidden;  ALLOWS OPERA LINKS TO FUNCTION (v<9) */
}

ul#nav li ul li a{
	padding: 0px 10px;
	color: #6B6C6E;
	font-family: arial;
	font-size: 7.5pt;
	font-weight: bold;
	text-align: left;
	letter-spacing:1px;
	margin: 0px;
	background-image: none;
	background-color: #E5E5E5;
	border: 1px solid #330000;
	border-width: 1px 1px 1px 1px;
			position: relative;
			display:inline;
}

ul#nav li ul li a:hover{
	background-color: #F67319;
	color:white;
}

.shadowIE {
			filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3', MakeShadow='true', ShadowOpacity='0.30');
			position: absolute;
			top: 2px;
			left: 2px;
}

.shadowOther{
			border-right: 1px solid #777777;
			border-bottom: 1px solid #777777;
			position: absolute;
			opacity: 0.7;
			-moz-opacity: 0.7;
			-khtml-opacity: 0.7;
}


/* ----------------------------PRINT STYLES ---------------------*/

@media print {
	#noPrint   {display: none;}
	.noPrint{display: none}
}
