body {
	background-color: #9e9e9e;
	margin: 0;
	height: 100%;
}

html { height: 100%; }

#bgTile {
	background-image: url(/images/page_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 100%;
}

#headerTable, #menuTable {
	width: 950px;
	border: none;
}

/*content*/
#contentBG {
	background-color: #FFFFFF;
	width: 950px;
	padding-top: 10px;
}

#contentContainer {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	background-color: #FFFFFF;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2c7da2;
	margin: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2c7da2;
	margin: 0;
}

a:link, a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #2c7da2;
	text-decoration: underline;
}

a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #194c63;
	text-decoration: underline;
}

li { margin-bottom: 16px; }

/*columns*/
.twoColLeft { width: 130px; margin-right: 20px; }
.twoColRight { width: auto; }

/*footer*/
#footerBG {
	background-image: url(/images/footer_bg.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 68px;
	margin-bottom: 20px;
	padding-top: 10px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	padding-top: 8px;
	padding-left: 40px;
}

#footer a:link, #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2c7da2;
	text-decoration: none;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #194c63;
	text-decoration: underline;
}

.copyNotice {
	float: left;
	margin-right: 60px;
}

.footerMenu {
	float: left;
}
