@charset "UTF-8";
/* CSS Document */

body{
background: url(images/bg.jpg) #000000 no-repeat center top;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin:0 auto;
padding: 10px 0px 0px 0px;
}
#wrapper{
width: 975px; margin: auto; padding: 0px 0px 10px 0px;
}
#column_holder{
width: 975px; float:left; display:inline; margin:0px 0px 20px 0px; padding: 0px 0px 10px 0px; background: #DEDEDE;
}
#column_left{
width: 585px; float:left; display:inline; margin:0px 5px 0px 5px; padding: 0px;
}
#column_right{
width: 365px; float:right; display:inline; margin:0px 5px 0px 5px; padding: 0px;
}

a {
	color: #0c609b;
	text-decoration: none;
}

.BoxLarge {
	background: url('images/background_580.gif');
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 580px;
}

.BoxLarge .Header {
	height: 48px;
	width: 580px;
}

.BoxLarge .Footer {
	background: url('images/bottom_580.gif');
	height: 33px;
	width: 580px;
}

.BoxLarge table {
	margin: 7px 10px 14px 10px;
	width: 560px;
}

.BoxSmall {
	background: url('images/background_360.gif');
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 360px;
}

.BoxSmall .Header {
	height: 48px;
	width: 360px;
}

.BoxSmall .Footer {
	background: url('images/bottom_360.gif');
	height: 33px;
	width: 360px;
}

.BoxSmall table {
	margin: 7px 10px 14px 10px;
	width: 340px;
}

.Header a {
	display: block;
	float: right;
	height: 16px;
	margin: 10px 14px 0px 0px;
	width: 40px;
}

td {
	font-size: 12px;
	height: 26px;
}

tr.HeaderRow td {
	background: url('images/header_middle.gif');
	font-weight: bold;
}

tr.HeaderRow td.Left {
	background: url('images/header_left.gif') left no-repeat;
	width: 10px;
}

tr.HeaderRow td.Right {
	background: url('images/header_right.gif') right no-repeat;
	width: 10px;
}

tr.Highlight td {
	background: #EFEFEF;
}

tr.Highlight td.Left {
	background: url('images/highlight_left.gif') left no-repeat;
	width: 10px;
}

tr.Highlight td.Right {
	background: url('images/highlight_right.gif') right no-repeat;
	width: 10px;
}

a.WidgetLink {
	background: url('images/widget_foot_forward.gif') right no-repeat;
	display: block;
	float: right;
	margin-right: 14px;
	margin-top: 2px;
	padding: 3px 20px 3px 0px;
	text-decoration: none;
}