body		{background-color: #000000;  font-family: Tahoma, Verdana, Arial; color: #FFFFFF}


a:link, a:active, a:visited
		{color: #FFFFFF; text-decoration: none}
a:hover		{color: #FFFFFF; text-decoration: underline}


a.nav:link, a.nav:active, a.nav:visited
		{color: #FFFFFF; text-decoration: none; font-weight: bold}
a.nav:hover	{color: #FFFFFF; text-decoration: underline; font-weight: bold}


a.nav_sub:link, a.nav_sub:active, a.nav_sub:visited
		{color: #FFFFFF; text-decoration: none}
a.nav_sub:hover	{color: #FFFFFF; text-decoration: underline}


form		{display: inline}


h1		{font-size: 16px; font-weight: bold; color: #FFFFFF; text-align: left; font-family: Arial, Verdana, Tahoma}
h2		{font-size: 13px; font-weight: bold; color: #FFFFFF; text-align: left; font-family: Arial, Verdana, Tahoma}
h3		{font-size: 12px; font-weight: bold; color: #FFFFFF; text-align: left; font-family: Tahoma, Verdana, Arial}


img		{border: 0px} 
img.page	{margin-left: 10px; margin-bottom: 5px}

input,select	{font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px}


td		{border-left: 0px; font-size: 12px; color: #FFFFFF;  vertical-align: top}

td.header	{border-left: 1px solid #FFFFFF; border-right: 1px solid #000000; text-align: left; vertical-align: top; padding: 0px}

td.subheader	{border-left: 1px solid #FFFFFF; border-right: 1px solid #000000; font-size: 12px; color: #000000; text-align: center;
		 vertical-align: middle; padding-left: 8px; padding-right: 8px; background-image: url('images/bg_subheader.gif')}

td.left 	{border-left: 1px solid #FFFFFF; background-image: url('images/bg_left.gif'); background-repeat: repeat-y;
		 background-color: #CED8E5; padding: 0px; border-left: 1px solid #FFFFFF}

td.nav		{background: none; font-size: 11px; color: #FFFFFF; text-align: left; vertical-align: top;
		 padding-left: 8px; padding-top: 5px; padding-right: 8px; padding-bottom: 6px}

td.main		{border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; font-size: 12px; color: #FFFFFF; text-align: left;
		 vertical-align: top; padding-left: 12px; padding-top: 6px; padding-right: 8px; padding-bottom: 8px}

td.footer_left	{font-size: 11px; border-top: 1px solid #FFFFFF; color: #FFFFFF; vertical-align: middle;
		 padding-left: 0px; padding-right: 8px; height: 25px; text-align: left}
td.footer_right	{font-size: 11px; border-top: 1px solid #FFFFFF; color: #FFFFFF; vertical-align: middle;
		 padding-left: 0px; padding-right: 8px; height: 25px; text-align: right}

	* { font-family: verdana; font-size: 10pt; COLOR: gray; }
	b { font-weight: bold; }
	maintable {border: 1px solid gray;}
	td { padding: 0;}


div#Page
{
	width:930px;
	left: 50%;
	margin-left: -440px; /* - (width/2) */
	position: relative;
}

div#Header
{
 	position: relative;
 	width:800px;
	left: 50%;
	margin-left: -400px; /* - (width/2) */
 	top:30;
}

div#Main
{
 position:absolute;
 top:110;
}
div#Sidebar
{
 padding-top: 34;
 float: left;
 width:120px;
}

div#PageContent
{
 float: right;
 width:700px;
}

div#PageFooter
{
 border-top         : 1px solid #FFFFFF;
 clear:both;
 margin-bottom: 10;
}


