@charset "utf-8";
#banner {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:80px;
	z-index:1;
	background-color: #EFD658;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A91D04;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 44px;
	font-style: italic;
	color: #5A1F00;
	text-align: center;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #d30102;
	width: 500px;
	margin-top: 0px;
	padding-top: 5px;
	font-weight: bold;
}

#main {
	position:absolute;
	top:123px;
	left:150px;
	z-index:3;
	background-color: #FFFFCB;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-left: 50px;
	height: auto;
	width: 760px;
	
	
}

#nav {
	position:absolute;
	left:0px;
	top:165px;
	width:170px;
	z-index:2;
	background-color: #000000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5A1F00;
	background-image: url(../graphics/h2_background.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: -60px;
	margin-left: -60px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 60px;
}
#nav  a:link   {
	font-weight: bold;
	color: #FDBE21;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 150px;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #EADB90;
}
#nav a:visited {
	font-weight: normal;
	color: #BEBEAD;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 150px;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #EADB90;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EEB01F;
	background-image: url(../graphics/nav_background.gif);
	background-repeat: repeat-y;
}
#nav a:hover {
	font-weight: bold;
	color: #351300;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 150px;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #EADB90;
	background-color: #F3F2CD;
}
.sectionHighlight {
	font-size: 12px;
	padding: 5px;
	float: right;
	width: 200px;
	margin-bottom: 3px;
	margin-left: 3px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}
.frontPageText {font-size: 10px}

.highlight {
	color: #EEB01F;
	font-weight: bold;
}
.lesserText {
	font-size: 9px
}
.calendarText {
	font-size: small;
	font-style: oblique;
}
.QuoteText {	font-size: 12px
}
.moreHighlight {color: #d30102}

#FrontPageDiv1 {
	position:absolute;
	left:190px;
	top:130px;
	z-index:3;
	background-color: #FFFFCB;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-left: 50px;
}
