body
{
	text-align: center;
	font-family: arial;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: medium;
}

td
{
	vertical-align: top;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-color: Red; /* Debugging Purposes */
	border-width: 1px; /* Debugging Purposes */
	border-style: none; /* Debugging Purposes */
}
td.HeadingLogo
{
	text-align: center; 
	width: 200px;
}
td.HeadingLinks
{
	text-align: right;
	font-size: smaller;
}
td.Time
{
	text-align: right;
	vertical-align: bottom;
	color: #003478;
}
td.Banner
{
	border-width: 1px;
	border-color: #003478;
	border-style: solid;
	background-color: #0046ad;
	padding-left: 15px;
}
td.LeftMenu
{
	width: 175px;
	vertical-align: top;
}
td.MainContent
{
	text-align: justify;
	text-justify: distribute;
	padding-left: 10px;
}
td.SubMainContent
{
	vertical-align: bottom;
}
td.Footer
{
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	font-size: smaller;
}
td.Legal
{
	text-align: center;
	color: #000000;
	font-size: xx-small;
}

div
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
div.MenuMain
{
	background-color: #003478;
	padding: 3px 3px 3px 5px;
	font-size: small;
}
div.MenuSub
{
	background-color: #0046ad;
	padding: 0px 3px 3px 15px;
}
div.MenuSection
{
	font-size: smaller;
}
div.News
{
	float: left;
	background-color: #f0f0f0;
	width: 49%;
}
div.Update_Join
{
	float: right;
	background-color: #c0c0c0;
	width:	50%;
}

span.Spacer
{
	font-size: 1pt;
}
span.KeyValue
{
	font-weight: bold;
	color: #003478;
}

h1, h2, h3, h4, h5, h6
{
	color: #003478;
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}
h1.HeadingName
{
	color: #003478;
	font-size: medium;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
p
{
	padding: 5px 1px 2px 2px;
	margin: 5px 1px 2px 2px;
	text-indent: 0px;
}

ul
{
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 10px;
}

a:link, a:visited
{
	color: #003478;
	text-decoration: underline;
}
a:hover, a:active
{
	color: #003478;
	text-decoration: underline;
}
a.Footer:link, a.Footer:visited
{
	color: #ffffff;
	text-decoration: underline;
}
a.Footer:hover, a.Footer:active
{
	color: #ffffff;
	text-decoration: underline;
}
a.LeftMenu:link, a.LeftMenu:visited
{
	color: #ffffff;
	text-decoration: underline;
}
a.LeftMenu:hover, a.LeftMenu:active
{
	color: #ffffff;
	text-decoration: underline;
}

img
{
	border-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
img.MenuPointer
{
	width: 10px;
	height: 10px;
	border-style: none;
}

form
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
input.SiteSearch
{
	font-size: xx-small;
}
}