@charset "utf-8";
body {
	font: 100%/1.4 "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000;
	margin: 0;
	padding: 0;
	color: #FFF;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}
a img {
	border: none;
}
a:link {
	color: #FFF;
	text-decoration: none; 
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #F00;
}
.container {
	width: 982px;
	/*height: 700px;*/
	margin: 0 auto; 
}
.header {
	background-color: #000;
	height: 130px;
	/*position: absolute;
	padding-top: 10px;
	top: 0px;
	left: 0px;
	right: 0px;*/
	text-align: center;
}
ul.nav {
	list-style: none;
}
ul.nav li {
	display: inline-block;
	color: #FFF;
	text-align: center;
}
ul.nav a {
	padding: 0 20px 0 20px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #FFF;
	font-size: .8em;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif ;
}
ul.nav a:hover {
	/*background: #1A1E81;*/
	color: #F00;
	/*border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;*/
	font-size: .9em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.navbar {
	/*position: absolute;
	top: 140px;
	left: 0px;
	right: 0px;*/
	/*margin-top: 140px;*/
	height: 32px;
	background: transparent;
	text-align: center;
	border-top: 1px solid #FFF;
	/*border-bottom: 1px solid #FFF;*/
}
.sidebar2 {
	width: 810px;
	margin: 31px 0 0 80px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	border: solid 3px #D6D7F7;
	padding: 10px;
	background-color: #1A1E81; 
	opacity:0.8;
	filter:alpha(opacity=80); 
	border-radius: 20px;
	text-align: left;
	line-height: 175%;	
}
.content {
	font-size: .8em;
}
ul.priv {
	list-style:square;
}
ul.priv li {
	margin-left: 20px;
}
.underl {
	text-decoration: underline;
}