﻿/* CSS layout */

body {
	margin: 10px;
	padding: 10px;
	background-color= #DEDC96;
}

.fullcontainer {
	position: relative;
	width: 800px;
}

.topcontainer {
	position: relative;
	width: 800px;
	height: 160px;
}

.middlecontainer {
	position: relative;
	width: 800px;
	min-height: 300px;
	height: auto !important; /*this is a hack for min-height on IE6*/;
	height: 300px;
}

.logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 90px;
	height: 100px;
	background-color= #DEDC96;
}

.mastheadcontainer {
	position: absolute;
	top: 0px;
	left: 120px;
	width: 590px;
	height: 100px;
}

.masthead {
	width: 520px;
	height: 80px;
	background-image: url("../images/masthead.gif");
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	color: #FFFFFF;
	font-size: xx-large;
	vertical-align: middle;
	text-align: center;
	line-height:85px
}

.topnavcontainer {
	position: absolute;
	top: 100px;
	left: 100px;
	width: 650px;
/*	height: 20px;*/
}

.topnav {
	list-style-type: none;
	list-style-position: inside;
	left: 0px;
}

.topnav li {
	display: inline;
	width: 100px;
	height: 20px;
}

.topnav li a {
	margin: 2px 2px 2px 2px;
	border: 1px solid #666;
	background-image: url('../images/leftnav-normal.gif');
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

.topnav li a:hover {
	background-image:url('../images/leftnav-hover.gif');
	color: #FFF;
}

.sidebar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 125px;
}

.main {
	position:absolute;
	left: 140px;     
	background-color= #DEDC96;
}

.sitemaphd1 {
	font-size:large;
}

.sitemapnd1 {
	margin-left:20px;
}

.sitemapnd2 {
	margin-left:40px;
}

.boldname {
	font-size:x-large;
	font-weight:bold;
}

.photo1 {
	height=128px; 
	width=81px; 
	margin: 5px 5px 5px 5px;
	float: left;
}

.photo2 {
	height=161px; 
	width=240px; 
	margin: 5px 5px 5px 5px;
	float: left;
}

.photox {
	margin: 5px 5px 5px 5px;
	float: left;
}

.slideshow {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	margin: 5px 15px 5px 5px;
	width:200px;
	height:250px;
	float: left;
}

.slideshow2 {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	margin: 5px 15px 5px 5px;
	width:240px;
	height:161px;
	float: left;
}

.slideshowfull {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	margin: 5px 15px 5px 5px;
	float: left;
}

.leftnav {
	list-style-type: none;
	list-style-position: inside;
	left: 0px;
}

.leftnav li a {
	display: block;
	padding: 0px 2px;
	margin: 2px 2px 2px -35px;
	width: 105px;
	height: 20px;
	border: 1px solid #666;
	background-image:url('../images/leftnav-normal.gif');
	text-decoration: none;
	text-align: center;
	vertical-align:middle;
}

.leftnav li a:hover {
	background-image:url('../images/leftnav-hover.gif');
	color: #FFF;
}

.footercontainer {
	position: relative;
	top:15px;
	left: 120px;
	width: 590px;
	height: 30px;
}

.footer li {
	display: inline;
	left:120px;
	width: 100px;
	height: 20px;
}

.footer li a {
	margin: 2px 2px 2px 2px;
	text-decoration: underline;
	text-align: center;
	vertical-align: middle;
}

.footer li a:hover {
	color: #008080;
}

.span01 {
	font-size:x-large;
	font-weight:bold;
}

.span02 {
	font-size:large;
	font-weight:bold;
}

