/* CSS Document */
/*Global navigation*/
#nav a{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
text-decoration:none;
}
#navlist {
width: 100%;
}
#navlist li {
float: right;
list-style-type: none;
margin: 0 0 0 0;
padding: 0;
}
#navlist ul {
margin: 0;
padding: 0;
}
#navlist a {
padding: 3px 10px 3px 22px;
text-decoration: none;
}
#navlist a:link, #navlist a:visited {
color: #ffffff;
}
#navlist a:hover, #navlist a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
color: #CCCC33;
}


/*standard CSS code*/
html {
height:100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../grafx/bg_black.jpg);
}
a:link,a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover,a:active  {
	text-decoration: none;
	color: #CCCC00;
}

/* Global Divs */
#container_bg {
	height:100%;
	position:absolute;
	width:771px;
	left:15%;
	z-index:1;
	background-image:url(../grafx/bg_down.gif);
	background-repeat:repeat-y;
	top:0px;
	bottom:0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
#container {
	position:relative;
	width:771px;
	z-index:2;
	left:0;
	background-image: url(../grafx/bg_top.jpg);
	background-repeat: no-repeat;
	background-position:top;
	top:0px;
	bottom:0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
#NavHeader {
	 position:relative; 
	 width:100%; 
	 height:60px; 
	 z-index:2; 
	 background-image: url(../grafx/bg_top.jpg); 
	 background-position: top; 
	 background-repeat:no-repeat;
 }
#nav {
   position:absolute; 
   width:500px; 
   height:12px; 
   z-index:2; 
   bottom:0px; 
   right:23px; 
   visibility: visible;
  }
#logo{
 position:absolute; 
 width:188px; 
 height:39px; 
 z-index:2; 
 bottom:0px; 
 left:23px;
  }

 
/*Global Classes*/
.tablemargin {
padding: 8px 15px 8px 15px;
}
.hdr {
	font-size:12px;
}
.blackbg {
background-color:#000000;
}

.black_vert {
	background-color:#000000;
	background-attachment: fixed;
	background-image: url(../grafx/v_rule.gif);
	background-repeat: repeat-y;
}
