* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #343303 url(../images/img01.gif);
	font: normal 1em Arial, Helvetica, sans-serif;
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	color: #666666;
}

h1, h2, h3 {
	text-align:left;
	margin:0 10px 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color:#7A0026;
}
h4, h5, h6 {
	text-align:left;
	margin:0 10px 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}
h1 {
	font-size:2em;
	padding-bottom:.6em;
	}
span.h1small {
	text-transform:lowercase;
	text-align:left;
	margin-left:70px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
	font-weight:bold;
	font-style:italic;
	padding-bottom:.6em;
	color:#7A0026;
}
	
h2 {
	text-transform:lowercase;
	font-size:1.7em;
	padding-bottom:.75em;
	}
h3 {
	text-transform:lowercase;
	font-size:1.2em;
	padding-bottom:.5em;
	}
h4 {
	font-size:1em;
	padding-bottom:.4em;
	color:#333333;
	}
h5 {
	font-size:.75em;
	color:#333333;
	}
h6 {
	font-size:.6em;
	color:#333333;
	}
p {
	text-align:left;
	margin:0 10px 0 10px;
	padding-bottom:.6em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#5B0505;
}
img.bar {
	background-image:url(../images/freebar78.gif);
	background-repeat:no-repeat;
	width:420px;
	height:3px;
}
span.bold {
	font-weight:bold;
}
p.bold {
	font-weight:bold;
}
p.indent {
	text-indent:15px;
}
hr {
	height: 2px;
	width: 75%;
	margin:0;
	text-align:center;
	border-color:#333333;
}
blockquote {
	padding-left: 3em;
	padding-right: 3em;
	background: url(images/img03.gif) no-repeat;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #330010;
}
table {
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#5B0505;
}
td {
	text-align:center;
}
div.left {
	text-align:left;
	margin-left:10px;
}
ul {
	text-align:left;
	margin-left: 3em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:.95em;
	color:#5B0505;
}
ul li {
	padding-bottom:.4em;
}
ol {
	text-align:left;
	margin-left: 3em;
	padding-bottom:.1em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#5B0505;
}
ol li {
	padding-bottom:.1em;
}
ol li li {
	list-style:upper-alpha;
}
ol li li li {
	list-style:lower-alpha;
}
a {
	color:#0072BC;
}
a:hover {
	text-decoration: none;
	color: #59C700;
}
img {
	border: none;
}
#date_holder {
	width:820px;
	height:25px;
	background-color:#676636;
}
	
#outer_container {
	width: 820px;
	margin: 0 auto;
	background: #FFFFFF;
	border:10px solid #676636;
}
#header {
	height: 156px;
	background-image:url(../images/06Masthead820.jpg);
}
#menu {
	height: 50px;
	width:100%;
	background: #676636;
	border-top:5px solid #343303;
	border-bottom:5px solid #343303;
}
#menu ul {
	margin: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu li li {
	width:10em;
	height:2em;
	background-color:#E0E7C9;
}
#menu li li a {
	padding: 5px 5px;
}
#menu a {
	display: inline;
	float: left;
	margin-left: 20px;
	padding:20px 10px 0 0;
	border-bottom: 3px solid #343303;
	text-decoration: none;
	text-transform: uppercase;
	font: 10px bold Arial, Helvetica, sans-serif;	
}
#menu .members_only a:hover {
	border-bottom:3px solid #FFFFFF;
}
#menu a:hover {
	border-bottom-color: #FFFFFF;
}
#menu .active a {
	border-bottom-color: #FFFFFF;
}
#main_contents {
	background-color:#F7EBD3;
	min-height:500px;
}
#slideshow_container {
	width:550px;
	border:5px solid #343303;
	margin:0 135px 0 135px;
	text-align:center;
	background-color:#C8B58F;
	
}
#footer {
	clear: both;
	padding: 20px;
	border-top:solid 3px #343303;
	background-color:#ECEBE7;
}

#footer p {
	margin: 0;
	text-align:center;
	font-size: small;
	color: #999999;
}

#footer a {
	color: #999999;
}
.float_left {float:left; margin: .5em .5em .5em 0; /* apply this class to any image or element with width - text will wrap it to the right */
}      
.float_right {float:right;  margin: .5em 0 .5em .5em;
}
.clear {
	clear:both;
}
.date {
	text-transform: lowercase;
	float: right;
	padding: 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: small;
	font-weight: bold;
	color:#E27F22;
}