html, body {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #FFF;
	font-family: "Trebuchet MS", Verdana, serif;
}
#container {
	margin: 0px auto;
	width: 750px;
}
#head {
	width: 748px;
	height: 150px;
	background: #FFF url('images/header.png');
	border-left: #8C8484 1px solid;
	border-right: #8C8484 1px solid;
	/*#ABC578;*/
}
#header {
margin: 0px 0px 0px 20px;
}
#header h1 {
	font-size: 50px;
	font-weight: bold;
	color: #000;
	margin:0px;
	padding:20px 0px 0px 80px;
}
#sub_header {
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	color: #000;
	margin: 0px 110px 0px 0px;
}
#main_content {
	margin: 0px auto;
	width: 100%;
	background: #FFF url('images/background_content.gif');
	background-repeat: repeat-y;
} 
#main_content_top {
	height: 30px;
	background: #FFF url('images/background_top.gif');
} 
#main_content_bottom {
	height: 30px;
	background: #FFF url('images/background_bottom.gif');
}
#footer {
	text-align: center;
	font-size: 12px;
	margin: 8px auto;
	font-weight: bold;
}
.hotline img {
vertical-align: middle;
border: none;
margin-right:8px;
}
.hotline {
margin:5px;
text-align: left;
font-weight:bold;
font-size:16px;
}

.content {
	float: left;
	width: 510px;
	text-align: justify;
	padding: 0 30px 0 30px;
	font-size: 12px;
	border-right: #8C8484 1px solid;
}
.content img{
	border: 0px;
	margin-left:5px;
}
.content table {
	width: 100%;
	border-collapse: collapse;
}
.content table td, .content table th {
	border: #8C8484 1px solid;
	padding:2px 10px 2px 10px;
}
.content table td.center, .content table th{
	text-align:center;
}
.menu {
	width: 139px;
	float: right;
	padding: 0 20px 0 20px;
	font-size: 12px;
}
.menu ul {
	margin: 0;
	padding: 10px 0 10px 15px;
}
.menu .container{
text-align:center;
}

.content h2 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	font: Tahoma, sans-serif;
	color:#FF9900;	
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
.menu_title {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	font: Tahoma, sans-serif;
	color:#FF9900;
}
.menu ul {
	margin: 0px;
	padding: 10px 0 20px 15px;
}
.menu li {
	padding-top: 2px;
	list-style-type: circle;
}
a {
	color: #336633;
}
a:hover {
	color: #336633;
	font-weight: bold;
}
a.menu_link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline
}
a.menu_link:hover {
	color: #336633;
	font-weight: bold;
	text-decoration: none
}
.quote {
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic
}
#footer a {
	text-decoration:none !important;
}