html, body, #contents {
	min-height: 100%;
	height: 100%;
	width: 100%;
}
html>body, html>body #contents {
	height: auto;
}
#contents {
	position: absolute;
	top: 0;
    left: 0;
/*  Use the following to center this at 50% width, or this for 750px: width: 700px, margin-left: -350px: */
/*
	left: 50%;
    width: 50%;
    margin-left: -25%;
*/
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 0;
}
#main {
	margin-bottom: 5em;
	height: auto;
}
body {
	margin: 0px;
}
.text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}
.black { color: #333333; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.w200 { width: 200px; }
.paddingR10 { padding-right: 10px; }
.bg_yellow { background-color: #fff9dd; }
.bg_darkyellow { background-color: #fef5c9; }
.bg_yellow_b { background-color: #fff9dd; border-top: 1px solid #fff3b9; border-bottom: 1px solid #fff3b9; padding: 5px; }
.bg_white { background-color: #ffffff; }
.bg_lightgrey { background-color: #efefef; }
.bg_lightergrey { background-color: #f6f6f6; }
.grey { color: #333333; }
.lightgrey { color: #999999; }
.formTitle { border-bottom: 1px solid #d5dff3; }
.normalInput { width: 200px; }
.inSection { font-family: Tahoma, Arial, Helvetica; font-size: 11px; color: #767a8c; text-decoration: none; }
.inSection:hover { font-family: Tahoma, Arial, Helvetica; font-size: 11px; color: #767a8c; text-decoration: underline; }
.blackLink {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
.blackLink:hover {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 11px;
	text-decoration: underline;
	color: #000000;
}
.greyLink {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 11px;
	text-decoration: none;
	color: #999999;
}
.greyLink:hover {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 11px;
	text-decoration: underline;
	color: #666666;
}
.white {
	color: #ffffff;
}
.whiteLink {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}
.whiteLink:hover {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 11px;
	text-decoration: underline;
	color: #ffffff;
}
.formTitle { border-bottom: 1px solid #d5dff3; }
.topHeader {
	background-image: url(/images/header_top_1.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 35px;
	padding-right: 10px;
	padding-top: 14px;
}
.menu {
	background-color: #041438;
	padding-bottom: 7px;
}
.menuItem {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 11px;
	color: #ffffff;
	font-weight: none;
	text-decoration: none;
}
.menuItem:hover {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 11px;
	color: #c1d3fb;
	font-weight: none;
	text-decoration: underline;
}
.menuItemSelected {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 11px;
	color: #c1d3fb;
	font-weight: bold;
	text-decoration: none;
}
.menuItemSelected:hover {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 11px;
	color: #c1d3fb;
	font-weight: bold;
	text-decoration: none;
}
.menuTd {
	background-color: #c1d3fb;
}
.newsTitle {
	color: #041438;
	font-weight: bold;
}
.newsTitle2 {
	background-color: #c1d3fb;
	padding: 5px;
}
.newsContent {
	background-color: #dbe6fe;
	padding: 10px;
}
.header1 {
	background-image: url(/images/header_top_3.gif);
	background-repeat: no-repeat;
	height: 115px;
	padding-top: 74px;
	padding-right: 18px;
}
.footer {
	background-image: url(/images/footer_bg.gif);
	background-repeat: repeat-x;
	padding-right: 10px;
}