/* Tag Redifinitions */

body {
	background-color: #000000;
}

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

table#main{
		border-collapse: collapse;
		border-spacing: 0px;
		border: 1px solid yellow;
		text-align: left;
		width: 954px;
		background-image:  url(../images/tbl-bckgrd.jpg);
		background-position: top right;
		background-repeat: no-repeat;
		background-color: #242021;
}
			table#main #title{
				height: 191px;
			}	
			table#main td{
				padding: 0px;
			}
			table#main td#leftSide{
				width: 155px;
				background-image:  url(../images/nav-bckgrdRepeat.jpg);
				background-repeat: repeat-y;
			}
			table#main td#content{
				width: 799px;
				background-image:     url(../images/content-bckgrd.gif);
				background-repeat: repeat-y;
				background-position: 13px bottom;
				padding: 30px 75px 40px 40px;
				text-align: justify;
				font-family: arial;
				font-size: 10pt;
				line-height: 17pt;
				color: #ffff33;
			}
			table#main td#footer{
				height: 40px;
				color: white;
				font-size: 8pt;
				text-align: center;
				font-family: arial;
			}

a{
	color: white;
}
h1{
	color: #FFFFFF;
	font-family: arial;
	font-size: 20pt;
	line-height: 27px;
	font-weight: bold;
	text-align: left;
	height: 23pt;
	/*position: relative;*/
	font-style: italic;
	z-index: 1;
}
.h1Shad{
	color: #ffffff;
	position: absolute;
	top: 2px;
	left: -2px;
}

h2{
	color: #0071bc;
	font-family: arial;
	font-size: 15pt;
	font-weight: bold;
	text-align: left;
}	

h3 {
	color: #9b0e0f;
	font-family: arial;
	font-size: 11pt;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
}
strong{
	color:white;
}

/* Classes and ID'd Elements */

.content{
		font-family: arial;
		font-size: 10pt;
		line-height: 17pt;
		color: #ffff33;
}
.formfield{
	background-color: black;
	border: 2px solid #ffff00;
	color: white;
	width: 250px;
}


/*Automatic Drop Shadow Styles*/

.dropHolder {
	position: absolute;
	top: 2px;
	left: 2px;
 	filter: alpha(opacity=50); 
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	overflow: visible;
}
.shadow2{
			border-color: #000000;
			border-width: 1px; 
			border-style: solid;
			position: absolute;
}
.shadow {
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='4', MakeShadow='true', ShadowOpacity='0.50');
	opacity: 0.2;
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	position: absolute;
	top: 2px;
	left: 2px;
}

/*---------------MODULAR NAV STYLES----------------------*/

ul#nav{
		float: left;
		margin-right: 20px;
		margin-bottom: 10px;
		position: absolute;
		width: 135px;
		left: 10px;
		top: 20px;
			padding: 0px;
			margin-top: 0px;
			margin-left: 0px;
}

ul#nav ul{
			top: 0px;    
			position:relative;
}

ul#nav li{
	width: 135px;
	/*float: left;  enable for horizontal nav */
			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{
	text-decoration: none;
	text-align: left;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	background-color: transparent;
	padding: 10px 5px 8px 10px;
	border: 1px solid black;
			display: block;
}
ul#nav li a:hover{
	color: white;
	background-color: black;
}

ul#nav li ul{
	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 {
	   		vertical-align: baseline;  /*MUST BE PRESENT TO PREVENT VERT SPACES IN IE WHEN DISPLAY:BLOCK FOR <A> TAG*/
				float: left;
}

ul#nav li ul li a{
	color: white;
	background-color: #004400;
			position: relative;
			z-index: 1;
			zoom: 1;    /* MUST BE PRESENT TO SET  TRANSPARENCY IN IE*/
}

.navShadow{
			border-color: #000000;
			border-width: 1px; 
			border-style: solid;
			position: absolute;
			border-top: none;
			border-left: none;
			filter: alpha(opacity=70);
			opacity: 0.7;
			-moz-opacity: 0.7;
			-khtml-opacity: 0.7;
}

.shadow {
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='4', MakeShadow='true', ShadowOpacity='0.50');
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	position: absolute;
	top: 2px;
	left: 2px;
}

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

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