﻿html, form, body, li {
	margin:0px;
	padding:0px;
}
body {
	margin:14px 0px 0px;
}
form {
	text-align:center;
}
img {
	border:none;
}
#SiteContainer {
	width:778px;
	margin:0px auto;
	text-align:left;
}
#Left {
	width:173px;
	float:left;
	margin-right:10px;
	overflow:hidden;
}
#RightContainer {
	float:left;
	width:595px;
	margin:0px;
	padding:0px;
}
#Main {
	width:415px;
	float:left;
	margin-right:10px;
	overflow:hidden;	
}
#Right {
	width:170px;
	float:left;
	overflow:hidden;
}
#Logo 
{
	display:block;
	cursor:pointer;
	height:97px;
	text-align:center;
}
#SubMenu {
	padding:7px 10px 7px 20px;
	background-color:#dee4a1;
	color: #336402;
}
#SubMenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#SubMenu ul.Indent {
	margin-left:8px;
}
#SubMenu li {
	display:block;
	min-height:11px;
	padding:2px 0px;
}
#SubMenu a {
	text-decoration:none;
	color: #336402;
}
#SubMenu li a {
	display:block;
	padding-left:8px;
}
#SubMenu li a.Top {
	font-size:110%;
	background:transparent url(../images/linkarrowgreen.gif) no-repeat;
	background-position:left 4px;
}
#SubMenu ul li ul {
	margin-top:3px;
}
#SubMenu li a.Selected {
	font-weight:bold;
	text-decoration:underline;
}
.MainBody {
	padding:0px 25px;
}
div.StartpageLinkImageContainer {
	width:60px;
	height:81px;
	margin-right:5px;
	float:left;
}
div.StartpageLinkTextContainer {
	float:left;
}
/* Top Menu */
#topmenu {
	float:left;
	width:415px;
	overflow:hidden;
}
#topmenu ul {
	padding:0px;
	margin:0px;
	list-style: none;
	width:417px;
	margin-left:-2px;
}
#topmenu .topmenurow {
	margin:1px 0px 1px 0px;	
	float:left;
	background-color: #6FB01D;/* #84C631;*/
	height:21px;
}
#topmenu a {
	display: block;
	padding: 0 4px 0 4px;
	margin: 0;
	width: auto;
	color: White; 
	background-color: Transparent;
	font-weight: bold;
	font-size: 12px;
	line-height:21px;
	text-decoration:none;
}
#topmenu li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	color: White;
	border-left: solid 2px white;
}
#topmenu li ul {
	position: absolute;
	width: 20em;
	top: auto;
	left: -999px;
	visibility:hidden;
	padding: 1px 0 1px 0;
	background-color: #6FB01D; /* #84C631;*/
}
#topmenu li ul li 
{
	margin: 1px;
	width: 20em;
	overflow: hidden;
	border-top: solid 2px white;
}
#topmenu li:hover ul, #topmenu li.over ul 
{
	left: auto;
	visibility:visible;
}
/* END Top Menu */

/* TopTools */
#toptools {
	float: right;
	width: 172px;
	margin: 0 0 0 7px;
}
#toptools div
{
	float:left;
	width: 100%;
	margin: 1px 0 1px 0;
	padding: 0;
}
#toptools div.bg
{
	background-color: #336600;
}
#toptools .textbox
{
	float: left;
	width: 122px;
	height: 17px;
	padding: 0 0 0 0;
	margin: 0 0 0 2px;
	font-size: 13px;
}
#toptools .imagebutton
{
	float: left;
	height: 20px;
	width: 41px;
	background-image: url(/images/searchbutton.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 3px;
}
#toptools a
{
	float: left;
	color: White;
	background-color: Transparent;
	padding: 0 6% 0 6%;
	margin: 0;

	font-weight: bold;
	font-size: 13px;
	line-height: 21px;
	border-left: solid 2px white;
	text-decoration:none;
}
/* END TopTools */

div#CalendarLeft {
	float:left;
	width:365px;
}

div#CalendarRight {
	float:left;
	width:230px;
	text-align:right;
}

.AboutSite {
	margin-top:20px;
}
.AboutSite a {
	display:block;
	font-size:110%;
	background:transparent url(../images/linkarrowgreen.gif) no-repeat;
	background-position:left 4px;
	padding:0px 0px 0px 8px;
}

/* MISC */
.Clear {
	clear:both;
}
.leftmenuheading
{
	float:none;
	display: block;
	clear: both;
	padding: 3px 0 2px 0;
}
.bold {
	font-weight:bold;
}