body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "trebuchet ms",sans-serif;
	background: #B0C4DE url(images/body_bg.jpg) fixed repeat-x;
	color: #333;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

#container {
	position: relative;
	margin: 0 auto; 
	min-height: 100%;
	width: 870px;
	background: #FFF;
	border-left: 3px solid #C0C0C0; border-right: 3px solid #C0C0C0;
}
/* fix for IE6 */
* html #container {
	height: 100%;
}

#border {
	float: right;
	width: 630px;
	font-size: 1em;
	border-left: 1px dotted #333;
	padding: 10px 0 10px 0;
}
#header {
	font-family: "times new roman",serif;
	font-size: 28px;
	color: #F93;
	padding: 10px 10px 20px 10px;
	text-align: right;
}
.maintext {
	width: 600px;
	padding-left: 10px;
}

#left_column {
	float: left;
	left: 0; top: 0;
	width: 220px;
	font-size: 14px;
	padding: 30px 0 10px 10px;
}
#left_column hr {
	margin-right: 20px;
}
#search {
	width: 210px;
	margin: 40px 10px 40px 0;
	color: #36C;
}
#search a:hover {
	color: #B0C4DE;
}
#sidemenu {
	width: 210px;
	margin: 20px 10px 40px 0;
	border-top: 1px solid #CCC; 
}
#sidemenu ul {
	list-style-type: none;
	margin: 0;
}
#sidemenu a {
	display: block;
	width: 100%;
	color: #36C;
	padding: 3px 0;
	border-bottom: 1px solid #CCC;
} 
#sidemenu a:hover {
	color: #36C;
	background: url(images/sidemenu_bg.jpg) -3px 5px no-repeat;
	text-decoration: none;
} 
#sidemenu #selected a {
	color: #F93;
	font-weight: bold;
} 

#dropmenudiv {
	position:absolute;
	z-index: 100;
	text-indent: 5px;
	background: #FFF;
	padding: 10px;
	border: 1px solid #DCDCDC;
}
#dropmenudiv a {
	width: 100%;
	display: block;
	font-size: 14px;
	padding: 1px 0;
	border-bottom: 1px solid #DCDCDC;
}
#dropmenudiv a:hover {
	color: #36C;
	background: url(images/sidemenu_bg.jpg) -3px 3px no-repeat;
	text-decoration: none;
}

#footer {
	position: static;
	bottom: 0;
	padding: 0; 
}
#footer_content {
	margin: 0 auto; 
	width: 870px;
	font-size: 14px;
	color: #FFF;
	background: #36C;
	border-left: 3px solid #C0C0C0; border-right: 3px solid #C0C0C0;
	text-align: left;
}
#footer_right {
	float: right;
	padding: 5px 10px 5px 0;
	text-align: right;
}
#footer_right a {
	color: #DCDCDC;
}
#footer_right a:hover {
	color: #FFF;
}
#footer_left {
	padding: 5px 10px;
}
#bottommenu {
	font-size: 14px;
	color: #36C;
	border-top: 4px solid #B0C4DE;
	background: #FFF;
	padding: 5px 10px;
	text-align: right;
}
#bottommenu a {
	color: #36C;
}
#bottommenu a:hover {
	color: #B0C4DE;
}

ul { 
	list-style-type: square;
	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;
}
form {
	margin: 0;
}
hr {
	color: #B0C4DE;
	background: #B0C4DE;
	border: 0;
	height: 2px;
}
a {
	color: #36C;
	text-decoration: none;
}
a:hover {
	color: #B0C4DE;
	text-decoration: underline;
}
img {
	border-color: #333;
}
h1 {
	font-size: 1.2em;
	font-weight: normal;
	color: #306;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #306;
	margin-bottom: -10px;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #306;
	margin-bottom: -10px;
}
h4 {
	font-size: 1em;
	font-weight: bold;
}

.subheader {
	font-size: 1.2em;
	color: #306;
}
.boldtext {
	color: #306;
	font-weight: bold;
}
.smalltext {
	font-size: 0.8em;
}

.button {
	width: 120px;
	font-size: 14px;
	text-align: center;
}
.button a {
	display: block;
	width: 100%;
	color: #FFF;
	background: #36C;
	border: 1px solid #36C;
	padding: 3px;
} 
.button a:hover {
	color: #FFF;
	background: #B0C4DE;
	text-decoration: none;
}

#form_box label {
	float: left;
	width: 110px;
	text-align: right;
	padding-right: 5px;
}
#form_box input,select {
	margin-bottom: 5px;
}
fieldset {
	border: none;
}

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;
	margin-top: 15px;
}
