body {
	color: #000000;
	background-color: #fffddb;
	margin: 0px;
	padding: 0px;
}
#page {
	width:100%;
	text-align: center;
}
#header {
	width: 900px;
	height: 120px;
	background-image: url(gui_images/tab.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: auto;
    margin-right: auto;
	padding: 0px;
}
#logo {
	padding-top: 20px;
	width: 300px;
	float: left;
}
#funcnav {
	padding-top: 15px;
	width: 250px;
	float: right;
	text-align: right;
}

#funcnav li {
	float: left;
	list-style-type: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #dccca3;
	border-right-color: #dccca3;
	border-bottom-color: #dccca3;
	border-left-color: #dccca3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #876500;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#funcnav a {
	color: #876500;
	text-decoration:none;
}
#funcnav a:hover {
	color: #5c8727;
	text-decoration:underline;
}

#content {
	background-color: #dccca3;
	width: 900px;
	background-image: url(gui_images/leftshadow.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
}
#column_1 {
	width: 638px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	display: inline;
	margin-left: auto;
	float: left;
}
#column_2 {
	width: 262px;
	float: right;
	background-image: url(gui_images/rightshadow.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	text-align: left;
	display: inline;
}
#page_title {
	width: 638px;
	height: 215px;
	background-image: url(gui_images/title_graphic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #FFFFFF;
	text-align: left;
}
#page_title_text {
	width: 600px;
	left: 20px;
	top: 168px;
	position: relative;	
	overflow: hidden;
}
#page_text {
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 100px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Verdana, Geneva, sans-serif;
}
#cap {
	clear: both;
	float: none;
	height: 49px;
	width: 900px;
	background-image: url(gui_images/cap1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	z-index: 900;
}
#capRight {
	width: 262px;
	float: right;
	height: 49px;
	background-image: url(gui_images/cap2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#contact {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	overflow: visible;
	margin-top: 0px;
	background-color: #9F0;
}
#nav {
	padding-left: 2px;
	padding-right: 4px;
}
#nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #876500;
}
#nav a{
	text-decoration:none;
	background-color: #FFFFFF;
	color: #5b8526;
	display:block;
	background-image: url(gui_images/nav_norm.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 20px;
	margin: 0px;
}
#nav a:hover{
	text-decoration:none;
	background-image: url(gui_images/nav_over.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #5b8526;
}

#events {
	padding-top: 50px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#event {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

#eventTitle a {
	font-size: 17px;
	font-weight: bold;
	color: #876500;
	text-decoration: none;
}

#eventTitle a:hover {
	color: #000000;
	text-decoration: underline;
}

#eventSubTitle {
	color: #000000;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}

#eventInfo {
	color: #5c8727;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#eventDate {
	font-size: 11px;	
}
#footer {
	color: #876500;
	font-size: 10px;
}