@charset "utf-8";
body {
	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: #999999;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000;
}
.oneColFixCtr #container {
	width: 772px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../images/newmenu2009.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #666666;
}
.oneColFixCtr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	padding-right: 30px;
	padding-left: 30px;
}

.oneColFixCtr #mainContent {
	padding-top: 200px;
	padding-right: 15px;
	padding-left: 15px;
}
.top30pad {
	padding-top: 20px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-color: #00F;
}

a.c1:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	text-decoration: none;
}
a.c1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
	background-color: #00F;
}
a.c1:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0000CC;
	text-decoration: none;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.bottomPad {
	padding-bottom: 5px;
}
.underlinetable {
	border: 1px solid #FFFFFF;
}
.whiteRightborder {
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #FFFFFF;
}
