@CHARSET "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #1A1A18;
	font-family: Tahoma, Helvetica, Arial;
	font-size: 11px;
}
a{
	color: #939393;
	text-decoration: none;
}
a:hover, a.selected{
	color: #666;
	text-decoration: underline;
}
a img {
	border: 0px;
}

div#wrapper {
	width: 900px;
	background-color: #fff;
	margin: 0px auto;
}
div#top div#logo {
	height: 92px;
	text-align: right;
}
div#menu {
	background-image: url("../gfx/menu_bg.jpg");
	height: 100px;
	background-repeat: no-repeat;
	
}
ul#main_menu {
	margin-left: 149px;
	padding-top: 25px;
	list-style: none;
	float: right;
}
ul#main_menu li {
	float: left;
	border-color: #ccc;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	padding-bottom: 20px;
	padding-right: 20px;
	
}
ul#main_menu li a{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
	font-family: verdana, tahoma, arial;
    font-stretch: normal;
	background-image: url("../gfx/button_bg.jpg");
	background-repeat: no-repeat;
	text-decoration: none;
	color: #777;
	font-size: 12px; 
	height: 20px;
}
ul#main_menu li a:hover {
	background-image: url("../gfx/button_bg_over.jpg");
	background-repeat: no-repeat;
	text-decoration: underline;
}
ul#main_menu li a.selected{
	background-image: url("../gfx/button_bg_over.jpg");
	background-repeat: no-repeat;
	text-decoration: none;
}
div#container {
	margin-bottom: 40px;
}
div#content{
	padding-left: 147px;
	width: 540px;
	float: left;
}

div#right_column {
	float: left;
	padding-left: 42px;
	width: 170px;
	margin-top: 10px;
}
h1.page_title {
	color: #6A271C;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 5px;
}
h2.page_subtitle {
	color: #EC6504;
	font-size: 15px;
	font-weight: normal;
	border-color: #6A271C;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	padding-bottom: 8px;
	margin-bottom: 12px;
}
h3.site_subtitle{
	color: #666666;
	font-weight: normal;
	padding-bottom: 20px;
	font-size: 14px;
}


div#content p {
	line-height: 150%;
	margin-bottom: 15px;
	font-size: 11px;
}
div#content td {
	font-size: 11px;
	line-height: 150%;
	padding: 3px 0px; 
}
div#content div.news {
	margin-bottom: 30px;
}
div#content div.news h4 {
	font-size: 12px;
	color: #999;
	font-weight: normal;
	margin-bottom: 2px;
}
div#content div.news h3 {
	font-size: 14px;
	color: #C8644D;
	font-weight: normal;
	margin-bottom: 5px;
}
div#content div.news a {
	color: #999;
}
div#content div.news a:hover {
	color: #333;
}
div#right_column ul.sub_menu{
	list-style: none;
}
div#right_column ul.sub_menu li{
	background-image: url("../gfx/submenu_bullet.jpg");
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 3px;
}
div#right_column ul.sub_menu li a{
	color: #939393;
	text-decoration: none;
}
div#right_column ul.sub_menu li a:hover, div#right_column ul.sub_menu li a.selected{
	color: #666;
	text-decoration: underline;
}

div#footer {
	color: #999;
	text-align: right;
	padding-top: 5px;
	margin-bottom: 30px;
	border-color: #ccc;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
}
