﻿/* CSS layout */
#outcontainer {
	background-color:#FFEBC8 ;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	border: medium #CC6600 ridge;	
}
#masthead {
	position: relative;
	width: 100%;
	border-bottom:thin #993300 solid;

}

#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	margin-left:200px;
	text-align:center;
	font-size:16pt;
}

#container {
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
}

#left_col {
	background-color:#FFFFCC;
	margin-left:10px;
	padding:10px;
	border-style:solid;
	border:thin;
	border-color:#CC9900;
	position: absolute;
	left: 0px;
	top: 20px;
	height:300px;
}

#left_col_bottom {
	background-color:#663300;
	margin-left:10px;
	border:thin #CC9900 solid;
	position: absolute;
	left: 0px;
	top: 360px;
	width:160px;
	color:#FFEBC8;
	text-align:center;
	font-size:.88em;
	font-weight:bold;
}

#page_content {
	margin-left: 170px;
	font-size:1.1em; 
	padding:20px;
}

#page_content_top {
	
}

#horzButtonBar {
	text-align:center;
	margin-left:15px;
	margin-right:15px;
	background-color:#FFFFCC;
	border:thin #CC9900 solid;
	margin-top:0px;
	height:70px;
	width:520px;
	padding:5px;
	font-size:large;
}

#pictures_right {
	float:right;
	width:260px;
	color:#FFEBC8;
	text-align:center;
	border:thin #CC9900 solid;
	background-color:#663300;
	font-size:.8em;
	font-weight:bold;
	margin-left:4px;
}

#page_content_bottom {
	
}

#footer {
	text-align:center;
	border-top:thin #993300 solid;
	height:65px;
}
h1 {
	font-size:16pt;
	font-weight:bold;
	text-align:center;
}
h2 {
	font-size:14pt;
	font-weight:bold;
	text-align:center;
}

h3 {
	font-size:14pt;
	font-weight:bold;
	text-align:left;
}

.stylehr1 {
	width:85%;
	color:#993300;
}