body {
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #666666;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-x;
	}
		
p {
	font-size: 100%;
	text-align: left;
	line-height: 150%;
	color: #97341c;
	}
	
h1 {
	font-size: 300%;
	color: #990000;
	text-align: left;
	font-family: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', 'serif';
	}
	
h2 {
	font-size: 200%;
	color: #990000;
	padding-top: 7px;
	}
	
h3 {
	font-size: 90%;
	color: #000;
	padding-top: 5px;
	}
	
#wrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #fbf7ed;
	}
	
#banner-upper {
	height: 279px;
	width: 950px;
	background-image: url(../images/banner-upper.jpg);
	background-repeat: no-repeat;
	position: relative;
	}				
	
#banner-lower {
	height: 56px;
	width: 380px;
	background-image: url(../images/banner-lower.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-left: 550px;
	padding-right: 20px;
	}	

#banner a {
	text-decoration:none;
	}

.hide {
	visibility:hidden;
	}

#home { /* Home Link */
	float: left;
	position: absolute;
	width : 277px;
	height: 276px;
	left: 16px;
	top: 54px;
	}

/*top navigation */	

#topnavcontainer {
	position:absolute;
	left: 392px;
	width: 500px;
	z-index: 1;
	top: 27px;
	}

#topnavcontainer ul {
	text-align: right;
	font-size: 12px;
	padding-bottom: 2px;
	padding-top: 0px;
	padding-left: 0px;
	}

#topnavcontainer ul li {
	display: inline;
	}
	
#topnavcontainer ul li a{
	padding: 0px 7px 2px 7px;
	color: #000;
	text-decoration: none;
	margin-right: -1px; /* the value has to be like the above but negative */
	}

#topnavcontainer ul li a:hover {
	color: #999999;
	}
	
#topnavcontainer li #current:hover {
	color: #999999;
	}	
	
#topnavcontainer ul li a#current {
	color: #9F3406;
	}		
	
* html #mainNav a {
	height: 1px;
	}
	
#image-panel {
	width: 950px;
	}
	
#content {
	padding: 15px 10px 15px 15px;
	}
	
#main-pic {
	position: absolute;
	width : 370px;
	height: 370px;
	top: 321px;
	z-index:1;
	}
	
#leftColumn {
	width: 210px;
	padding: 0px;
	float: left;
	height: 530px;
	}	
	
#leftColumn-padded {
	width: 340px;
	padding: 400px 20px 20px 10px;
	float: left;
	}	

#midColumn {
	width: 510px;
	float: left;
	margin-bottom: 25px;
	padding: 0px;
	height: 530px;
	}

#midColumn-padded {
	width: 520px;
	float: left;
	background-image: url(../images/bg-mid-right.png);
	background-repeat: repeat-x;
	padding: 10px 30px 0px 30px;
	}
	
#rightColumn {
	padding-top: 0px;
	float: right;
	width: 225px;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
	height: 530px;
	} 
	
#rightColumnPic {
	padding-top: 50px;
	float: right;
	width: 260px;
	padding-right: 30px;
	padding-left: 10px;
	padding-bottom: 50px;
	} 	
	
#wideColumn {
	width: 950px;
	}

#wideColumn-padded {
	width: 950px;
	padding-right: 220px;
	padding-left: 220px;
	}	
	
#content ul {
	font-size: 90%;
	line-height: 150%;
	list-style-type: square;
	}	
	
#content li {
	margin-bottom: 5px;
	}
	
.list-indented {
	margin-bottom: 5px;
	margin-left: 30px;
	}		

a:link {
	text-decoration: none;
	color: #D45C1E;
	}

a:visited {
	text-decoration: none;
	color: #84736C;
	}

a:active {
	text-decoration: none;
	color: #999933;
	}

a:hover {
	color: #999999;
	}
	
.fltrt {
	float: right;
	margin-left: 8px;
	}

.fltlft { 
	float: left;
	margin-right: 8px;
	}
	
.text-lower-banner {
	font-size: 12px;
	color: #FFF;
	text-align: right;
}
	
div.figure {
	float: left;
	border: thin silver solid;
	margin: 0px 10px 0px 0px;
	padding: 8px 8px 0px 8px;
	}

div.figure p {
  	text-align: center;
  	font-style: italic;
  	font-size: smaller;
  	text-indent: 0;
	}
	
img.scaled {
  width: 100%;
	}
		
#footer {
	clear: both;
	vertical-align: bottom;
	padding: 5px 0px 5px 20px;
	background-color: #006a72;
	}

.footerText {
	font-size: 10px;
	line-height: normal;
	color: #FFF;
	padding-right: 100px;
	}
	
.footerText a {
	font-size: 10px;
	line-height: normal;
	color: #;
	padding-right: 100px;
	color: #FC9;
	}		

.lower-left {
	float: left;
	width: 290px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.lower-right {
	float: left;
	width: 210px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
