BODY { 
	margin: 0px auto;
	text-align: center; 
	background-color: #868686;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}
.menu {
	width: 871px;
	height: 53px;
	background-image: url('images/menu_bg.jpg');
	background-repeat: no-repeat;
	text-align: right; 
}
.links {
	width: 871px;
	height: 68px;
	background-image: url('images/links_bg.jpg');
	background-repeat: no-repeat;
	text-align: right; 
}
.content {
	width: 100%;
	height: 400px;
	background-color: #ffffff;
	text-align: center; 
	border-bottom: 5px double #000000;
	padding-bottom: 25px;
}
.news {
	width: 871px;
	text-align: left; 
	background-image: url('images/fade_bg.gif');
	background-repeat: repeat-x;
}
.bottom {
	width: 100%;
	height: 100%;
	background-color: #000000;
	text-align: center; 
	padding: 10px;
}
.pic {
	border: 1px solid #000000;
}
.menu_font {
	font-size: 12px; 
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff; 
	font-weight: bold;
	font-family: trebuchet ms, arial;
}
.tablefont {
	color: #000000; 
	font-size: 12px; 
	font-family:  trebuchet ms, arial;
	background-color: #dddddd;
}
.tablerow {
	color: #000000; 
	font-size: 12px; 
	font-family:  trebuchet ms, arial;
	border-bottom: 1px solid #dddddd;
	border-left: 5px solid #dddddd;
}
h1 {
	font-size: 18px; 
	color: #000000; 
	font-family: trebuchet ms, arial;
}
h2 {
	font-size: 16px; 
	color: #000000; 
	font-family: trebuchet ms, arial;
}
h3 {
	font-size: 14px; 
	color: #547EA9; 
	font-family: trebuchet ms, arial;
}
p {
	font-size: 12px; 
	line-height: 1.5;
	color: #000000; 
	font-family: trebuchet ms, arial;
}
.bottom_font {
	font-size: 11px; 
	color: #ffffff; 
	font-family: trebuchet ms, arial;
}
a {
	color: #547EA9; 
	text-decoration: none;
}
a:hover {
	color: #547EA9; 
	text-decoration: underline;
}
