body {
	margin: 0;

	background-color: #000000;
} 
#body {
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-position: left top;
	left-margin: autopx;
	right-margin: autopx;
	padding-top: 10px;
	padding-bottom: 10px;
}
#site_name {
	background-color: #000000;
	height: 58px;
}
.site_name{
	color: #e6bb0f;
	font-size: 30px;
	font-family: Times New Roman, Verdana;
	padding-left: 20px;
	padding-top: 10px;
}
.site_name a{
	text-decoration: none;
	color: #e6bb0f;
}
.site_name a: hover{
	text-decoration: none;
	color: #e6bb0f;
}
.top-nav1 {
	background-color: #000000;
	height: 80px;
}
.top-nav2 {
	background-color: #000000;
	height: 80px;
}    
.top-nav1 ul {
	margin: 0;
	list-style: none;
	padding-left: 10px;
	padding-top: 10px;	 
}
.top-nav2 ul {
	margin: 0;
	list-style: none;
	padding-left: 10px;
	padding-top: 10px;	 
	width: 550px;	
}
.top-nav1 li {
	display: inline;
}
.top-nav2 li {
	display: inline;
}
.body li {
	font-family: "Verdana";
	font-size: 11px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.top-nav1 a {
	background-image: url(images/button.png);
	height: 30px;
	width: 130px;
	font-family: "Verdana";
	font-size: 9px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	text-align: center;
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-bottom: 5px;
	line-height: 2.3;
}
.top-nav2 a {
	background-image: url(images/button.png);
	height: 30px;
	width: 130px;
	font-family: "Verdana";
	font-size: 9px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	text-align: center;
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-bottom: 5px;
	line-height: 2.3;
}
tr.top {
	background-color: #000000;
	padding-bottom: 15px;
	height: 15%;
	
}
tr.header {
	background-color: #219044;
	padding-bottom: 5px;
	height: 15%;
}
tr.body {
	padding-bottom: 10px;
	padding-right: 40px;
	height: 60%;
}	
.top-nav1 a:hover {
	width: 130px;
	height: 30px;
	color: #FFFFFF;
	background: url(images/button_hover.png);
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-bottom: 5px;
}
.top-nav2 a:hover {
	width: 130px;
	height: 30px;
	color: #FFFFFF;
	background: url(images/button_hover.png);
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-bottom: 5px;
}
#footer {
	background-color: #000000;
	height: 25%;
	width: 100%;
}
.slogan {
	color: #FFFFFF;
	font-family: "Verdana";
	font-size: 18px;
	padding-left: 20px;
	padding-top: 10px;
}
.slogan-info {
	font-family: "Verdana";
	font-size: 14px;
	color: #FFFFFF; 
	padding-left: 40px;
	padding-bottom: 10px;
}
.login {
	font-family: "Verdana";
	font-size: 10px;
	color: #FFFFFF; 
	padding-left: 10px;
	padding-bottom: 10px;
}
.more-info-button {
	background-repeat: no-repeat;
	font-family: "Verdana";
	font-size: 12px;
	color: #333333;
	background-image: url(images/info_button.png);
	height: 42px;
	width: 144px;
	line-height: 3;
	text-align: center;
	margin-left: 50px;
	margin-top: 10px;
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #b6b6b6;
	text-decoration: none;
}
#content {
	background-color: #FFFFFF);
}
.title {
	font-family: "Verdana";
	color: #000000;
	font-size: 18px;
	padding-top: 10px;
	text-align: center;
}
.content{
	font-family: "Verdana";
	font-size: 12px;
	color:#271c18;
	padding-left: 80px;
	padding-right: 80px;
}
.footer {
	color: #FCFCFC;
	font-size: 12px;
	font-family: "Verdana";
	padding-top: 10px;
	height: 10%;
}

