﻿body
{
	margin: 0px;
	padding: 0px;
	background-color: #333333;
}

table, td, div, p, td, div, a, span
{
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-size: 12px;
	font-family: Garamond, Arial, Tahoma;
	border: none 0px;
	background-color: Transparent;
	color: #223361;
}

form { padding: 0px; margin: 0px; border: none 0px; width: auto; height: auto; }


/* Common */

img { border: none 0px; margin: 0px; padding: 0px; }

a:link, a:visited, a:active { color: #223361; font-weight: bold; text-decoration: underline; }
a:hover { color: #395BA3; font-weight: bold; text-decoration: underline; }

.InputBox { width: 175px; height: 16px; border: solid 1px #333; color: #223361; font-size: 12px; }
.ContactTextArea { width: 300px; height: 75px; border: solid 1px #333; color: #223361; font-size: 12px; }


/* Page Layout */

#PageOuterBox { width: 100%; height: 100%; background-color: Transparent; }
#PageInnerBox { width: 555px; height: 390px; margin: 65px auto 0px auto; background-color: Transparent; background: url('Images/PageBackground.jpg') no-repeat; }
#PageInnerBox_SubPage { width: 555px; height: 390px; margin: 65px auto 0px auto; background-color: Transparent; background: url('Images/PageBackground_SubPage.jpg') no-repeat; }


/* HomePage */

#PageHeaderBox_Home { width: 545px; height: 35px; margin: 0px 0px 5px 10px; }
#PageBodyBox_Home { width: 545px; height: 350px; margin: 0px 0px 5px 10px; }
#MenuOuterBox_Home { width: 523px; height: 315px; margin: 0px 0px 0px 16px; background: url('Images/HomePageLogo.gif') no-repeat top left; }
#MenuBox_Home { width: 197px; height: 315px; float: right; margin: 0px 0px 0px 0px; }

#HomePageLogo { float: left; margin: 0px 0px 0px 0px; }


/* SubPage */

#PageHeaderBox_SubPage { width: 100%; height: 150px; margin: 0px; }

#PageHeaderInnerBox_SubPage { width: 270px; float: left; }
#LogoOuterBox_SubPage { width: 160px; height: auto; float: left; }
#MenuOuterBox_SubPage { width: 110px; height: auto; float: right; }

#PageTitleBox_SubPage { width: 265px; float: right; margin-right: 10px; }

#PageBodyBox_SubPage { width: 100%; height: 240px; margin: 0px auto 5px auto; }
#PageBodyContentBox { width: 525px; height: 200px; margin: 0px auto 5px auto; overflow: auto; }


/* Spacers / Layout */

.Space1 { font-size: 1px; line-height: 1px; margin: 0px; padding: 0px; }
.Space5 { font-size: 5px; line-height: 5px; margin: 0px; padding: 0px; }
.Space10 { font-size: 10px; line-height: 10px; margin: 0px; padding: 0px; }
.Space15 { font-size: 15px; line-height: 15px; margin: 0px; padding: 0px; }
.Space20 { font-size: 20px; line-height: 20px; margin: 0px; padding: 0px; }
.Space25 { font-size: 25px; line-height: 25px; margin: 0px; padding: 0px; }

.SpacerWidth1 { font-size: 1px; line-height: 1px; margin: 0px 0px 0px 5px; padding: 0px; }
.SpacerWidth5 { font-size: 1px; line-height: 1px; margin: 0px 0px 0px 5px; padding: 0px; }
.SpacerWidth10 { font-size: 1px; line-height: 1px; margin: 0px 0px 0px 5px; padding: 0px; }
.SpacerWidth15 { font-size: 1px; line-height: 1px; margin: 0px 0px 0px 5px; padding: 0px; }
.SpacerWidth20 { font-size: 1px; line-height: 1px; margin: 0px 0px 0px 5px; padding: 0px; }
.SpacerWidth25 { font-size: 1px; line-height: 1px; margin: 0px 0px 0px 5px; padding: 0px; }

.SpacerCell { width: 10px; height: auto; background-color: Transparent; }

.BoxL { float: left; }
.BoxR { float: right; }
.BoxC { width: 100%; height: 0px; background-color: Transparent; clear: both; }

.SeperatorBox { width: 500px; height: auto; margin: 0px auto 0px auto; border-top: dotted 1px #333; }


/* Text */

#TitleText { font-size: 14px; font-weight: bold; color: #223361; margin: 0px 0px 0px 0px; }
#TitleSubText { font-size: 13px; font-weight: normal; color: #223361; margin: 0px 0px 0px 10px; }
.MainText { font-size: 13px; font-weight: normal; color: #333; }
.MainText_Home { font-size: 13px; font-weight: normal; color: #333; margin: 0px 0px 0px 10px; }

#TitleText_SubPage { font-size: 16px; font-weight: bold; color: #223361; text-align: center; }
#TitleSubText_SubPage { font-size: 11px; font-weight: normal; color: #223361; text-align: center; margin: 0px; }

.TextSuccess { font-size: 14px; font-weight: bold; color: #397D06; text-align: center; }
.TextError { font-size: 14px; font-weight: bold; color: #F56712; text-align: center; }


/* Footer */

#PageFooterBox { width: 100%; height: 15px; }
.FooterText { font-size: 12px; font-weight: normal; color: #223361; text-align: center; }


/* SubPage */
.ListTitleText { font-size: 14px; font-weight: bold; color: #223361; margin: 0px 0px 0px 5px; }
.ListSmallText { font-size: 12px; font-weight: normal; color: #333; margin: 0px 0px 0px 10px; }
.ListText { font-size: 13px; font-weight: normal; color: #333; margin: 3px 0px 3px 10px; }
.ListSubTitleText { font-size: 13px; font-weight: bold; color: #223361; text-align: center; }