﻿@charset "utf-8";
/* CSS Document */

#container {
width: 968px;
background: #FFFFFF;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}
#banner {
	height: 138px;
	width: 968px;
	background-color: #CCC;
	background-image: url(images/sine5thick.png);
	background-position: right 3px;
	background-repeat: no-repeat;
}
#google_search {
	padding: 6px;
	width: 30em;
}
#banner_text h1{
	text-align: left;
	padding-top: 18px;
	color: #609;
	font-size: 36px;
}
#side_menu {
	width: 153px;
	float: left;
}
#main {
	float: left;
	width: 815px;
}
#main_text {
	float: left;
	height: auto;
	width: 538px;
}
#news {
	color: #FFF;
	background-color: #609;
	width: 242px;
	float: right;
	padding: 10px;
	margin-bottom: 20px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #cc9900;
	border-right-color: #cc9900;
	border-bottom-color: #cc9900;
	border-left-color: #cc9900;
	text-align: justify;
}
#news a {
	color: #3CF;
}
#news h3 {
	color: #FFF;
}
#news h5 {
	color: #FFF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #008000;
}
body,td,th {
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
}
#mission {
	background-color: #609;
	color: #FFF;
	width: 242px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #cc9900;
	border-right-color: #cc9900;
	border-bottom-color: #cc9900;
	border-left-color: #cc9900;
	float: right;
	padding: 10px;
}
#mission h3 {
	color: #FFF;
}
#mission a {
	color: #3CF;
}
#quote {
	color: #FFF;
	background-color: #609;
	float: left;
	height: 80px;
	width: 250px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #cc9900;
	border-right-color: #cc9900;
	border-bottom-color: #cc9900;
	border-left-color: #cc9900;
	text-align: justify;
	margin-top: 20px;
}
#quote p{
	margin-top: 8px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	font-style: italic;
	font-size: 12px;
}
#left_column {
	float: left;
	width: 153px;
}
#column_container {
	float: right;
	width: 815px;
}
#centre_column {
	float: left;
	width: 525px;
	padding-left: 10px;
}
#right_column {
	float: right;
	width: 258px;
	padding-left: 10px;
}
#adsense_search {
	width: 500px;
	height: 65px;
	margin-left: 150px;
}
#bottom_text_links {
	font-size: x-small;
	color: #008000;
	text-align: center;
	margin: 12px;
	font-weight: bold;
}
#bottom_text_links a:link{
	color: #008000;
	text-decoration: none;
}
#bottom_text_links a:visited{
	color: #808000;
	text-decoration: none;
}
#bottom_text_links a:hover{
	color: #660099;
	text-decoration: none;
}
#bottom_text_links a:active{
	color: #FF6600;
	text-decoration: none;
}
#disclaimer {
	width: 968px;
	background-color: #609;
	float: left;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-top-color: #060;
	border-right-color: #060;
	border-bottom-color: #060;
	border-left-color: #060;
}
#disclaimer p{
	font-size: small;
	margin-top: 5px;
	color: #FFF;
}
#disclaimer a {
	color: #3CF;
}
