/* CSS Document */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #B3CCCC;
	text-align: center;
	margin: 0px;
}
.pageFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #006600;
	background-color: #EBEBEB;
	height: 30px;
	width: 100%;
	bottom: auto;
	text-align: center;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}

div#HeaderContainer {
	background-color: #FFFFFF;
	clear: both;
	float: none;
	height: 120px;
	width: 100%;
}
.HorizontalSpacer {
	float: left;
	height: 4px;
	width: 100%;
	background-color: #B3CCCC;
}
div#MenuContainer {
	background-color: #CC3300;
	clear: left;
	float: left;
	height: 100%;
	width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: text-bottom;
}

div#ContentContainer {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 150px;
	min-height: 450px;
	padding-right: 10px;
}
div#PageContainer {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../Images/NavSpacer.gif);
	background-repeat: repeat-y;
	background-position: left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	font-style: normal;
	color: #003366;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
}
#MainPage {
	text-align: center;
}
.FloatLeftMP {
	padding: 0px;
	float: left;
	width: 275px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: right;
}
.FloatRightMP {
	padding: 0px;
	float: right;
	width: 275px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: left;
}
.FloatRight {
	float: right;
	margin-left: 3px;
}
.FloatLeft {
	float: left;
	margin-left: 0px;
	margin-right: 3px;
}
img.AlignLeft {
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

img.AlignRight {
	clear: none;
	float: right;
	margin-left: 10px;
}
table {
	text-align: left;
	vertical-align: middle;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
td {
	margin: 0px;
	padding-top: 2px;
	padding-right: 25px;
	padding-bottom: 2px;
	padding-left: 25px;
	border: 1px solid #003366;
	background-color: #EBEBEB;
}
.table_small {
	padding-right: 5px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

th {
	margin: 0px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	border: 1px solid #003366;
	background-color: #B3CCCC;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	color: #003366;
}
.tableform {
	padding-right: 5px;
	padding-left: 5px;
}

