body {
	margin: 0px;
	padding: 0px;
	background-color: #c8eaed;
	font-family: Verdana;
	font-size: small;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img{
	vertical-align: middle;
}

#header {
	background-color: #007c88;
	background-image: url('images/logo_small.png');
	background-repeat: no-repeat;
	background-position: center left;
	color: #ffaa00;
	font-size: x-large;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 60px;
	height: 60px;
	border-bottom: 2px solid #ffaa00;
}

#header a{
	text-decoration: none;
	color: #ffaa00;
}

#headerSub{
	color: #ffffff;
	font-size: medium;
	font-weight: normal;
	font-style: italic;
	margin-left: 20px;
}

#sidebar {

	margin-right: 5px;
	padding-bottom: 5px;
	float: right;
	width: 200px;
	
}

#maincol {

	margin-left: 5px;
	padding-bottom: 5px;
	margin-right: 210px;
}

.barTitle{
	text-align: center;
	font-weight: bold;
}

.barTitle a{
	text-decoration: none;
	color: #000000;
}

.barTitle a:hover{
	text-decoration: underline;
}

.box{
	margin-top: 5px;
	border-color: #ffaa00;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	background-color: #ffffff;
}

.box ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.box li{
	padding-top: 2px;
	padding-bottom: 2px;
}

.searchbox{
	padding: 2px;
	position:absolute;
	right: 10px;
	top: 15px;
}

#hits {
	text-align: center;
}

#search {
	text-align: center;
}

#search form {
	margin: 0px;
}

#search input {
	margin-top: 2px;
	margin-bottom: 2px;
}

#searchbar{
	background-color: #007c88;
	color: #ffffff;
}

.button{
	background-color: #c8eaed;
	border-style: solid;
	border-color: #ffaa00;
	border-width: 1px;	
}

#pgcontent {
	margin-top: 5px;
	border-color: #ffaa00;
	border-width: 1px;
	border-style: solid;
	padding: 15px;
	background-color: #ffffff;
	text-align:justify;
}

#pgcontent h1{
	font-size: x-large;
	margin-top: 0px;
}

.pgbox {
	margin-top: 5px;
	border-color: #ffaa00;
	border-width: 1px;
	border-style: solid;
	padding: 15px;
	background-color: #ffffff;
	text-align:justify;
}

.pgbox h1{
	font-size: x-large;
	margin-top: 0px;
}

.contentQuote{
	border: 1px dotted #ffaa00;
	background-color: #ccddff;
	padding: 3px;
	margin-left: 60px;
	margin-right: 60px;
}

td{
	vertical-align: top;
}

#footer{
	border-top: 10px solid #c8eaed;
	background-color: #007c88;
	color: #ffaa00;
	padding: 5px;
	clear: both;
	text-align: center;
	border-top: 2px solid #ffaa00;
}

#footer a{
	color: #ffffff;
}

#cirimg {
	padding: 2px;
}

.logo {
	position: absolute;
	top: 5px;
	left: 2px;
	border: 0px;
}