/* IDs */

#container {
	max-width: 2000px;
	height: 1000px;
	
}

#titlebar {
	max-width: 736px;
	max-height: 145px;
	width: 736px;
	float: left;
}

#body {
	width: 500px;
	height: 612px;
	padding-left: 15px;
	padding-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	vertical-align: top;
}

#leftcolumn {
	width: 184px;
	height: 569px;
	padding-right: 10px;
	float: left;

}

#leftcolumn1 {
	width: 170px;
	height: 1100px;
	background-color: #339900;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
#header {
	max-width: 700px
	height: 65px;
	float: none;
	width: 589px;
}
	
#nav {
	max-width: 734px;
	height: 34px;
	width: 734px;
}

#bottomleft {
	width: 450px;
	float: left;
	border: thin;
	padding: 5;
}

#bottomright {
	width: 250px;
	float: right;
	border: thin;
	padding: 5;
	
}

#bottom {
	width: 734px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}


/*  gallery */
#gal_enlarge_container{ 
	width: 500px;
	height: auto;
	float: left;
}

#gal_thumb_container { 
	float:left;
	width: 180px;
	height: auto;
}

#gal_thumb_container li {
	float: left;
	height: auto;
	width: 77px;
	margin: 5px;
	list-style:none;
}

#gal_thumb_container li .long{
	float: left;
	height: 30px;
	width: 200px;
	list-style:none;
}
/*-end gallery-*/




/* STYLES */

/* about */
.about_head {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #339900;
	font-weight: bold;
}

.about_text {
	font-size: 10px;
	color: #666666; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.about_text1 {
	font-size: 10px;
	color: #ffffff; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.about_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

.about_links1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ff0000;
}
/*-end about-*/


.bottomtext {
	width: 734px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
	text-align: center;
}

.clearing {
	clear:both;
	width: 750px;
	height: 15px;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336633;
	font-size: 15px;
	font-weight: bold;
}

.copyright1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5d5e5d;
}

.figure {
	width: 100px;
	height: 150px;
	font: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 9px;
	padding: 5px;
	color: 666;
	float: left;
}

.figure1 {
	width: 215px;
	height: 100px;
	font: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 9px;
	padding: 5px;
	color: 666;
	float: left;
	margin: 10px 0 0 0;
}

.missionhead {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #339900; 
	font-size: 18px; 
	font-weight: bold; 
}

.mission_text {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: ##5d5e5d; 
}

.mission_greentext {
	color: #339900; 
	font-size: 11px; 
	font-weight: bold; 
}

.mission_subhead {
	color: #339900;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.navbullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#f00; 
}

.navstyle {
	font-size: 12px;
	color: #669900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.navseparators {
	color: #FF0000;
	font-weight: bold;
	font-size: 10px;
}

.smallnav2 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
}

.smallnav {
	font-size: 10px;	
}

.smallnav1 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
}

.smallnavblack {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.smallhead {	
	color: #000000;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
}




a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #66CC00;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}




/* IE 5/6 border erase bug */
* html #gallery {
	width: 100%;
}

/* IE 5 placement bug */
* html #gallery img {
	width: 100%;
}