@charset "utf-8";
/* CSS Document */

body {
	background-image:url(/images/bg.jpg);
	background-position: top center;
	background-color:#b2ed7f;
	background-repeat:repeat-x;
	text-align:center;
	margin:0;
	padding:0;
}
#header {
	width:900px;
	margin:0 auto;
	height:109px;
}
#menu {
	width:900px;
	height:35px;
	margin:0 auto;
	text-align:left;
	background-image:url(/images/menu_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	overflow:hidden;
}
#menu div{
	float:left;
}
#menu td{
	text-align:center;
}	

#menu_inner {
	width:900px;
	height:35px;
	margin:0 auto;
	text-align:left;
	background-image:url(/images/menu/menu_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
#menu_inner div{
	float:left;
}
#menu_inner td{
	text-align:center;
}
.current {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	padding-top:5px;
	color:#3f8ebf;
}
.off {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	padding-top:5px;
	color:#ffffff;
}
.on {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	padding-top:2px;
	color:#ffffff;
}

#content {
	background-image:url(/images/content_bg.gif);
	background-repeat:repeat-y;
	width:872px;
	margin:0 auto;
	border-bottom:thin #ebebeb solid;
	padding: 11px 14px;
	
}
#content_inner {
	margin:0 auto;
	background-image:url(/images/inner_bg.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	text-align:left;
}
#content_inner ul{
	padding: 20px;
	margin: 0;
}

#footer {
margin: 10px auto; width: 900px; height: auto; text-align: center;}

#footer div {
	text-align:center;
	width:900px;
}
#footer div table{
	margin-left:50px;
}
/* Font Styles */

body {
	font-family:Georgia,"Times New Roman", Times, serif;
	color:#666666;
}
a {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#3f8ebf;
}
a:visited {
	color:#666666;
}
h1 {
	color:#d5140f;
	font-size:24px;
}
h2 {
	color:#d5140f;
	font-size:18px;
	font-weight:bold;
}
h3 {
	color:#3f8ebf;
	font-size:18px;
}
h4 {
	color:#4ea104;
	font-size:14px;
}
#upper_links {
	color:#d5140f;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}
#upper_links:hover {
	color:#d5140f;
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;
}
#upper_text {
	color:#d5140f;
	font-size:18px;
	font-weight:bold;
}