body
{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
	background-color: #600;
}

h1
{
	font-size: 1.3em;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #060;
}

h2
{
	font-size: 1.1em;
	margin: 2px 0px 10px 0px;
	color: #360;
	padding-bottom: 3px;
	border-bottom: 1px solid #360;
}

h3
{
	display: block;
	border-bottom: 2px solid #000;
	background-image: url(images/h3_bkgd.jpg);
	background-repeat: no-repeat;
	padding: 2px 0px 2px 10px;
	color: #FFF;
	font-size: 1.1em;
	margin: 5px 0px 10px 0px;
}

h4
{
	margin: 2px 0px 2px 0px;
	font-size: 1em;
}

h5
{
	margin: 2px 0px 5px 0px;
	font-size: .8em;
}

abbr, acronym
{
	border-bottom: none;
}


/* IDs */

#container_out
{
	margin: 0 auto;
	background-color: #FFF;
	width: 760px;
	text-align: left;
	border-right: 4px solid #333;
	border-left: 4px solid #333;
}

#header_out
{
	height: 170px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#nav_out
{
	float: left;
	width: 20%;
	background-image: url(images/iwojima.jpg);
	background-repeat: no-repeat;
	background-position: 10px 270px;
}

#main_out
{
	float: left;
	width: 76%;
}

#links ul li
{
	margin-bottom: 12px;
}

#footer_out
{

}




/* Classes */

.container_in
{

}

.header_in
{

}

.nav_in
{
	padding-right: 20px;

}

.nav_in h4
{
	margin: 0px 0px 0px 10px;
	border-bottom: 1px solid #630;
	color: #630;
}

.nav_in ul
{
	margin-bottom: 300px;
}

.nav_in li
{
	margin-left: -30px;
	list-style: none;
	line-height: 1.3em;
}

.nav_in a
{
	display: block;
	text-decoration: none;
	border-left: .8em solid #700;
	/*border-bottom: 1px solid #700;*/
	padding-left: 3px;
	margin-bottom: 8px;
	color: #000;
}

.nav_in a:hover
{
	border-left: .8em solid #390;
	/*border-bottom: 1px solid #390;*/
	color: #600;
}

.nav_in a:visited
{
	color: #000;
}

.nav_in img
{
	margin-left: 10px;
	padding: 2px;
	border: 1px solid #660;
}

.main_in
{
	padding: 5px;
}

.officers ul
{
	margin: 5px 0 5px 0;
	padding: 0;
}

.officers li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.officer_name
{
	font-weight: bold;
	font-size: 1em;
}

.officer_title
{
	font-weight: bold;
	font-size: .8em;
}

.officers, .bylaws
{
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	margin-bottom: 25px;
	background-color: #FFE;
	padding: 0 10px 0 10px;
}

.officers p
{
	margin-bottom: 0px;
}

.officer_data
{
	font-family: "Courier New", Courier, serif;
}

.events
{
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	margin-bottom: 25px;
	padding: 10px 0 0 10px;
	font-family: "Courier New", Courier, serif;
}

.events img
{
	float: left;
	margin: 0px 10px 15px 0px;
	padding: 2px;
	border: 1px solid #999;
}

.events p
{
	margin: 0px;
	padding-bottom: 5px;
}

.footer_in
{
	padding: 20px 0px 5px 15px;
}

.footer_in img
{
	border: none;
}

.clear
{
	clear: both;
}