@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #B5BEAB;
	margin-top:30px;
	margin-bottom:30px;
	color:#000000;
	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 */
	padding: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-right: 0;
	margin-left: 0;	
}

#page_wrapper {
    position:relative;		/* This fixes the IE7 overflow hidden bug */
    clear:both;
    width:880px;			/* width of whole page */
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the header */	
	background: #B5BEAB;			
	overflow:hidden;	/* This chops off any overhanging divs */
	border: 4px solid #F4F4EE;
	text-align:left;
}

#page_header {
	width: 880px;
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the header */
	height: 110px;
}  

#page_header h1 {
	padding-top: 10px;
	padding-left: 20px;
	margin-top:0px;
	float: left;
	font-family: "Bradley Hand ITC", Verdana, Arial, Helvetica, sans-serif;
	font-size: 76px;
	font-style: normal;
	font-weight: bold;
}

/* menu bar - common to all pages */

#menu_bar {
	height:30px;
	margin-top: 110px;
	background-color: #666666;
}

#menu_container ul {
	padding-left: 0;
	margin-left: 0;
	margin-top: -24px;
	background-color: transparent;
	float: left;
	width: 100%;
}

#menu_container ul li { display: inline; 
	}

#menu_container ul li a {
	padding: 0.2em 1em;
	background-color: transparent;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	font-size:12px;
	font-weight:bold;	
}

#menu_container a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#menu_container a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#menu_container a:hover {
	color: #66FF33;
	text-decoration: underline;
	font-weight: bold;
}

#content_wrapper {
	float:left;
	margin-left: 10px;
	width:100%;
	position:relative;
	background: transparent top left no-repeat;
}

/* page with one column */

#column_single_left {
	padding-left: 45px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 35px;
	text-align: left;
}
 
#column_single_left p {
	font-size:.8em;
	line-height:normal;
	color: #000000;
	text-align: left;
}

#column_single_left img {
	border: 1px solid #000000;
}	

/* page with one centered column */


#column_single_cent {
	width: 90%;
	padding-left: 45px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 35px;
	text-align: center;
}
 
#column_single_cent p {
	font-size:.8em;
	line-height:normal;
	color: #000000;
	text-align: center;
}

#column_single_cent img {
	border: 1px solid #000000;
}	

/* caption for beneath pictures - centered with small text */
#column_single_cent .piccaption {
	font-size:0.7em;
	line-height:normal;
	color: #000000;
	text-align: center;
	display:block;
	margin-left:auto;
	margin-right:auto;
	font-weight: normal;
}  

#column_single_cent hr {
	color: #666666;
	width: 90%;
	height: 1px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

#column_single_cent a:link {
	color: #009933;
	text-decoration: none;
	font-weight: bold;
}

#column_single_cent a:visited {
	color: #009933;
	text-decoration: none;
	font-weight: bold;
}

#column_single_cent a:hover {
	color: #009933;
	text-decoration: underline; 
	font-weight: bold;
}


/* page footer */

#page_footer {
	clear:both;
	width:100%;
	height: 25px;
	background-color: #B5BEAB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: xx-small;
	font-style: italic;
	padding-top: 8px;  /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}  

#page_footer .copyright {
	float: left;
	margin-left: 2em;
} 

.last_update {
	float: right;
	font-weight: normal;	
	margin-right: 2em;
}
