@charset "UTF-8";
/* CSS Document */

body {
	background-color: #666666;
}

#wrapper {
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	float: left;
	height: auto;
	width: 800px;
}
#menu {
	float: left;
	height: 700px;
	width: 150px;
	padding-top: 25px;
	background-image: url(images/left_hatch.png);
	padding-bottom: 25px;
	background-repeat: no-repeat;
	background-color: #F9F6E7;
}
#content {
	float: left;
	height: auto;
	width: 450px;
	background-color: #EAC99C;
	padding-top: 25px;
	padding-bottom: 25px;
}
#sideBar {
	float: left;
	height: auto;
	width: 200px;
	background-color: #663300;
	padding-top: 25px;
	padding-bottom: 25px;
}
#shadowTop {
	float: left;
	height: auto;
	width: 850px;
}
#shadowBottom {
	float: left;
	height: auto;
	width: 850px;
}
#shadow {
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
	float: left;
	height: auto;
	width: 825px;
	padding-left: 25px;
}
h1 {
	padding-right: 10px;
	padding-left: 10px;
}
h2 {
	padding-right: 15px;
	padding-left: 15px;
}
p {
	padding-left: 20px;
	padding-right: 20px;
}
ul {
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: inside;
}
li {
	list-style-position: inside;
	list-style-type: disc;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 50px;
}
.createdBy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	font-size: 14px;
	font-weight: bolder;
}
.sideBarH1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #EAC99C;
	font-weight: bold;
	font-variant: small-caps;
}
.sideBarH2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #EAC99C;
}
.sideBarTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EAC99C;
}
.contentH1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #330000;
}
.contentH2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #330000;
}
.contentH3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.contentTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#content .contentH3 img {
	float: right;
	margin-left: 25px;
	margin-bottom: 5px;
}

