

#center_layer {
  position: relative;
  top: 0px;
  right: 0;
  margin: 0 auto;
  width: 802px;
  text-align: left;

  padding: 0;

  background: white;
  
}

#header_layer {
	position: absolute;
	height: 79px;
	top: 162px;
}


#flashcontent {
	position:absolute; 
	top:0px; 
	left:0px; 
	width:802px; 
	height:162px; 
	background: white; 
	border:none;
	
	text-align: center;
}

#date_layer {
	position:absolute; 
	background: transparent;
	
	top: 222px;
	right: 10px;
	
	width: 400px;
	height: 15px;
	
	text-align: right;
	z-index: 100;
}

#container_layer {
	position: absolute;
	background: white;
	top: 241px;
	width: 802px;
	
	padding-top: 15px;
}

#inner_container_layer {
	position: relative;
	background: transparent;
}


TD.side_nav {
	float: left;
	
	padding: 10px;
	width: 150px;
	vertical-align: top;
}

TD.content, TD.gallery {
	padding-left: 10px;
	
	padding: 10px;
	padding-top: 20px;
	width: 400px;
				
	vertical-align: top;		
}

TD.gallery {
	width: 580px;
}

TD.images {
	padding: 10px;
	width: 150px;
		
	text-align: center;
	vertical-align: top;		
}

.events {
	border-bottom: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #cccccc;
}

#footer_layer {
	position: relative;
	clear: both;
	
	margin-bottom: 7px;
	
	text-align: center;
}

IMG.footer {
	padding: 5px;
}

IMG.layout {
	text-align: left;
}


a.sidenav {
	text-align:left; 
	font-size:12px; 
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif; 
	color: black; 
	margin: 0px; 
	text-decoration:none;
	line-height:18px;
}


a.sidenav:link {
	color:black;
}

a.sidenav:visited {
	color:black;
}

a.sidenav:hover {
	color:#339900;
}

a.sidenav:active {
	color:#339900;
}


.copyright {
	text-align:right; 
	font-size:12px; 
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif; 
	color:#333333; 
	margin: 0px; 
	text-decoration:none;
	
	margin-right: 5px;
}

a.copyright:link {
	color:#333333;
}

a.copyright:visited {
	color:#333333;
}

a.copyright:hover {
	color:#CC0000;
}

a.copyright:active {
	color:#CC0000;
}



BODY.layout {
	min-width: 802px;
	
	background:#E9EBD3;
	margin:0;
	padding: 0;
}

P,SPAN,BODY, TD, A, P.date_layer {
	font-size:12px; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	color: black; 
	margin: 0px; 
	text-decoration:none; 
	line-height:15px;

	background: white;
}

P.date_layer {
	background: transparent;
}

img {
	border: 0px;
	border-style: none;
}

h1, h3 {
	text-align:left; 
	font-size:18px; 
	font-weight:normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#339900;
	margin: 0px; 
	text-decoration:none; 
}

h2 {
	font-size:12px; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-weight: bolder;
	color: black; 
	margin: 0px; 
	text-decoration:none; 
	line-height:15px;
}

hr {
	background: #cccccc;
	background-color: #cccccc;
	color: #cccccc;
	border-style: solid;
	border: 1px;
	height: 1px;
}


a {
	text-align:left; 
	font-size:12px;  
	font-family: Arial, Helvetica, sans-serif; 
	color: #CC0000; 
	margin: 0px; 
	text-decoration:none;
	font-weight: bold;
}

a:link{
	color:#CC0000;
}

a:visited{
	color:#CC0000;
}

a:hover{
	color:#339900;
}

a:active {
	color:#339900;
}

.required {
	font-size:12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #CC0000; 
	margin: 0px; 
	text-decoration:none; 
	line-height:15px;

	font-weight: bold;
		
	background: white;
}

.form_text {
	width: 300px;
	border: 1px;
	border-style: solid;
	border-color: gray;
}

.form_textarea {
	width: 300px;
	height: 150px;
	border: 1px;
	border-style: solid;
	border-color: gray;
	
}

.form_submit {
}