#Logo {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 760px;
	height: 85px;
	margin: 0px 0px 0px -380px;
}
#TopMenu {
       	position: absolute;
	top: 85px;
	left: 50%;
	width: 720px; /* Originally 720px */
	height: 25px;
	margin: 0px 0px 0px -380px;
	padding: 3px 40px 0px 0px;
	background-color: #5B8651;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #5B8651;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #5B8651;
}
#TopMenu .L1 {
        padding-left:8px;
}
#TopGraphic {
	position: absolute;
	top: 110px;
	left: 50%;
	width: 760px;
	height: 110px;
	margin: 0px 0px 0px -380px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #5B8651;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #5B8651;
}
#ContentTable {
	position: absolute;
	top: 220px;
	left: 50%;
	width: 760px;
	margin: 0px 0px 0px -380px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #5B8651;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #5B8651;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #5B8651;
}
#LeftMenuContainer {
	background-color: #AAC7A3;
	width: 150px;
	vertical-align: top;
	padding-top: 40px;
}
#LeftMenu {
	width: 130px;
	padding: 0px 10px 0px 10px;
}
#ContentContainer {
	width: 460px;
	padding:15px 55px 30px 55px;
	vertical-align: top;
}
#Content {
       	width: 350px;
	text-align: left;
}
#ContentPrint {
	text-align: left;
	position: absolute;
	top: 130px;
	left: 0px;
	padding: 0px 10px 0px 10px;
}
#RightMenuContainer {
	background-color: #B9BDB8;
	width: 150px;
	vertical-align: top;
	padding-top: 50px;
}
#RightMenu {
	width: 130px;
	padding: 0px 10px 10px 10px;
}
#SearchFrame {
	position: absolute;
	top: 235px;
	left: 50%;
	width: 130px;
	margin: 0px 0px 0px 236px;
	padding: 0px 0px 0px 0px;
}
#SearchField {
	width: 90px;
	height: 17px;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	border-width: 0px
}
#SearchButton {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#FlagContainer {
	width: 130px;
	height: 18px;
	margin-top: 15px;
}
#RightMenuLogo {
	margin: 15px 0px 0px 0px;
	text-align: center;
}
ul {
	margin-top: 0px;
	margin-left: 30px;
}
.CalenderHeader {
	background-color: #8B948D;
	color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.CalenderEventRow {
	background-color: #D1D4D1;
}
.CalenderEvent {
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
