body {
	font-family: Rockwell;
	background-color: #666666;
	margin: 0 auto;
	text-align: center;
}
a { text-wrap: unrestricted }
.bold { color: black; font-size: 16px; font-family: Rockwell; font-weight: bold;}
.body  { font-size: 16px; font-family: Arial; }
.header { color: red; font-size: 14pt; font-family: Rockwell }
.links { color: black; font-size: 14px; font-family: Rockwell; font-style: normal; font-weight: bold }
.disclaimer {
	font-size: 12px;
	font-family: Arial;
}

#main_container {
	width: 800px;
	min-height: 753px;
 	text-align: center;
 	margin: 0 auto;
	background-image: url('/resources/images/background_img.jpg');
	background-repeat: repeat-y;
	/*background-color: #FFFFFF;*/
}

#content {
	font-family: Arial;
	text-align: left;
	margin-left: 20px;
}

#menuBar {
	float: left;
	padding: 0px;
	margin:0px;
	width:251px;
}

#main_content {
	float: left;
	width:549px;
}

#hitcounter {
	text-align: center;
}

#clear {
	clear: both;
}
label {
	font-family: Rockwell;
	font-weight: bold;
}
.msg {
	font-family: Rockwell;
	color: #0000FF;
	font-weight: bold;
}

#footer {
	margin: 0 auto;
	background-image: url(/resources/images/footer.gif);
	height: 33px;
	width: 800px;
	text-align: right;
}