html, body
{
	background-image: url("images/background.jpg");
	background-color: #000000;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top left;
	color: #E87500;
	font-family:Helvetica;
	font-size: 10pt;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
}

a:link
{
	color: #FF9500;
}

a:visited
{
	color: #FF9500;
}

a:active
{
	color: #FFFFFF;
}

a
{
	text-decoration: none;
}

hr
{
	border: 0;
	color: #FF9500;
	background-color: #FF9500;
	height: 1px;
	width: 100%;
	text-align: left;
}

table
{
	padding: 0px;
}

img
{
	border: 0px;
}


tr
{
	padding: 0px;
	border-spacing: 0px;
	border-width: 0px;
}


td
{
	text-align: left;
	padding: 0px;
}


div.TabView div.Tabs a
{
	float: left;
	padding-right: 50px;
}


div.TabView div.Pages
{
	clear: both;
	overflow: hidden;
}

div.TabView div.Pages div.Page
{
	height: 100%;
	padding: 0px;
	overflow: hidden;
}

div.TabView div.Pages div.Page div.Pad
{
	padding: 3px 18px;
	padding-left: 0px;
}







div.section_header
{
	font-size: 16pt;
	color: #FF9500;
}

div.sub_header
{
	font-size: 12pt;
	color: #FF9500;
}

div.title_text
{
	font-size: 30pt;
	color: #FF9500;
}


table#padding_table
{
	width: 100%;
	height: 100%;
	border-width: 0px;
	border-spacing: 0px;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}


table#top_table
{
	width: 100%;
	height: 100%;
	border-width: 0px;
	border-spacing: 0px;
	padding: 0px;
}

tr#title_bar
{
	width: 100%;
	height: 75px;
	border-width: 0px;
	border-spacing: 0px;
	padding: 0px;
}

tr#lower_half
{
	border-width: 0px;
	border-spacing: 0px;
	padding: 0px;
}

table#left_table
{
	width: 150px;
	border-width: 0px;
	border-spacing: 0px;
}


td#content_cell
{
	width: 100%;
	border-width: 0px;
	border-spacing: 0px;
	padding: 0px;
}

div#content_view
{
	max-width: 800px;
	width: 100%;
	height: 100%;
	overflow: visible;
}

a.nav_link
{
	font-size: 12pt;
}