/* Tag Redifinitions */

body {
	background-image:    url(../images/background.jpg);
	background-color: #293660;
	font-family: arial;
}

html,body{
      margin:0px;
      padding:0px;
      height:100%;
      border:none;
			text-align: left;
	  /*overflow: hidden;*/
}

documentElement{
	/*overflow:hidden;*/
}

h1{
	color: #293660;
	font-weight: bold;
	font-size: 20pt;
	margin-top: 0px;
	font-family: 'arial';
}

h2{
	color: #038180;
	font-weight: bold;
	font-size: 14pt;
	font-family:arial;
	line-height: 25pt;
}	

h3 {
}

h4 {
}

li{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	line-height: 14pt;
	list-style-position: outside;
	margin-left: 20px;
}
ul{
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}



/* General Layout Styles */

div.main{
	position:relative;
	width: 990px;
	border: none;
	margin: 0px;
	margin-top: 15px;
}
		div.main img{
			vertical-align:top;
		}
		div.main .titleText{
			position: absolute;
			text-align: right;
			top:231px;
			left: 0px;
			width: 950px;
			height: 21px;
			background-color: transparent;
			font-family: 'arial';
			color: #6B6C6E;
			font-size: 8pt;
			font-weight: bold;
			padding-top: 3px;
		}
				 
		div.main .middle{
			width: 990px;
			padding-top: 1px; 
			background-color: transparent;
			background-image:  url(../images/page-bckgrd.png);
			background-repeat: repeat-y;
			text-align: left;	
		}
				div.content{
					background-image: none;
					margin: 20px 80px 0px 195px;
					padding: 1px;
					font-size: 9pt;
					color: #444444;
				}
				div.content p{
					line-height: 16pt;
				}
		
		div.footerText{
			font-weight: normal;
			font-size: 7pt;
			color: #333333;
			position:relative;
			margin-right: 10px;
			top: -53px;
			margin-bottom: -60px;
			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
}
#timeHolder .dayDate{
	color: #cccccc;
}

/* Classes and ID'd Elements */

#hints li{
	margin-bottom: 10pt;
}

/*Modular Navigation Styles*/

ul#nav{
		/*float: left;*/
		position:absolute;
		top: 200px;
		line-height: 30px;
		border-left: none;
		z-index: 100;
		width: 115px;
		font-size: 9pt;
		font-weight: bold;
		font-family: arial;
			padding: 1px;
			margin-top: 0px;
			margin-left: 20px;
}

ul#nav ul{
			top: 0px;    
			position:relative;
}

ul#nav li{
	/*float: left;  ---ENABLE FOR HORIZONTAL NAV--- */
	width: 100%;  /*---MUST BE 'auto' FOR 'float:left', OTHERWISE '100%'------*/
	margin: 0px;
		line-height: 30px;
		position: relative;
		top: 0px;
		left: 0px;
		padding: 0px; /*---add padding for full borders if needed---*/
		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: 0px 5px;
	text-decoration: none;
	text-align: left;
	color: #6B6C6E;
	background-image: none;
	background-color: transparent;
	border: none;
			display: block;
}
ul#nav li a:hover{
	background-image: none;
	color: #293660;
}
ul#nav li ul{
	border: none;
	border-bottom: 1px solid #330000;
	position: absolute;  /* 	change for no javascript  */
			top: 0px;
			left: 0px;
			z-index: 100;
			clip: rect(auto 2500px 2500px 2500px);
			margin: 0px;
			padding: 0px;
			/*visibility: hidden;  ALLOWS OPERA LINKS TO FUNCTION (v<9) */
}

ul#nav li ul li{
	width: 200px;  /*------------REMOVE FOR HORIZONTAL NAV------------*/
	vertical-align:auto;
	background-color: #330000;
}

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: none;
	border: 1px solid #330000;
	border-width: 1px 1px 0px 1px;
			position: relative;
			z-index: 1;
			zoom: 1;    /* MUST BE PRESENT TO SET  TRANSPARENCY IN IE*/
}

ul#nav li ul li a:hover{
	background-color: #293660;
	color:white;
}


/* ----------------------------PRINT STYLES ---------------------*/

@media print {
	#noPrint   {display: none;}
	.noPrint{display: none}
}
