* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	margin: 30px 0;
	padding: 0;
	background: #4E9258;
	font-size: 12px;
	color: #000000;
}

h1 {
	font-weight: normal;
	color: #008000;
	margin: -10px 0 10px 0;
	border-bottom: 1px solid #bbbbbb;
	font-size: 30px;
}

h2 {
	font-weight: normal;
	color: #36823e;
	margin-bottom: 10px;
	border-bottom: 1px solid #bbbbbb;
	font-size: 26px;
}


#colTwo h3 {
	font-weight: normal;
	color: #666666;
	margin: 20px 0 20px 0;
	font-size: 16px;
	border-bottom: 1px solid #bbbbbb;
	}
	
#colTwo h3.one {
	margin: 28px 0 20px 0;
}

h3 {
	font-weight: normal;
	color: #666666;
	margin: 15px 0 10px 0;
	font-size: 16px;
	}
	
h4 {
	font-weight: bold;
	color: #666666;
	font-size: 16px;
	margin: 56px 0 0 30px;
}

/* H5 is used for popups sub headers */
h5 {
	font-weight: normal;
	color: #666666;
	font-size: 16px;
	text-align: center;
}

h6 {
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	margin: 0 0 0 15px;
}

p, ol, ul, blockquote {
	line-height: 24px;
}

ul {
  margin-top: -5px;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
 }

img {
	border: none;
}

 div.hr {
  height: 25px;
  background: #fff url(images/hr.png) no-repeat scroll center;
}

 div.hr hr {
 display: none;
}

a:hover {
	text-decoration: none;
}

/* Posted */

.posted {
	height: 33px;
	margin: 0 0 30px 0;
	padding: 10px 15px 0 15px;
	background: url(images/img6.gif) repeat-x;
	border-bottom: 1px solid #F2F2F2;
}

.posted a {
	color: #717171;
}

.address {
	font-weight: bold;
	font-size: 14px;
}

.redtext {
	font-weight: bold;
	font-size: 16px;
	color: green;
}

/* Header */

#header {
	width: 917px;
	height: 115px;
	margin: 0 auto;
	background: url(images/img2.png) repeat-x; /* the whole area above logo pic */
}

/* Logo */

#logo {
	float: left;
	height: 115px;
	padding: 0 0 0 0;
	background: url(images/img1.png) no-repeat; /* upper left rounded corner */
}

/* Menu */

#menu {
	float: right;
	height: 45px;
	padding: 56px 25px 0 0;
	background: url(images/img3.png) no-repeat right top;
	}

#menu li {
	display: inline;
	margin: 0 0 0 -5px;
	}

#menu a {
	padding: 0 15px 0 15px;
	border-left: 1px solid #666666;
	text-decoration: none;
	font-size: 13px;
	color: #3B3B3B;
}

#menu a:hover {
background: #B5EAAA;
}

#menu .first a {
	border: none;
}

/* Splash */

#splash {
	width: 877px;
	height: 140px; 
	margin: 0 auto;
	border-right: 20px solid #FFFFFF;
	border-left: 20px solid #FFFFFF;
}

/* Content */

#content {
	width: 847px;
	margin: 0 auto;
	padding: 30px 35px 0 35px;
	background: #FFFFFF url(images/img8.png) no-repeat left bottom;
}

#colOne {
	float: left;
	width: 620px;
}

#colTwo {
	float: right;
	width: 185px;
	padding: 5px 0 0 0;
}

/* Popup */

#popup {
	margin: 5px;
	padding: 5px;
	background: #B5EAAA;
}

#greenbox {
	float: right;
	width: 180px;
	margin: 20px 0 0 0;
	padding: 5px;
}

.centeredimage {
	 display: block;
    margin-left: auto;
    margin-right: auto;
    }

/* Footer */

#footer {
}

#footer p {
	text-align: center;
}


/* Calendar */

table {
	border: solid #000000 2px;
}

/* the month and year header */
caption {
	font-size: 14pt;
}

/* top row cells which hold day names */
th {
	background: #4E9258;
	border: solid #000000 1px;
}

/* day cells */
td {
	border: solid #000000 1px;
	height: 75px;
	width: 75px;
	text-align: left;
	vertical-align: top;
}

/* day cells with events */
td.event {
	color: #ff0000;
}