@charset "utf-8";

body {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	background-color:#000000;
	font-size: 100.0%;font-color:white; margin:0;
	color:#DDDDDD;
}

body,td,th {
	font-size: 8pt;
}

.img_link:hover{
 opacity:.7;
 filter:alpha(opacity=70);
 -moz-opacity:.7;
 border:none;
}

.transp4{
     filter:alpha(opacity=40);
	-moz-opacity:.4;
	opacity:.4; 
}

.transp5{
     filter:alpha(opacity=5);
	-moz-opacity:.05;
	opacity:.05; 
}

.transp6{
     filter:alpha(opacity=60);
	-moz-opacity:.6;
	opacity:.6; 
}

/*** LAYOUT ***/

#top {
	margin: auto;
	position:relative;	
	background: url(_img/header.jpg) no-repeat;
	background-position: top;
	background-attachment: scroll;
	width: 100%;
	overflow: hidden;
	top: 10px;
	height: 246px;
	z-index:1;
}

#nav {
	margin: 0;
	_margin-top: 200px;
	position: relative;
	_position: static;
	padding: 0px;
	height: 30px;
	top: 200px;
	width: 870px;
	z-index:1000;
	/*background-color:#33FFFF;*/
}

#wrapper {
	margin: 0;
	position:relative;
	top: 0%;
	left: 50%;
	width: 940px;
	height:auto;
	margin-left: -470px;
	margin-top: 10px;
	z-index:1;
	color:#DDDDDD;
}


#nav ul, #nav li{
	margin: 0; 
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float:left;
	z-index: 1000;
}

#nav li, #nav li a {
	margin: 0;
	 padding:8px;
	_padding:10px;
	display:inline;
	font-size:20px;
	text-transform:uppercase;
	font-weight: bold;
	color:#999999;
}

#nav li :hover, #nav li a:hover {
	color: #eeeeee;
}


#left {
	margin: 0;
	margin-left:-5px;
	width: 310px;
	height:auto;
	background: url(_img/bg_sidebar_left2.png) no-repeat;
	background-position: top;
	background-attachment: scroll;
	float:left;
	filter:alpha(opacity=90);
	-moz-opacity:.9;
	opacity:.9;
	_z-index:1000;
}

	
#middle {
	margin: 5px;
	margin-top:0px;
	width: 360px;
	height: auto;
	float:left;
	position: relative;
		filter:alpha(opacity=90);
	-moz-opacity:.9;
	opacity:.9;
	_z-index:1000;
}

#right {
	margin: 0;
	margin-right:-5px;
	_margin-right:-5px;
	width: 310px;
	height:auto;
	float:right;
	position: relative;
	filter:alpha(opacity=90);
	-moz-opacity:.9;
	opacity:.9;
	_z-index:1000;
}


#footer {
	margin: auto;
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #000000;
	color: #666666;
	clear:both;
	position:relative;
	bottom:0px;
	margin-top: 10px;
	background: url(_img/bottom.jpg) no-repeat;
	background-position: top;
	background-attachment: scroll;
}




/*** STANDARDS ***/
a, a:visited {
	font-size: 11px;
	color: #666666;
}
a:hover {
	color: #999999;

}
a:active {
	color: #FFFFFF;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

img {
	border:0px; border:none; margin:0; padding:0;

}

div, p, span {
	margin:0; padding:0px;

}


h1 {
	font-size:18px;
	text-transform:uppercase;
	font-weight: bolder;
	color:#EEEEEE;
	line-height:30px;
	margin:0;
}

h2 {
	font-size:16px;
	text-transform:uppercase;
	font-weight: bolder;
	color:#EEEEEE;
	line-height:20px;
	margin:0; padding:0px;
}


h3 {
	font-size:11px;
	text-transform:uppercase;
	font-weight: bold;
}

fieldset {
	border:none;
	margin: 0;
	padding: 0;

}



