﻿body {
	font-family: Georgia;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image:url('img/blue_fade.jpg');
	background-repeat:repeat-x;
	background-color:#A9BCCB;
}
.center {
	text-align: center;
}
.style2 {
	font-size: medium;
}
.greenb {
	width: 93%;
	border: 3px green solid;
	margin: 8px auto 8px auto;
	padding: 8px 8px 8px 8px;
	background-color:white;
}
a:link { color:#545F87; }
.greenbmenu {
	width: 93%;
	margin: 8px auto 8px auto;
	padding: 8px 8px 8px 8px;
	background-color:#DFE7EA;
	border:1px dashed #999;
}
.tcenter {
	margin-left: auto;
	margin-right: auto;
}
.greenbc {
	width: 93%;
	border: 3px green solid;
	margin: 8px auto 8px auto;
	padding: 8px 8px 8px 8px;
	text-align: center;
	background-color:white;
}
.floatbox {
	float: left;
	width: 42%;
}
.floatboxwide {
	float: left;
	width: 84%;
}
.menubox {
	float: left;
	width: 10%;
	margin-right: 2%;
}
.menutext {
	font-weight:bold;
	text-decoration:none;
}
.menutext:link {
	font-weight:bold;
	text-decoration:none;
}
.menutext:hover {
	color:lime;
}
.headline {
	font-size: 12pt; color: rgb(0, 0, 153); font-family: Georgia;
	font-weight:bold;
}
.subline {
	font-size: 10pt; font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-style: italic;
}
.newsbody {
	font-size: 10pt; font-family: Georgia;
}
.imageright {
	float:right;
	margin-left: 10px;
}
.clear {
	clear: both;
}
ul {
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 8px;
}
li {
	margin-left: 8px;
}