@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_side2.jpg);
	background-repeat: repeat-y;
	margin:0px;
	padding:0px;
	font-size: 12px;
	background-color: #ECEBF0;
}
img#logo {
	position: absolute;
	left: 1px;
	top: 5px;
}
div#logo_text {
	color: #16365D;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #16365D;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 20px;
	position: relative;
}
#body_content {
	position: static;
	padding: 10px;
	width: 500px;
	float: left;
}
#left_section {
	position: absolute;
	left: 3px;
	top: 200px;
	color: #FFFFFF;
	width: 180px;
	text-align: center;
}
#right_section {
	position: absolute;
	left: 190px;
	top: 0px;
	width: 660px;
	background-color:#FFFFFF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: outset;
	border-bottom-style: outset;
	border-right-color: #16365D;
	border-bottom-color: #16365D;
}
ul#navigation_list {
	list-style-type: none;
	background-color: #FFC000;
	margin:0px;
	padding:0px;
}
ul#navigation_list li {
	display: block;
	width: auto;
	float: left;
	position: relative;
}
ul#navigation_list li a {
	display:block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #16365D;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	vertical-align: middle;
}
ul#navigation_list li a:link, ul#navigation_list li a:active {
	color:#16365D;
	text-decoration: none;	
}
ul#navigation_list li a:visited {
	color:#16365D;
	background-color: #FFE082;
	text-decoration: none;
}
ul#navigation_list li a:hover {
	color:#FFFFFF;
}
#navigation {
	position: static;
	top: 0px;
	height: 22px;
	background-color: #FFC000;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
#google_ads {
	float: right;
	width: 120px;
}
.clear_both {
	clear: both;
}
#left_section a {
	color:#FFC000;
}