html, body{
	height:100%;
	}
	
body {
  text-align: center;
  padding:0px; 
  margin:0px;
  vertical-align:top;
  background-color:#e5ce9e;
  background-image:url(images/header_bg.png);
  background-repeat:repeat-x;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:.9em;
  }

a:link{
	color:#000066;
	text-decoration:none;
	}

a:hover{
	color:#000099;
	text-decoration:none;
	}
	
a:visited{
	text-decoration:none;
	}  

#container {
	position:relative;
  	margin: 0 auto;
  	width: 800px;
  	text-align: left;
  	vertical-align:top;
	min-height: 100%;/* The rest of this code for #container is for the very bottom footer*/
	height: auto !important;
	height: 100%;
	margin: 0 auto -108px; /* the bottom margin is the negative value of the footer's height */
  	}

#header{
	position:relative;
	width:800px; 
	height:240px; 
	background:url(images/header.png);
	background-repeat:no-repeat;
	text-align:left;
	vertical-align:bottom;
	}
	
#body_container {
	position:relative;
  	margin: 0 auto;
  	width: 800px;
	background:url(images/body_bg.png);
	background-repeat:repeat-y;
  	}

#body_container_footer{ 
	width:800px; 
	height:53px; 
	background:url(images/body_footer.png);
	background-repeat:no-repeat;
	}

/* Left Column Styles _________________________________________________________ */

#body_left {
	position:relative;
	float:left; 
	width:232px; 
	}
	
#body_left_content{
	float:left; 
	width:232px; 
	background:url(images/body_left_content_bg.png);
	background-repeat:repeat-y;
	}
	
#body_left_footer{
	clear:left; 
	height:299px; 
	background:url(images/body_left_footer.png);
	background-repeat:no-repeat;
	}

/* Right Column Styles _________________________________________________________ */

#body_right{
	position:relative;
	float:left;
	width:505px;
	}

#body_right_content{
	float:left;
	position:relative;
	width:450px;
	margin-left:30px;
	}

#body_right_footer{
	clear:left;
	}
	
/* Column Clear for body_left & body_right ____________________________________ */

#column_clear{
	position:relative; 
	clear:both;
	}

/* Page Footer Styles __________________________________________________________ */

.footer{
	height: 108px; /* .push must be the same height as .footer */
	background-image:url(images/footer_bg.png);
	font:"Times New Roman", Times, serif;
	font-weight:normal;
	font-variant:small-caps;
	color:#a08a71;
	padding-left:160px;
	}

.push {
	height: 108px; /* .push must be the same height as .footer */
	
}

/* Navigation Styles ___________________________________________________________ */

ul.nav {
 	list-style:none;
	margin:0px;
	margin-left:36px;
	padding:0px;
	}

ul.nav li{
	list-style:none;
	color:#000000;
	padding:0px;
	}

ul.nav li a{
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size:11pt;
	text-decoration:none;
	text-align:center;
	width:165px;
	padding:6px;
	padding-top:8;
	display:block;
	background-image:url(images/nav_link_bg.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	}

ul.nav li a:hover{
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size:11pt;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	width:165px;
	padding:6px;
	padding-top:8;
	display:block;
	background-image:url(images/nav_link_bg.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	}

/* Pen Images (Pen & Cap) Position _____________________________________________*/
#pen{
	position:absolute;
	margin-left:-70px;
	margin-top:-60px;
	z-index:5;
	}

#cap{
	position:absolute;
	margin-left:320px;
	margin-top:-80px;
	z-index:5;
	}

/* Text & Copy Styles ___________________________________________________________*/

h1{
	font:"Times New Roman", Times, serif;
	font-size:19px;
	font-weight:normal;
	font-variant:small-caps;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	display:block;
	width:450px;
	border-bottom:double medium #000000;
	}
	
div.calendar{
	margin:0px;
	padding:0px;
	padding-left:30px;
	padding-top:5px;
	margin-bottom:-6px;
	display:block;
	width:450px;
	height:50px;
	background:url(images/events/event_bg.png);
	background-repeat:no-repeat;
	display:block;
	}

span.event_header{
	font:"Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	}

span.event_date{
	font:"Times New Roman", Times, serif;
	font-size:13px;
	color:#000000;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	height:40px;
	width:205px;
	padding-top:8px;
	display:block;
	}

/* Council Member Page _______________________________________________________*/
td.members_left{
	width:180px;
	padding:4px;
	text-align:left;
	vertical-align:top;
	font-weight:bold;
	}

td.members_right{
	padding:4px;
	}

td.admin_left{
	width:150px;
	padding:4px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #000000;
	}

td.admin_right{
	width:300px;
	padding:4px;
	padding-left:10px;
	border-bottom:1px solid #000000;
	}
	
/* Links & Forms Link Styles ____________________________________________________*/
a.link:link{
	color:#000066;
	font-weight:bold;
	}

a.link:hover{
	color:#000099;
	font-weight:bold;
	}
	
a.link:visited{
	font-weight:bold;
	}

ul.link_list li{
	background:url(images/pdf_icon_small.png);
	background-repeat:no-repeat;
	background-position:left top;
	vertical-align:middle;
	text-align:left;
	padding-left:22px;
	list-style:none;
	display:block;
	height:30px;
	}

input{
	border:1px solid black;
	background:none;
	}	

textarea{
	border:1px solid black;
	background:none;
	}		