@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #ffffff;
}
#container { 
	width: 980px; 
	background: #000000;
	margin: 0 auto;
	text-align: left;
	position: absolute; 
} 
#header { 
	background: #000000; 
	padding: 0 200px 0 20px;  
} 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#header p {
	font-size: 8pt;
	font-weight: bold;
	line-height: 12pt;
	text-align: right;
}
#header a {
	font-size: 8pt;
	font-weight: bold;
	line-height: 12pt;
	text-align: right;
}
#header a:link {
	font-size: 8pt;
	font-weight: bold;
	line-height: 12pt;
	text-align: right;
	color: #ffffff;
}
#header a:visited {
	font-size: 8pt;
	font-weight: bold;
	line-height: 12pt;
	text-align: right;
	color:  #ffffff;
}
#header a:hover {
	font-size: 8pt;
	font-weight: bold;
	line-height: 12pt;
	text-align: right;
	color:  #ff0000;
}
#sidebar1 {
	float: left; 
	width: 270px; 
	background: #000000; 
	padding-top: 150px;
	padding-bottom: 15px;
}
#sidebar1 p {
	font-size: 8pt;
	font-weight: bold;
	line-height: 14pt;
}
#sidebar1 ul {
	font-size: 8pt;
	font-weight: bold;
	line-height: 14pt;
	list-style-type: none;
	padding-left: 20px;
}

#sidebar1 h3 {
	color: #ff0000;
	padding-left: 20px;
}
#sidebar1 a {
	font-size: 8pt;
	font-weight: bold;
	line-height: 14pt;
	color: #ffffff;
	text-decoration: none;
}
#sidebar1 a:link {
	font-size: 8pt;
	font-weight: bold;
	line-height: 14pt;
}
#sidebar1 a:visited {
	font-size: 8pt;
	font-weight: bold;
	line-height: 14pt;
	color: #ffffff;
}
#sidebar1 a:hover {
	font-size: 8pt;
	font-weight: bold;
	line-height: 14pt;
	color:  #ff0000;
}
#sidebar1 a:active {
	font-size: 8pt;
	font-weight: bold;
	line-height: 14pt;
	color:  #ff0000;
}
#mainContent { 
	margin: 0 200px 0 280px; 
	padding: 30px 10px 0; 
} 
#mainContent h3 {
	color: #ff0000;
	padding-left: 20px;
}
#mainContent a {
	font-size: 12pt;
	font-weight: bold;
	line-height: 16pt;
	padding-left: 20px;
	color: #fff;
	text-decoration: none;
}
#mainContent a:link {
	font-size: 12pt;
	font-weight: bold;
	line-height: 16pt;
}
#mainContent a:visited {
	font-size: 12pt;
	font-weight: bold;
	line-height: 16pt;
	color: #ffffff;
}
#mainContent a:hover {
	font-size: 12pt;
	font-weight: bold;
	line-height: 16pt;
	color:  #CC9900;
}
#mainContent a:active {
	font-size: 12pt;
	font-weight: bold;
	line-height: 16pt;
	color:  #CC9900;
}

