﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	width: 800px;
	height: 150px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	background-image: url('GRAPHICS/banner2.png');
}
#top_nav {
	width: 800px;
	height: 10px;
	margin: auto;
}
#container {
	min-width: 600px;
	width: 800px;
	height: 345px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#left_col {
	width: 150px;
	float: left;
	border: 1px solid #900;
	background-color: #CCC;
	height: 345px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #000033;
}
#center_col{
	width: 473px;
	float: left;
	border: thick solid #900;
	background-color: #E7D8A5;
	height: 336px;
	margin-right: 5px;
	margin-left: 5px;
	color: #000033;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#right_col{
	padding: 3px;
	width: 145px;
	float: right;
	border: 1px solid #900;
	background-color: #CCC;
	height: 339px;
}
#page_content {
	width: 640px;
	float: left;
	height: 345px;
}
#footer {
	clear: both;
	width: 800px;
	height: 30px;
	border: 1px solid #E7D8A5;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #E7D8A5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
}
#pic-container {
	width: 300px;
	height: 150px;
	float: right;
}
#specific_page_col {
	width: 627px;
	float: left;
	border: thick solid #900;
	background-color: #E7D8A5;
	height: 336px;
	margin-right: 5px;
	margin-left: 5px;
	color: #000033;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.page_header {
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;
	color: #800000;
}
.medium_print {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #000080;
	text-decoration: none;
}
.xsmall_print {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
.large_print {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	font-style: normal;
	color: #000080;
	text-decoration: none;
}
.small_print {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
.medium_print_italic {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #000080;
	text-decoration: none;
}

#slideshow {
	position: relative;
	height: 150px;
	width: 300px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
