a {
	color: #CC0000;
	text-decoration: underline;
}

a:hover {
	color: #006699;
}

a.blue {
    color: #006699;
}

a.blue:hover {
	color: #CC0000;
}

a.comment {
	color: #999999;
	text-decoration: none;
}

a.common_page, a.current_page {
	text-decoration: none;
	font-weight: bold;
	background-color: #D7DCDF;
	padding: 2px 5px 2px 5px;
	margin-left: 3px;
}

a.common_page:hover, a.current_page:hover {
	background-color: #006699;
	color: #FFFFFF;
}

a.common_page {
	color: #CC0000;
}

a.current_page {
	color: #666666;
}

a.menu {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}

a.menu_red {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover, a.comment:hover, a.menu_red:hover {
	text-decoration: underline;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	background-color: #D7DCDF;
	color: #006699;
}

form {
	margin: 5px 0px 0px 0px;
}

img.content_header {
	margin: 0px 0px 5px 0px;
}

input, select {
	font-size: 11px;
	border: 1px #CCCCCC solid;
	color: #006699;
	background-color: #F0F0F0;
}

input.button {
	color: #CC0000;
}

tr.header {
	font-weight: bold;
}

ul, ol {
	margin: 10px 0px 10px 20px;
}

#container {
	width: 770px;
	background-color: #FFFFFF;
	margin: 20px 0px 0px 0px;
}

#content {
	width: 100%;
	float: left;
}

#footer {
	background-color: #D7DCDF;
	text-align: right;
	padding-bottom: 20px;
}

#footer_text {
    text-align: center;
    color: #BBBBBB;
}

#header {
	height: 120px;
	background-image: url(../_gfx/header.gif);
}

#header_area{
    float: left;
    width: 260px;
    height: 120px;
}

#header_newsletter {
	float: right;
	width: 150px;
	margin: 30px 20px 0px 0px;
	text-align: left; 
}

#middle {
	margin: 10px 0px 0px 0px;
}

#middle_content {
	height: 116px;
	float: left;
	width: 770px;
	color: #FFFFFF;
	text-align: justify;
}

#middle_content_left, #middle_content_right {
	width: 350px;
}

#middle_content_left {
	float: left;
	padding-left: 20px;
}

#middle_content_right {
	float: right;
	padding-right: 20px;
}

#main_body {
	padding: 10px 10px 0px 10px;
	width: 750px;
	background-color:#FFFFFF;
	float: left;
	text-align: left
}

#main_body_left_panel {
	float: left;
	width: 180px;
}

#main_body_right_panel {
	float: right;
	width: 560px;
}

#main_body_right_panel_left {
	float: left;
	width: 375px;
}

#main_body_right_panel_right {
	float: right;
	width: 175px;
}

#pages {
	margin: 20px 0px 0px 0px;
	text-align: right;
	font-weight: bold;
}

.comment {
	color: #999999;
}

.common_text, .common_text_red {
	text-align: justify;
}

.common_text_red {
	color: #CC0000;
}

.custom_hr {
	height: 20px;
	background-image: url(../_gfx/hr_bg.gif);
	background-position: center;
	background-repeat: repeat-x;
}

.hidden_div {
	display: none;
	margin: 10px 0px 10px 0px;
}

.information {
	color: #CC0000;
	font-weight: bold;
	text-align: center;
	padding: 20px 20px 20px 20px;
}

.picture {
	width: 130px;
    float: left; 
    margin-top: 10px; 
}