form
{
	margin:0;
	padding:0;
}

.drilldown
{
	font-size: 8pt;
	width: 100%;
}

.drilldown h3
{
	clear: both;
	margin: 0px 0 0px 0;
	background-image:url("../images/gold_bar.png");
	font-size: 10pt;
	padding: 2px 2px 2px 7px;
	color:#000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	
}

.drilldown ul
{
	margin: 5px;
	padding: 0;
	list-style: none;
}

.drilldown ul li
{
	float: left;
	width: 100px;
	margin-left: 20px;
	padding: 2px 0 2px 0;
	color: #c00000;
}

.drilldown ul li a
{
	color: #c0c0c0;
}

.clearfix:after 
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


body
{
	font-size: 10pt;
	font-family:arial;
	margin: 0; 
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	behavior:url("css/csshover3.htc");
	background-color:#000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

table
{
	font-size: 10pt;
	font-family:arial;
	border-collapse:collapse;
	border-spacing:0px;
}

table td
{
	padding:0px;
}

.main_table
{
	width:760px;
	border-right:3px solid #222222;
	border-left:3px solid #222222;
	height:100%;
}

.left_side
{
	width:760px;
	height:100%;
	vertical-align:top;
}

.right_side
{
	background-color:#222222;
	width:264px;
	height:100%;
	vertical-align:top;
}

.left_table
{
	width:760px;
	background-color:#fff;
	border-right:1px solid #222222;
	height:100%;
}

.header
{
	position:relative;
	height:110px;
	background-color:#ff0000;
	background-image:url(../images/header_bg.jpg);

}

.logos
{
	position:absolute;
	right:5px;
	top:50px;
}

.gold_bar
{
	position:absolute;
	top:5px;
	overflow:hidden;
	width:758px;
}

.gold
{
	background-image:url("../images/gold_bar.png");
	height:25px;
	font-weight:bold;
}

.name
{
	position:absolute;
	left:0px;
	top:10px;
}

.black_bar
{
	background-image:url("../images/black_gradient.jpg");
	height:30px;
}

.grey_box
{
	background-color:#555555;
	position:relative;
	height:40px;
}

.gold_bar2
{
	overflow:hidden;
	width:758px;
	position:absolute;
	top:0;
	left:0;
}

.gold_bar_text
{
	position:absolute;
	top:2px;
	left:5px;
	color:#fff;
}

.content
{
	height:100%;
	vertical-align:top;
}

.content_table
{
	height:100%;
	width:100%;
}

.content_left
{
	width:200px;
	vertical-align:top;
	background-color:#222222;
}

.content_right
{
	vertical-align:top;
	width:560px;
}

.content_cell
{
	padding:10px;
}

.headline
{
	font-size:larger;
	font-weight:bold;
}

.footer
{
	font-size:8pt;
	color:#fff;
}