body {
	margin: 0px;
	width: 800px;
	text-decoration: none;
}
/*This is the code for the container*/
#container { 
	background: #FFFFFF;
	margin: 0px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#top { 
	padding: 0px;
	margin: 0px;
} 
#sidebar1 {
	float: left;
	width: 209px; /* since this element is floated, a width must be given */
	background: #187045; /* was #66cccc */
	padding: 0px;
	height: 360px;
}
#mainContent {
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 234px;
	padding: 0px;
	width: 570px;
} 
#footer {
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: none;
} 
#bottomnav {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 240px;
	margin: 0px;
}
/*End code for the container*/

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
}
p.eventname {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #006600;
	/*text-decoration: underline;*/
}
h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #00000;
	text-decoration: none;
	font-style: italic;
}
h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00000;
	text-decoration: none;
	margin-bottom: 0;
}
li {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
td.photocaption {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
}
td.rightcontent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 0px;
}
img {
	padding: 3px;
}
img.nopad {
	padding: 0px;
}
.small {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}


/*this is the side nav menu*/
#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
/*I don't think I'm using this*/
 #nav-menu li.main {
	height: 2em;
	line-height: 2em;
	float: left;
	width: 178px;
	display: block;
	border: 0.1em solid #dcdce9;
	/*background-color: #FFFFFF*/
	background-image: url("images/pagegraphics/css-nav.gif");
	background-repeat: repeat-x;
/*	background-position: left bottom;
*/}
/*This is the main left nav for the active page (e.g., Home on the Home page)*/
 #nav-menu li.active {
	height: 2em;
	line-height: 2em;
	float: left;
	width: 178px;
	display: block;
	background-image: url("images/pagegraphics/css-nav-active.gif");
	background-repeat: repeat-x;
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dcdce9;
	border-right-color: #66cccc;
	border-bottom-color: #dcdce9;
	border-left-color: #66cccc;
}
 #nav-menu li a {
	color: #006600;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}
 /* Hide from IE5-Mac \*/
#nav-menu li
{
float: none
}
/* End hide */

#nav-menu {
	width:178px;
	margin-left: 15px;
	height: 216px;
	/*background-image: url(images/pagegraphics/css-nav-bottom.gif);*/
	background-repeat: repeat-x;
	background-position: left bottom;
}
/* this is for the active item that has a submenu - I don't think I'm using this?? */
#nav-menu li.activeSubmenu {
	/*height: 2em;*/
	line-height: 2em;
	float: left;
	/*width: 12em;*/
	width:178px;
	display: block;
	background-image: url("images/pagegraphics/css-nav-active.gif");
	background-repeat: repeat-x;
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #dcdce9;
	border-right-color: #66cccc;
	border-bottom-color: #dcdce9;
	border-left-color: #66cccc;
}

#nav-submenu {
	/*width:150px;*/
	margin-left: 0px;
	/*height: 95px;*/
	padding-bottom: 15px;
	margin-bottom: 15px;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*this is the nav sub-menu for activies pages*/
#nav-menu ul ul {
	/*padding: 0;*/
	margin-top: 10px;
	margin-left: 5px;
	text-align: left;
	list-style-type: square;
}
#nav-menu ul ul li.main1 {
color: white;
	height: 1em;
	line-height: 1em;
	float: left;
	width: 160px;
	/*display: block;*/
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/*list-style-type: square;
	list-style-position: outside;*/
}
#nav-menu ul ul li.active1 {
	height: 1em;
	line-height: 1em;
	float: left;
	width: 160px;
	color: #CCCCCC;
	/*display: block;*/
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 #container #nav-menu ul ul li a {
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}
 #container #nav-menu ul ul li.active1 a {
	/*color: #006600;*/
	color: #CCCCCC;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}
/*End side nav menu*/

/*this is the top nav submenu*/
#nav-menu-top ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
 #nav-menu-top li.main {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 6;
	margin-right: 0.15em;
	margin-bottom: 0;
	margin-left: 0.15em;
	height: 21px;
}
 #nav-menu-top li a.menu {
	color: #006600;
	text-decoration: none;
	text-align: center;
	padding-right: 15px;
	height: 21px;
	position: relative;
	top: 1px;
}
 #nav-menu-top li a.active {
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-right: 13px;
	font-size: 18px;
}
 /* Hide from IE5-Mac \*/
#nav-menu-top li
{
float: none
}
/* End hide */
#nav-menu-top {
	width: 500px;
}
/*End top nav menu*/

/*this is the bottom nav submenu*/
 #nav-menu-bottom p.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 6;
	margin-bottom: 2;
	color: #006600;
}
 #nav-menu-bottom p.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 8px;
	color: #000000;
}
 #nav-menu-bottom a.menu {
	color: #006600;
	text-decoration: none;
	text-align: center;
}
 #nav-menu-bottom a.active {
	color: #000000;
	text-decoration: none;
	text-align: center;
}
#nav-menu-bottom {
	width: 575px;
	padding-top: 20px;
}
/*End bottom nav menu*/

/* Containers for the Photo Gallery */
div.catcontainer {
	background-color: transparent;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	clear: none;
	float: left;
}
div.spacer {	 
	clear: both;
}
div.gallerylist {
	float: left;
	width: 160px;
	height: 200px;
	min-height: 200px;
	color: navy;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	padding: 5px;
	margin-right: 6px;
	margin-bottom: 6px;
	text-align: center;
}
div.catalog {
	float: left;
	width: 150px;
	padding: 0;
	margin-right: 12px;
	height: 170px;
	text-align: center;
}
div.catalog p {	 
	text-align: center;
	margin-bottom: 2px;
	font: bold 0.8em;
}
div.catalog img {	 
	text-align: center;
	font: bold 0.8em;
}
.galleryphoto {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: double;
	border-top-color: #00CCCC;
	border-right-color: #00CCCC;
	border-bottom-color: #00CCCC;
	border-left-color: #00CCCC;
}