body {
	margin: 0px;
	background-image: url(images/pagebackground.png);
	background-color: #FFF;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Helvetica, Arial;
	line-height: 130%;
}

#container {
	width: 900px;
	margin: 0px auto 0px;
	background-image: url(images/menu_background.png);
	background-color: #FFF;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center top;
}
.mainContent {
	margin: 0px;
 text align: left;}

.mainContent p {
	padding-left: 27px;
	padding-right: 25px;
	font-size: 13px;
}
.mainContent li {
	padding-left: 6px;
	font-size: 13px;
}
.mainContent H1, H2, H3 {
	padding-left: 27px;
}
.base {
	height: 46px;
	background-image: url(images/base.png);
	background-repeat: no-repeat;
	text-align: center;
}

.base p {
	font-size: 13px;
	font-weight: bold;
	color: #FFCC00;
	margin-top: 8px;
}

.bannerText{
}

.bannerText p {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 2px; text-align: left;
}

.style1 {color: #CC0000}
.style2 {color: #CC0000; font-size: 16px; font-weight: bold;}

a:link, a:visited {
	color: #3366FF;
}

img {
	border: 0px
}

