body{
	background:#F4EFE1;
	font-size: 12px; 
	line-height: 18px; 
	color: #000000; 
	font-family: Tahoma, Geneva, sans-serif;
}
h1, h2 {
	font-weight: normal;
}
h1 {
	font-size: 197%;
	padding-top:0;
	margin-top:0;
	color:#D9A219;
}
h2 {
	font-size: 167%;
	color:#FCD320;
}
td{
	font-size: 12px;
	text-align:center;
}
.wrapper{
	width:900px;
	margin:0 auto;
	padding:0;
	background-color:#ffffff;
}
.header{
	height:110px;
	background:url(images/header.jpg) top no-repeat;
}
.logo{
}
img{
	border:none;
}
.top{
	height:22px;
	padding-top:8px;
	background:#1A2839;
}
.col_left, .col_middle, .col_right{
	float:left;
	padding:20px;
}
.col_left{
	width:160px;
}
.col_middle{
	width:370px;
}
.col_right{
	width:250px;
}
.clear{
	clear:both;
}
.bottom{
	height:22px;
	background-color:#224058;
	padding-top:8px;
}
#footer {
	height: 20px;
	padding: 20px;
	padding-top:20px;
	color: #000000;
	clear: both;
}
#footer p {
	margin: 0;
	text-align:center;
}
#foot_menu {
	width: 850px;
	height: 30px;
	margin: 0px auto;
	text-align:center;
}
#foot_menu a {
	text-decoration:underline;
	color: #224058;
	padding:0px 10px;
	font-weight:bold;
}
#foot_menu a:visited {
	color: #224058;
	text-decoration:underline;
}
#foot_menu a:hover {
	color: #224058;
	text-decoration:none;
}
.sidemenu{
	padding-top:5px;
}
.sidemenu div{
	background-color:#ffffff;
	border:1px solid white;
	border-collapse:collapse;
	padding-bottom:5px;
}
.sidemenu a {
	text-decoration:underline;
	font-weight:bold;
	color: #224058;
	padding:0px;
}
.sidemenu a:visited {
	color: #224058;
	text-decoration:underline;
}
.sidemenu a:hover {
	color: #224058;
	text-decoration:none;
}
ul{
	padding-left:0px;
}
ul li{
	padding-bottom:10px;
}
ul.disc li {
	list-style:disc inside;
	padding-bottom:10px;
}
a{
	color: #224058;
}
a:hover, a:active {
	text-decoration: none;
	color: #224058;
}
a:visited {
	color: #224058;
}