body {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 15px;
	color: #000000;
	text-align: left;
	background-color: #ffffff;
	margin: 0 auto;
}

a { color: #666666; text-decoration: underline;}
a:hover { text-decoration: none;}

.blue a:link, .blue a:visited { color: #1b6bbd; text-decoration: underline;}
.blue a:active, .blue a:hover { color: #1b6bbd; text-decoration: none;}

.green a:link, .green a:visited { color: #33bb33; text-decoration: underline;}
.green a:active, .green a:hover { color: #33bb33; text-decoration: none;}

.orange a:link, .orange a:visited { color: #ef9800; text-decoration: underline;}
.orange a:active, .orange a:hover { color: #ef9800; text-decoration: none;}

.menu_top a {
	background: #2e86df url(img/menu_top.gif) 0 0 repeat-x;
	display: inline-block;
	padding: 0 20px;
	font-size: 16px;
	line-height: 29px;
	color: #ffffff;
	text-decoration: none;
	border-left: 1px solid #2e86df;
	border-top: 1px solid #2e86df;
	border-right: 1px solid #2e86df;
}
.menu_top a:hover {
	background: #ffffff url(img/menu_hover.gif);
	color: #000000;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

h1, h2, h3, h4, b { color: #444444; }
h1 { font-size: 22px; margin: 20px 0; }
h2 { font-size: 18px; margin: 10px 0; }
h3 { font-size: 16px; margin: 10px 0; }

p { margin: 0 0 10px 0; }
ul, ol { margin: 10px 0; }

blockquote { margin: 10px 30px; }

pre {
	margin: 0 15px;
	padding: 5px;
	background-color: #eeeeee;
}

.blue { color: #1b6bbd; }
.green { color: #33bb33; }
.orange { color: #ef9800; }
.red { color: #dd2222; }

.small_text { font-size: 12px; }
.caps_text { font-variant: small-caps; }

.line { border-bottom: 1px solid #999999; font-size: 0; line-height: 0; }

.question { font-weight: bold; color: #444444; }

.title { margin: 0 8%; }

.b10 { margin-bottom: 10px; }
.b20 { margin-bottom: 20px; }

.menu_top {
	text-align: center;
	background: #2e86df url(img/menu_top.gif) 0 0 repeat-x;
	color: #ffffff;
	width: auto;
	height: 30px;
	line-height: 30px;
}

.content {
	text-align: center;
	margin: 0;
	width: auto;
}
.left_column {
	text-align: left;
	margin: 20px 3% 20px 8%;
	width: 60%;
	float: left;
}

.right_column {
	font-size: 13px;
	text-align: left;
	margin: 20px 0;
	padding: 0 8px 5px 8px;
	width: 20%;
	float: left;
	border: 1px solid #2e86df;
}

.right_column ul { padding-left: 20px; }

.menu_bottom {
	text-align: center;
	margin: 30px 0 10px 0;
	padding: 0;
	width: auto;
	clear: both;
}

#news_date { color: #666666; margin: 0; }
#news_text { margin: 0; }

