body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
p, form {
	margin-top: 10px;
	margin-bottom: 5px;
}
#container {
	background-image: url(images/container_bg.jpg);
	width: 930px;
	background-repeat: no-repeat;
	text-align: left;
}
#bodycontainer {
	width: 760px;
}
.containerpad {
	padding-left: 79px;
}
.massbg {
	background-image: url(images/massbg.gif);
	color: #FFFFFF;
	font-size: 11px;
}
.masspad {
	padding-top: 10px;
	padding-left: 15px;
}
.contentpad {
	padding: 20px;
	line-height: 18px;
}
.titletext {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
}
.green {
	color: #BDE373;
	font-weight: bold;
}
#marqueecontainer{
	position: relative;
	width: 220px; /*marquee width */
	height: 235px; /*marquee height */
	overflow: hidden;
}
.footerbg {
	background-image: url(images/footerbg.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	text-align: center;
}
.footpad {
	padding-top: 35px;
	padding-bottom: 15px;
}
.contentlink {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}
.contentlink:hover {
	background-color: #0000FF;
	color: #FFFFFF;
}