html,body {
	margin: 0px;
	padding: 0px;
	height : auto; /* ignored by IE, applied everywhere else */
	height : 100%; /* IE treats as min-height */
	min-height : 100%; /* IE ignores this */
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
p { 
	line-height: 1.5;
	margin-top: 2em;
}
h1 {
	color: #4F8AC8;
	font-size: 18px;
	margin-bottom: -16px;
}
h2 {
	font-size: 14px;
	margin-top: 24px;
	margin-bottom: -14px;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #009933;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	text-decoration: underline;
}
table.center {
	margin-left:auto;
	margin-right:auto;
	width: 778px;
	height: 100%;
}
table, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-spacing: 0;
	border-collapse: collapse;
	vertical-align: top;
}
td.top {
	border-right: 1px solid #4F8AC8;
	border-left: 1px solid #4F8AC8;
	border-bottom: 1px solid #99CC33;
	background-color: #4F8AC8;
	height: 90px;
}
td.topImage {
	border-right: 1px solid #4F8AC8;
	border-left: 1px solid #4F8AC8;
	border-bottom: 1px solid #99CC33;
}
td.indexImage {
	border-right: 1px solid #4F8AC8;
	border-left: 1px solid #4F8AC8;
	border-bottom: 1px solid #99CC33;
}
td.bottom {
	border-right: 1px solid #4F8AC8;
	border-left: 1px solid #4F8AC8;
	height: 100%;
}
td.footer {
	border-right: 1px solid #4F8AC8;
	border-left: 1px solid #4F8AC8;
	background-color: #4F8AC8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	padding: 4px;
}
.rightHeader {
	text-align: right;
	float: right;
	margin: 10px
}
.rightFooter {
	text-align: right;
	float: right;
}
.leftFooter {
	float: left;
}
table.menuIndex {
	margin: 6px 0px 0px 6px;
}
.menuIndex td {
	padding: 0px 6px 0px 0px;
}
#logoPlacement {
	text-align:right;
	margin: 0px 15px 100px 0px;
}
#content {
	padding: 35px 25px 25px 25px;
}

