@charset "utf-8";

#center {
margin: 0 auto;    margin-left:auto;    margin-right:auto;
padding:0;
	width:970px;
	}
.shadow-one {
margin: 0 auto;
padding:0;
	width:970px;
	background: url(UR_glow.png) right top no-repeat;
    }  /* Absolute positioning used only to collapse the div-group width;
    floating, or a stated width, or a sized outer container will work as
    well for this purpose. */
.shadow-two {
  padding-top: 70px;
  padding-left: 70px;
  background: url(LL_glow.png) left bottom no-repeat;
  }
.shadow-three {
    background: url(fullGlow.png) right bottom no-repeat;
    }
.shadow-four {
    position: relative;
    left: -70px;
    top: -70px;
    background: url(fullGlow.png) left top no-repeat;
    }
.shadow-five {
	position: relative;
	left: 35px;
	top: 35px;
    }
#glow {
	padding: 30px 0 0 0;
	width:970px;
}
#copyright {
    width:auto;
	position: relative;
	left: 38px;
	bottom: 32px;
	float: left;	
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #001428;
	}
.twoColFixLtHdr  #navigation {
	background-color: #000000;
	margin: 0;
	padding: 0px 5px 0 5px;
	height: 1.80em;
	border-top: solid #FF9900 1px;
	border-bottom: solid #FF9900 1px;
	z-index: 0;
}
.twoColFixLtHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-position: center;
	background-image: url(blueBack.jpg);
	background-repeat: repeat;
} 	
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0;
} 
.twoColFixLtHdr #footer p {
	margin: 20px 0 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* text CSS */
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding: 3px;
	color: #999999;
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #FF9900;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #33CC33;
}
.h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00CCFF;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #FF9900;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding: 3px;
	color: #33CC33;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
}
.style4 {
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
.style5 {font-weight: bold}
.style6 {
	font-size: 11px;
	border-bottom: solid #FF9900 1px;
}          
.style12 {
	color: #CCCCCC
}
.style14 {color: #CC0000}
/* navigation CSS */
#nav {
margin:0;
padding:0;
height:.75em; 
}
#nav li{
float:right;
list-style:none;
}
* html #nav ul li a {
color: #CCCCCC;
width: auto;
	border-top:0.1em solid #666666;
		border-left: 0.1em solid #FF9900;
		border-bottom:0.1em solid #FF9900;
	border-right: 0.1em solid #FF9900;
	}
#nav li a{
	display:block;
	padding:3px 8px;
	color:#CCCCCC;
	text-decoration:none;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #151515;
	font-size:12px;
	border-left: 1px solid #666666;
	border-right: 1px solid #333333;
	width:7em;
}
#nav li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; 
	}
#nav li:hover li {
	float: none; 
	}

#nav li:hover li a {
	color: #CCCCCC; 
	width: auto;
	border-top:0.1em solid #666666;
		border-left: 0.1em solid #FF9900;
		border-bottom:0.1em solid #FF9900;
	border-right: 0.1em solid #FF9900;
	}
#nav a:hover{
	color:#FFFFFF;
	background-color:#000000;
}
#nav li a span {
	display:block;
	width:5em;
		height:0.5em;
		border-top:0.1em solid #666666;
		border-left: 0.1em solid #666666;
		border-bottom:0.1em solid #CCCCCC;
	border-right: 0.1em solid #CCCCCC;
	background-color: #330000;
	overflow:hidden;
	margin-top: 1px;
	text-align: center;
  }
#nav li ul {
display:none;
width:8em;
}
#nav li li a:hover {
color:#FFFFFF;
}
#nav li a:hover span {
	background: #FF6600;
	}
#nav li:hover ul, #nav li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; 
	z-index:25;
	}
#nav li:hover li, #nav li.hover li {
	float: none;
	}
#nav li:hover li a, #nav li.hover li a {
	background-color: #151515;
	}
#nav ul:hover li a, #nav ul.hover li a {
	background-color: #000000;
	}
