@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../Images/bg.gif);
	background-position: center;
}
#container {
	width: 750px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.pagetable  {
	background-image: url(../Images/BackgroundSlice.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.contentcell {
	background-image: url(../Images/Footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
}
#contentbg {
	background-image: url(../Images/BackgroundTop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	z-index: 0;
	width: 750px;
	top: 337px;
	height: 241px;
}
#pagecontent {
	z-index: 2;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 25px;
}
.leftcol {
	padding-right: 5px;
}
#mainnav     {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 140px;
	text-align: left;
}
#mainnav li {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
#mainnav a:link, #mainnav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 11pt;
	display: block;
}
#mainnav a:hover, #mainnav a:focus {
	text-decoration: underline;
}
h2 {
	font-size: 16pt;
	margin-top: 0px;
}
#footer {
	text-align: right;
	height: 30px;
}
#footer  a:link, #footer  a:visited {
	font-size: 9pt;
	color: #999999;
	text-decoration: none;
}
#footer a:hover, #footer a:focus {
	color: #C3C3C3;
	text-decoration: underline;
}
