@charset "UTF-8";
body  {
	font: 100% Geneva, Helvetica, Arial, sans-serif;
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #ffffff;
}
#container { 
	width: 980px;  
	background: #000000;
	margin: 0 auto; 
	text-align: left; 
} 
#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: #fff;
}
#header a:visited {
	font-size: 8pt;
	font-weight: bold;
	line-height: 12pt;
	text-align: right;
	color:  #fff;
}
#header a:hover {
	font-size: 8pt;
	font-weight: bold;
	line-height: 12pt;
	text-align: right;
	color:  #ff0000;
}
#header a:active {
	font-size: 8pt;
	font-weight: bold;
	line-height: 12pt;
	text-align: right;
	color:  #ff0000;
}
#sidebar1 {
	float: left; 
	width: 140px; 
	background: #000000;
	padding-top: 15px;
	padding-bottom: 15px;
}
#sidebar1 p {
	font-size: 8pt;
	font-weight: bold;
	line-height: 12pt;
}
#sidebar1 ul {
	font-size: 8pt;
	font-weight: bold;
	line-height: 14pt;
	list-style-type: none;
	padding-left: 20px;
}

#sidebar1 h3 {
	color: #ff0000;
}
#sidebar1 a {
	font-size: 8pt;
	font-weight: bold;
	line-height: 12pt;
	color: #fff;
	text-decoration: none;
}
#sidebar1 a:link {
	font-size: 8pt;
	font-weight: bold;
	line-height: 12pt;
	color: #ffffff;
	text-decoration: none;
}
#sidebar1 a:visited {
	font-size: 8pt;
	font-weight: bold;
	line-height: 12pt;
	color: #fffff;
	text-decoration: none;
}
#sidebar1 a:hover {
	font-size: 8pt;
	font-weight: bold;
	line-height: 12pt;
	color:  #ff0000;
}
#sidebar1 a:active {
	font-size: 8pt;
	font-weight: bold;
	line-height: 12pt;
	color:  #ff0000;
}
#sidebar2 {
	float: right; 
	width: 160px; 
	background: #000000; 
	padding: 15px 10px 15px 20px; 
}
#sidebar2 p {
	font-size: 8pt;
	font-weight: bold;
	line-height: 12pt;
}
#sidebar2 ul {
	font-size: 8pt;
	font-weight: bold;
	line-height: 14pt;
	list-style-type: none;
	padding-left: 20px;
}

#sidebar2 h3 {
	color: #ff0000;
}
#sidebar2 a {
	font-size: 8pt;
	font-weight: bold;
	line-height: 12pt;
	color: #ffffff;
	text-decoration: none;
}
#sidebar2 a:link {
	font-size: 8pt;
	font-weight: bold;
	line-height: 12pt;
}
#sidebar2 a:visited {
	font-size: 8pt;
	font-weight: bold;
	line-height: 12pt;
	color: #ffffff;
}
#sidebar2 a:hover {
	font-size: 8pt;
	font-weight: bold;
	line-height: 12pt;
	color:  #CC9900;
}
#sidebar2 a:active {
	font-size: 8pt;
	font-weight: bold;
	line-height: 12pt;
	color:  #CC9900;
}
#mainContent { 
	margin: 0 200px 0 160px; 
	padding: 0 10px;
	background-color: #ffff99;
	color: #000;
}
#mainContent h3 {
	font-size: 1.2em;
	color: #fb100f;
} 
#mainContent blockquote {
	border-left: 1px solid #ccc;
	padding-left: 10px;
	font-size: 12px;
	line-height: 20px;
}
#mainContent a {
	color: #3D40D2;
	text-decoration: none;
}
#mainContent a:link {
	color: #3D40D2;
}
#mainContent a:visited {
	color: #6666FF;
}
#mainContent a:hover {
	color:  #CC9900;
}
#mainContent a:active{
	color:  #CC9900;
}
#footer { 
	padding: 0 10px 0 20px; 
	background:#000000;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#ff0000;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #CC9900; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(images/bubble.gif) no-repeat bottom;
}
</style>