@import url("text.css");

body {
	background-color: #2a352e;
	background-image: url(images/sitebg.png);
	background-repeat: repeat-x;
}
#siteFramework {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Arial", helvetica, sanserif;
	border: 3px solid #003300;
}
#headerBlock {
	padding: 1px;
	background-color: #226422;
	text-align: center;
	color: #ffc533;
	font-family: "Times New Roman", Times, serif;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
}

#headerOne {
	font-size: 26pt;
}

#headerTwo {
	font-size: 14pt;
}

#headerThree {
	font-size: 9pt;
	font-style: italic;
}
#contentRow {
	background-color: #FFF;
}
#contentBlock {
	padding-right: 10px;
	padding-left: 10px;
	height: auto;
}
#contentDiv {
	margin-right: auto;
	margin-left: auto;
	min-height: 500px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#menu {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: 63px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	top: 0px;
	z-index: 1;
}
#menu li {
	margin: 0;
	padding: 0;
	float: left;
}
#menu li a {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color:#eee7aa;
	display: block;
	padding: 6px;
	margin: 4px;
	border: solid 2px #003300;
	width: 105px;
	background-color: #226422;
}
#menu li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color:#eee7aa;
	display: block;
	padding: 6px;
	margin: 4px;
	border: solid 2px #003300;
	width: 105px;
	background-color: #448444;
}


#footerBlock {
	clear:both;
	background-color: #226422;
	text-align: center;
	color: #ffc533;
	font-size: 10pt;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	padding: 3px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #003300;
}
#socialColumn {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: top;
}
