body {
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	background-color: #EDFAE7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#homeNav {
	left: 150px;
	top: 18px;
	position: relative;
	width: 200px;
	color: white;
	text-decoration: none;
	font-size: 12px;
}
#homeNav a {
	color: white; 
	text-decoration: none;
}
#homeNav a:hover {
	color: white;
	text-decoration: underline;
}


#contentfront {
	font-size: 12.5px;
	font-style: normal;
	height: 350px;
	width: 260px;
	overflow: auto;
	margin: 0px 10px 10px 10px;
	line-height: 16px;
	padding-right: 20px;
}

#content1 {
	font-size: 12.5px;
	font-style: normal;
	height: 190px;
	width: 440px;
	overflow: auto;
	margin: 0px 10px 10px 10px;
	line-height: 16px;
	padding-right: 20px;
}

#content2 {
	font-size: 12.5px;
	font-style: normal;
	height: 100px;
	width: 440px;
	overflow: hidden;
	margin: 10px 10px 10px 10px;
	line-height: 16px;
	padding-right: 20px;
}
#content2 h1{
	font-size: 16px;
	padding:0;
	margin: 2px;
}

#fpEvents {
	float: left;
	width: 320px;

}
#fpEventsCal {
	float: right;
	width: 120px;
}

#content3 {
	font-size: 12.5px;
	font-style: normal;
	height: 308px;
	width: 440px;
	overflow: auto;
	margin: 0px 10px 10px 10px;
	line-height: 16px;
	padding-right: 20px;
}

#content3 h1 {
	font-size: 16px;
}
#bottomText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 12px;
	color: #1A8263;
}
.boldText{
	font-weight: bold;
}

.eventList td{
	font-size: 10px;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
}

#thicktabs{
	margin: 0;
	padding: 0;
	float: left;
	font: 13px Verdana;
	font-weight: bolder;
	color: #1A8263;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: #1A8263;
padding: 8px 11px; /*padding of tabs*/
text-decoration: none;
background: transparent url(/images/tabbg.gif) top right repeat;
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #d3bdbe; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #d3bdbe; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a#selected{ /*Extra CSS for current menu item*/
color: #1A8263;
background: transparent url(/images/tabover.gif) top right repeat;
}

#thicktabs li a:visited{
color: #1A8263;
}

#thicktabs li a:hover{
color: #1A8263;
background: transparent url(/images/tabover.gif) top right repeat;
}

#thintabs{
	margin: 0;
	padding: 0;
	float: left;
	font: 11px Verdana;
	top: -4px;
	position: relative;
}

#thintabs li{
display: inline;
}

#thintabs li a{
float: left;
color: black;
padding: 4px 11px; /*padding of tabs*/
text-decoration: none;
background: transparent url(/images/tabbgs.gif) top right repeat;
}

#thintabs li a#selected{ /*Extra CSS for current menu item*/
color: black;
background: transparent url(/images/tabover.gif) top right repeat;
}

#thintabs li a:visited{
color: black;
}

#thintabs li a:hover{
color: black;
background: transparent url(/images/tabovers.gif) top right repeat;
}