@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #bbbb99;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


	 
	padding: 0 0 0 0; { /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
	

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



/*this is the primary navigation column on the index page: sidebar1 length, must sync with events length on main page: .twoColFixLtHdr #events   */
.twoColFixLtHdr #navigation {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #660033; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #d2d28f;

	height:1950px; 
	font: .75em Arial black, Helvetica, sans-serif;
}

/*events column on index page*/
.twoColFixLtHdr #events { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 170px;
	height: 1950px;
	font: 13px Arial, Helvetica, sans-serif;
	background:#e6e6b5; 
	border-right: 12.5px solid #660033;	
} 


/* this is the secondary page's nav column*/
.twoColFixLtHdr #navigationsec {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #660033; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #d2d28f;
	padding: 0 0 0 -20px;
	height:1300px;
	font: 13px Arial, Helvetica, sans-serif;	
}

/* this is the nav column for archivepage*/
.twoColFixLtHdr #navigationsecarchive {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #660033; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #d2d28f;
	padding: 0 0 0 -20px;
	height:1730px;
	font: 13px Arial, Helvetica, sans-serif;
	
}


/* this is the nav column for member of the month*/
.twoColFixLtHdr #navigationsecmember {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #660033; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #d2d28f;
	padding: 0 0 0 -20px;
	height:1360px;
	font: 13px Arial, Helvetica, sans-serif;
	
}



li.navlist{
	list-style-type:none;
	border-bottom: 1px #CC0 solid;
	padding-bottom: 10px;
}

ul {
list-style:square;
}


/*
.twoColFixLtHdr #sidebar2 {
		float: right; since this element is floated, a width must be given 
	width: 12.5px;  the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width 
	background: #660033;  the background color will be displayed for the length of the content in the column, but no further 
	padding: 0 0 0 0;
	height: 2060px;
	
}*/

/* maincontent and maincontent2 provide two small equal columns (same width as event) for main content on index page.*/
.twoColFixLtHdr #mainContent { 
	margin: 0 20px 0 20px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 170px;
	font: 13px Arial, Helvetica, sans-serif;
	
	
} 

.twoColFixLtHdr #mainContent2 { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 170px;
	font: 13px Arial, Helvetica, sans-serif;
	
	
} 

/* this is a wide column for the main content on the index page */
.twoColFixLtHdr #mainContentwide { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 450px;
	height: auto;
	font: 13px Verdana, Helvetica, sans-serif;
	line-height: 140%;
	
} 


/*This is a wide column for the main content div for secondary pages.*/
.twoColFixLtHdr #mainContentwidesec { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 425px;
	height: auto;
	font: 13px Arial, Helvetica, sans-serif;
	
} 

/*This is a wide column for the main content div for the archive page.*/
.twoColFixLtHdr #mainContentwidearchive { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 425px;
	height: auto;
	font: 13px Arial, Helvetica, sans-serif;
	
} 


/*This is a wide column for the main content div for the member of the month secondary pages.*/
.twoColFixLtHdr #mainContentwidesecmember { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 425px;
	height: auto;
	font: 13px Arial, Helvetica, sans-serif;
	
} 



.twoColFixLtHdr #eventssecmember { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 100px;
	height: 1360px;
	font: 13px Arial, Helvetica, sans-serif;
	background:#e6e6b5; 
	border-right: 12.5px solid #660033;
	
} 
/* far right column on secondary pages*/
.twoColFixLtHdr #eventssec { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 65px;
	height: 1300px;
	font: 13px Arial, Helvetica, sans-serif;
	background:#e6e6b5; 
	border-right: 12.5px solid #660033;
	}
	
	/* far right column on archive page*/
.twoColFixLtHdr #eventsarchive { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 65px;
	height: 1730px;
	font: 13px Arial, Helvetica, sans-serif;
	background:#e6e6b5; 
	border-right: 12.5px solid #660033;
	}
	
 .twoColFixLtHdr #eventssecmember2 { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 65px;
	height: 1360px;
	font: 13px Arial, Helvetica, sans-serif;
	background:#e6e6b5; 
	border-right: 12.5px solid #660033;
	}
	
		 
.twoColFixLtHdr #footer { 
	padding: 10px 20px 15px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e6e6b5; 
	border-top: 15px solid #999933;
	font: 12px Arial, Helvetica, sans-serif;
} 

.twoColFixLtHdr #footercontent { 
	float: right;
	padding: 0 15px 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e6e6b5; 
	width: 570px;
	font: 12px Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#annual {
	border-top:1px solid #660033;
}

#save {
	border-top:1px solid #660033;
}


	


/*links in body text*/
a:link {
	
	color: #630031;
	text-decoration:none;
	
}

a:visited {
	
	color: #666600;
}

a:hover {	
	
	color: #CCCC99;
	}	
	
a:active {
	
	color: #d2d28f;
}


/* navigation link style*/
a.nav:link {
	
	color: #d2d28f;
	text-decoration: none;
	
}

a.nav:visited {
	
	color: #999A34;
	text-decoration: none;
	
}

a.nav:hover {	
	
	color: #FFFF99;
	text-decoration: none;
	
	}	
	
a.nav:active {
	
	color: #d2d28f;
	text-decoration: none;
	
}

em {
	color:#C00;
}

h3 em {
	color:#333;
	line-height:30%;
}

#mainContentwide h2 {
	color:#660033;
	text-transform:uppercase;
}

a.global:link {
	color:#666;
	text-decoration:none;
}

li.globalnav{
	list-style-type:none;
}

ul #news {
	list-style:none
}

#bio_nav li {
	margin-left:150px;
	display:block;
	width:92px;
	height:33px;
	
}
#bio_nav a {
	display:block;
	height:32px;
}

#bios {
	background-image:url(../images/bio_button2.png);
	background-repeat:no-repeat;
	background-position: top;
}

#bio_nav em {
	display:none;
}

#bio_nav a:hover {
	background-position:bottom;
}

#mainContentwidesec .contact_names {
	margin-top:100px;
	list-style:none;
	font-size:1.5em;
	
	
}


