body
{
	text-align: center;	/*makes centering work for IE6*/
	background-image:url('pattern%20stripes%20brown1.png');
	padding:0;
	margin:0;
	font-family: "Lucida Grande","Lucida Sans",Arial,sans-serif;
}

div#top
{
	color: #ffffff;
	background: #9a0d0d;	
}
	
div#upperheader
{
	padding: 0.5em 0 0 0.4em;
	text-align: left;
	background:	#c11111;
}	

div#lowerheader
{
	text-align: left;
	padding: 0;
}

div#lowerheader img
{
	margin:0;
	padding: 0.2em 0 0 0.4em;
	border-style: none;
}

div#navbox ul 
{
	
	list-style-type: none;
	padding: 0.2em 0em; /*needed to match the height of the a element*/
	margin: 0;
	background-color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 0.96em;
	font-family: Helvetica, Arial, sans-serif;
}

div#navbox li
{
	display: inline;
}

#navbox ul li a
{
	border-style: none;
	/*font-size: 1em;*/
	text-decoration: none;
	padding: .2em 0.7em;
	background-color: #ffffff;
	color: #381901;
}

#navbox a:hover
{
	background-color:#381901;
	color: #ffffff;	
}

div#dropshadow
{

	overflow:hidden; /*fixes IE6's empty div tag height bug*/
	background: url('dropshadow1.png') repeat-x !important;
	background-image: none;
	width: 100%;
	height: 17px;
}

div#container
{
	background: #ffffff url('dropshadow1.png') repeat-x top center !important;
	background: #ffffff url('dots.png') repeat-x left top; /*no shadow, but dots for IE6 and below*/
	width: 67%;
	min-width: 785px;
	max-width: 850px;
	margin: -17px auto;
	padding: 18px 0 0 0;
	line-height: 1.5;
}

div#content
{
	text-align: left;
	margin-right: 270px;
	padding-right: 0px;
}


div#rightbar
{
	float: right;
	width:255px;
	margin-left:15px;
	padding-right: 0;
	margin-right:0;
}


span#welcome
{
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	text-align: center;
}

div#rightbar
{
	text-align: left;
}

.centered
{
	text-align: center;
}

a#emphasizedlink
{
	font-size:1.5em;
}


div#rightbar img
{
	margin-bottom: 1em;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

h1
{
	text-align: center;
	font-size: 1.6em;
	font-family: "Lucida Grande","Lucida Sans",Arial,sans-serif;
	background-color: #3a1d00;
	color: #ffffff;
	margin-top: 0;
	margin-bottom:0.35em;
	border-top: 0.1em #9a0d0d solid;
	border-bottom: 0.1em #9a0d0d solid;
}

h2
{
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 0 0.8em;
	text-decoration: underline;	
}

h3
{
	font-size: 1em;
	padding:.1em;
	margin: 0;
}

p
{
	padding: 0 0.5em 0 1em;
	margin-top:0em;
	font-size: 0.9em;
	font-family: "Lucida Grande","Lucida Sans",Arial,sans-serif;
	color: #000000;
}

a
{
	color: #c11111;
}

a:hover
{
	color: #7D7D7D;
}



div#footer
{
	clear: both;
	background-color: #3a1d00;
	color: #ffffff;
	font-size: 0.9em;
	font-family: "Lucida Grande","Lucida Sans",Arial,sans-serif;
}

div#footer a
{
	color: #ffffff;
}

div#footer a:hover
{
	color: #bdbdbd;
}

/*index*/
p.dateposted{font-size: 0.8em; text-align: left;}
ul#news{margin-top: 0; padding-top:0; list-style: none;}
ul#news li{padding-bottom: 0.5em; font-size: 0.9em;}
ul#news li h3{font-size: 1.1em;}
span#last{text-decoration: line-through;}

/*contacts and join*/
p.contact{margin-left:3em;margin-top:1em;}
span.name{font-weight:bold; margin-bottom: 1em;}
span.position{font-style:italic; font-family: Arial, Helvetica, sans-serif;}
span#last{text-decoration: line-through;}

/*photos*/
div#content li{padding-bottom: 2em; list-style: none;}

/*join*/
span.email{}

/*links*/
a.link{margin-left: 3em;}

/*events*/

/*officers*/
table#officers{text-align: center;margin-left: 2em;}
table#officers tr{text-align: left;}
table#officers td{padding-top:1em; padding-right: 1em;}

