/* CSS Document */

body {
	background-color: #D0E7F9;
}

h1, h2, p {margin: 6px 12px;
}

img {border:none;}

#page {
	position: absolute;
	left: 50%;
	width: 780px;
	margin-left: -390px;
	background: #fff;
}

#masthead {

}

#navbar ul
{
padding-left: 0;
margin-left: 0;
background-color: #036;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navbar ul li { display: inline; }

#navbar ul li a
{
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navbar ul li a:hover
{
background-color: #369;
color: #fff;
}

#current {
font-weight:bold;
text-transform: uppercase;
}

#ltsidebar {
	width: 157px;
	float: left;
	border-right: solid #00963d 1px;
	border-bottom: solid #00963d 1px;
}

.ltsidebarhead {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	background: #00963d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.ltsidebar {
	margin-bottom: 8px;
	margin-left: 0px;
	padding-left: 2px;
	font-size: 11px;
	line-height: 13px;
}

#main {
	float: left;
	width: 464px;

}

#inset {
	float:right;
	width: 214px;
	background-color: #e7fbf2;
}

#newsleft {
	float: left;
	width: 225px;
	padding-left: 4px;
}

#newsright {
	float: left;
	width: 225px;
	padding-left: 6px;
}

#calendar {
	float: left;
	width: 450px;
	border-top: solid #00963d 1px;
}

#rtsidebar {
	float: left;
	width: 157px;
	border-left: solid #00963d 1px;
	border-bottom: solid #00963d 1px;
}
.rtsidebar {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	padding-left: 4px;
	font-size: 11px;
	line-height: 13px;
}

.rtsidebarhead {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	background: #00963d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #3372A6;
	font-size: 18px;
	font-weight: bold;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #036;
	font-size:16px;
	margin-top: 8px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #45b582;
	font-size: 14px;
}

#footer {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000;
	background:#fff;
	border-top: solid #00963d 1px;
}

img {
	padding-bottom: 1px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin-bottom: 8px;
	margin-top: 0px;
}

.list {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 0px;
	margin-bottom:1px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin-bottom: 8px;
	margin-top: 0px;
}

li.special {
	font-size: 13px;
	padding: 0 0 6px 0;
	list-style-type:circle;
}

a:link {
	color: #0066CC;
	text-decoration: none;
}

a:visited {
	color:#0066CC;
	text-decoration: none;
}

a:hover {
	color:#00963d;
	text-decoration: none;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	color:#666666;
}

#loadarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 330px;
}

.center {
	text-align: center;
}