﻿body 
{
	margin: 0;
	padding: 0;
	background-color: Black;
	background-image: url('/FilesCustom/images/background1.jpg');
	background-position: center;
	background-repeat: repeat-y;
}

.BodyContent
{
	width: 700px;
	background-color: White;
	margin: auto;
	overflow: hidden;
}

.HeaderMenu_Static_Menu { width: 100%; text-align:center; height: 24px; font-family: Arial, Verdana;}
.HeaderMenu_Static_Item, .HeaderMenu_Static_Item a, .HeaderMenu_Static_Item a:visited { color: Black; font-size: 12px; min-width: 80px; font-weight:bold; text-decoration:none;}
.HeaderMenu_Static_Item a:hover { color: #F18232; }
.HeaderMenu_Static_Separator { color: Black; font-size: 12px; text-align:center; font-weight:bold; padding-bottom: 1px; }

.LeftMenu { width: 100%; font-size: 11px; border-bottom: solid 1px white; font-family: Arial, Verdana;}
.LeftMenu a, .LeftMenu a:visited { color: Black; text-decoration:none; }
.LeftMenu a:hover { color: White; }
.LeftMenu_Dynamic_Item { padding-right: 20px; font-weight:normal; text-align: right; line-height: 20px;}
.LeftMenu_Static_Item { padding-right: 20px; font-weight: bold; text-align: right; border-top: solid 1px white; line-height: 20px; }

.FooterMenu_Static_Menu { width: 100%; text-align:center; font-family: Arial, Verdana; padding: 0;}
.FooterMenu_Static_Item, .FooterMenu_Static_Item a, .FooterMenu_Static_Item a:visited { color: Black; font-size: 9px; text-decoration:none; white-space:nowrap; font-weight:bold;}
.FooterMenu_Static_Item a:hover { color: #F18232; }
.FooterMenu_Static_Separator { color: Black; font-size: 7px; text-align:center; font-weight:bold; padding-bottom: 1px;}
.FooterMenu_Copyright { color: Black; font-size: 9px; }

table.HomeTable { empty-cells: show; width: 700px; table-layout: fixed; }
table.HomeTable .Col1 { width: 226px; vertical-align: top; }
table.HomeTable .Col2 { width: 474px; vertical-align: top; }

table.SecondaryTable { empty-cells: show; width: 700px; table-layout: fixed; }
table.SecondaryTable .Col1 { width: 176px; vertical-align: top; }
table.SecondaryTable .Col2 { width: 524px; vertical-align: top; }