body {
	margin: 0;
	padding: 0;
	background: #71A4D7 url(/images/site_images/header_background.jpg) repeat-x;
/*	font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 10pt;
	font-family: Verdana, Arial, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #3F586B;
}

h1 {
	text-align: center;
	font-size: 24pt;
}

h2 {
	margin-top: 2.5em;
	font-size: 167%;
	font-weight: bold;
}

h3 {
	font-size: 120%;
	margin-top: 2em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}

p, ol, ul {
	line-height: 170%;
}

p {
}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding-left: 15px;
	background: url(/images/site_images/arrow.png) no-repeat 0px 7px;
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
}

a {
	color: #275F23;
}

a:visited
{
	color: #77AF73;
}

a:hover {
	text-decoration: none;
	color: #1777B1;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 15px 0 0;
}

img.right {
	float: right;
	margin: 3px 0 0 15px;
}

hr {
	display: none;
}

table {
	border-collapse: collapse;
}

table td,
table th {
	padding: 2px 5px;
}

table th {
	vertical-align: top;
	text-align: left;
}

.clear
{
	height: 1px;
	line-height: 0;
	clear: both;
}

/* Header */

#header {
	width: 780px;
	height: 201px;
	margin: 0 auto;
	background: #A4C0C8 url(/images/site_images/header.jpg) no-repeat;
}

#header h1 {
	margin: 0;
}

#header h2 {
	margin: auto;
}

/* Logo */

#logo {
	height: 154px;
}

#logo h1, #logo h2 {
	text-align: center;
}

#logo h1 {
	padding-top: 25px;
	font-size: 350%;
}

#logo h2 {
	font-size: 150%;
}

#logo a {
	text-decoration: none;
	color: #3F586B;
}

/* Menu */

#menu {
	padding-top: 0;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}

#menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 20px;
	text-decoration: none;
	font-size: 136%;
	font-weight: bold;
	color: #275F23;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current a {
	color: #FFFFFF;
}

/* Page */

#page_container {
	background: white;
}

#page {
/*	width: 800px;*/
	width: 60em;
	margin: 0 auto;
	padding: 30px 0;
}

#page h1:first-child,
#page h2:first-child,
#page h3:first-child {
	margin: 0;
}

/* Content */

#content {
/*	float: left;*/
/*	width: 490px;*/;
/*	width: 39em;*/
	padding-top: 8px;
/*	border: 1px solid black;*/
}

.twocols {
}

.twocols .title {
	padding-bottom: 10px;
	border-bottom: 1px solid #5A8DC0;
}

.twocols .col1, .twocols .col2 {
	width: 190px;
}

.twocols .col1 {
	float: left;
}

.twocols .col2 {
	float: right;
}

.twocols ul {
}

.twocols ul li {
	padding-left: 0;
}

div.pagination
{
	float: right;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
	margin-left: 20px;
}

#sidebar .boxed {
	margin: 0 0 20px 0;
}

#sidebar .boxed .title {
	width: 250px;
	height: 40px;
	margin: 0;
	padding: 5px 0 0 10px;
	background: #A8C3CB url(/images/site_images/sidebar_heading.jpg) no-repeat;
	vertical-align: middle;
}

#sidebar .boxed .title h2 {
	float: left;
	font-size: 136%;
	color: #144B6B;
	padding-top: 5px;
}

#sidebar .boxed .content {
	padding: 10px 20px;
	border: 1px solid #71A4D7;
	border-top: none;
}

#sidebar .boxed .content p.read_more
{
	text-align: right;
}

#sidebar .boxed h3 {
	font-size: 100%;
	margin: 0;
}

#sidebar .boxed p, .boxed ul, .boxed ol {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar .boxed ul {

}

#sidebar .boxed ul li {
	padding: 8px 0 8px 10px;
	background: url(/images/site_images/arrow.png) no-repeat 0px 13px;
}

#sidebar .boxed ul li.first {
	border: none;
}

/* Search */

#search {
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	float: left;
	padding-top: 5px;
	font-size: 85%;
}

#searchinput {
	width: 210px;
	margin-bottom: 5px;
}

#searchsubmit {
	float: right;
}

/* Footer */

#footer {
	clear: both;
	height: 50px;
	padding: 20px;
	background: #71A4D7;
	border-top: 5px solid #5A8DC0;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: 85%;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

/* Calendar */

table.calendar
{
	border-collapse: collapse;
	margin: 0px auto;
	text-align: left;
}
table.calendar td
{
	width: 100px;
	height: 110px;
	padding: 2px 10px;
	vertical-align: top;
	border: 1px solid #3F586B;
}
table.calendar td.filler
{
	background: #71A4D7;
}
table.calendar div.day_num
{
	font-size: 13pt;
}
table.calendar ul
{
	padding: 0;
	margin: 0;
	font-size: 9pt;
}
table.calendar ul > li
{
	padding: 0 0 0 8px;
	margin: 0;
}
div.calendar_controls
{
	text-align: center;
	margin: 15px;
}

table.calendar tr.week.current {
/*	background-color: #E1F4F7;*/
}

table.calendar td.day.weekend {
	background-color: #DDFFDD;
}

table.calendar td.day.current {
	background-color: #FFFFCC;
}

div.calendar_controls a {
	text-decoration: none;
	font-weight: bold;
}

.feed {
	background-image: url(/images/site_images/feed.png);
	height: 20px;
	width: 20px;
	float: right;
	margin-right: 10px;
}

.feed_info {
	clear: right;
	float: right;
	font-size: 7pt;
	margin: 2px;
}

.posted_date {
	font-style: italic;
	color: #999999;
}

.center {
	text-align: center;
}

.right {
	float: right;
	left-margin: 10px;
}

.left {
	float: left;
	right-margin: 10px;
}


#content .boxed {
	border: 1px solid #3F586B;
	padding: 15px;
}

@media print
{
	#footer, 
	#header,
	form {
		display: none;
	}

	table.calendar td.filler {
		background-color: #666666;
	}

	table.calendar td {
		border: 1px solid black;
	}

	table.calendar th,
	table.calendar div.day_num,
	h1 {
		color: black;
	}

	table.calendar ul li {
		background: url(/images/site_images/arrow_black.png) no-repeat 0px 7px;
	}

	table.calendar a {
		color: black;
		text-decoration: none;
	}
	
	body {
		padding: 0;
		background: none;
	}
}
