body {
	margin: 25px 0 0 0;
	padding: 0;
	height: 100%;
	font-family: arial,sans-serif;
	font-size: 1em;
	background: #F0FFF0 url(images/body_bg.gif) fixed repeat-x;
	color: #333;
	text-align: center;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

#container {
	position: relative;
	margin: 0 auto; 
	width: 866px;
	min-height: 100%;
	text-align: left;
	background: #FFF url(images/container_bg.gif) repeat-y;
}

/* Fix for IE6 */
* html #container {
	height: 100%;
}

#spacer {
	padding-top: 220px;
	*padding-top: 240px; /* fix for IE7 */
	_padding-top: 240px; /* fix for IE6 */
}

#banner {
	position: absolute;
	top: 0; left: 0; 
	width: 858px; 
	font-size: 25px;
	color: #069;
	background:  url(images/border_top.gif) repeat-x;
}
#banner p {
	margin: 20px;
}
#banner hr {
	color: #069;
	background: #069;
	margin: 0 10px 0 20px;
}
#search {
	float: right;
	font-size: 0.6em;
	margin: 25px 10px 0 0;
}
#search a {
	text-decoration: none;
}
#search a:hover {
	color: #069;
	background: url(images/sidemenu_bg.jpg) -90px 2px no-repeat;
}
.zoom_searchbox {
	width: 100px;
}

#left_column {
	float: left;
	width: 190px;
	font-size: 0.8em;
	padding: 10px 0 120px 20px;
}
#left_column hr {
	margin-right: 20px;
}

#sidemenu {
	width: 165px;
	margin: 5px 0 30px 0; 
	border-top: 1px solid #DCDCDC;
}
#sidemenu ul {
	list-style-type: none;
	margin: 0;
}
#sidemenu a {
	display: block;
	width: 100%;
	padding: 8px 0;
	border-bottom: 1px solid #DCDCDC;
} 
#sidemenu a:hover {
	color: #069;
	text-decoration: none;
	background: url(images/sidemenu_bg.jpg) -3px 10px no-repeat;
}  
#sidemenu #selected a {
	color: #F00;
	font-weight: bold;
}
#address {
	margin: 20px 0;
}
#fadeshow2 {
	margin: 20px 0;
}

#right_column {
	float: left;
	padding-bottom: 120px;
}

.maintext {
	width: 620px;
	padding-left: 10px; 
	border-left: 1px dotted #DCDCDC;
}

.page_menu_wrapper {
	width: 615px;
	font-size: 0.8em;
	background: #F5F5F5 url(images/pagemenu_top.gif) no-repeat;
	padding: 10px 0 10px 10px;
	margin-top: 15px;		
}
/* Fix for IE6 */
* html .page_menu_wrapper {
	padding-bottom: 0;
}
.page_menu_wrapper_members {
	width: 615px;
	font-size: 0.8em;
	background: #FDF5E6 url(images/members_pagemenu_top.gif) no-repeat;
	padding: 10px 0 10px 10px;
	margin-top: 15px;		
}
/* Fix for IE6 */
* html .page_menu_wrapper_members {
	padding-bottom: 0;
}
.page_menu_header {
	font-weight: bold;
	color: #6495ED;
}
.page_menu_header a.this{
	color: #6495ED;
}
.page_menu {
	float: left; 	
	margin-top: 5px;
}
.page_menu ul {
	margin-bottom: 0;
}
.page_menu ul { 
	list-style-image: url(images/dot.gif);
	padding: 0;
	margin-left: 15px;
}
/* Fix for IE6 */
*html .page_menu ul {
	margin-bottom: 10px;
}

#footer {
	position: absolute;
	width: 830px;
	bottom: 0;
	font-size: 0.8em;
	padding: 0 0 10px 20px;
}
#footer img {
	float: right;
}
#bottom_menu {
	margin: 20px 0 5px 0;
}

ul { 
	list-style-type: disc;
	padding: 0;
	margin-left: 15px;
}
ul.archives {
	list-style-type: none;
	font-style: italic;
	margin-left: 0;
}
ol {
	list-style-type: decimal;
	padding: 0;
	margin-left: 20px;
}
blockquote {
	padding: 0;
	margin-left: 15px;
}

hr {
	color: #DCDCDC;
	background: #DCDCDC;
	border: 0;
	height: 2px;
}
a {
	color: #069;
	text-decoration: none;
}
a:hover {
	color: #6495ED;
	text-decoration: underline;
}
p {
	line-height: 1.3em;
}
img {
	border-color: #333;
}
h1 {
	font-family: georgia, serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #008000;
}
h2 {
	font-family: georgia, serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #008000;
	margin-bottom: -10px;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #069;
	margin-bottom: -10px;
}
h4 {
	font-size: 1em;
	font-weight: normal;
	width: 625px;
	background: #F0FFF0;
	padding: 5px;
	margin: 20px 0 20px -5px;
	border: 1px solid #6495ED;
}
form {
	margin: 0;
}
.form_box label {
	float: left;
	width: 200px;
	padding-right: 5px;
}
.form_box input,select {
	margin-bottom: 5px;
}
fieldset {
	border: none;
	margin-left: 0; 
	padding-left: 0;
}

.subheader {
	font-family: georgia, serif;
	font-size: 1.4em;
	color: #069;
}
.boldtext {
	color: #069;
	font-size: 1.2em;
}
.smalltext {
	font-size: 0.8em;
}
.boxed_text {
	background: #F0FFF0;
	padding: 5px;
	margin: 10px -5px;
	border: 1px solid #069;
}

table {
	width: 100%;
	font-size: 14px;
	background: #DCDCDC; /* alternative row background #F0F8FF */
	
}
.table_header {
	font-weight: bold;
	color: #FFF;
	background: #36C;
	text-align: center;
}
.table_column {
	background: #C0C0C0; 
}
.table_row {
	background: #F0F8FF; 
}

#slideshow {
	border: 1px solid #B0C4DE;
	padding: 5px 6px 0 6px;
}
a.slideshow img {
	border: 6px solid #FFF;
}
a.slideshow:hover img {
	border: 6px solid #B0C4DE;
}
a.slideshow:hover {
	color: #8FBC8F; /* irrelevant definition to overcome IE bug */
}

.boxed_text {
	border: 1px solid #B0C4DE;
	padding: 6px;
}

.membership {
	width: 165px;
	background: #F5F5F5;
	padding: 5px;
	margin: 20px 0 20px -5px;
}
.membership a {
	display: block;
}
.membership a:hover {
	text-decoration: none;
}

