body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #4a411e;
	background-image: url(images/bkg.jpg);
}

#pagewrapper {
	font-size: 11px;
	line-height: 140%;
	color: #000000;
	margin: 0 auto;
	padding: 0;
	width: 756px;
}

#header {
	border: 0;
	border-right: 2px solid #000000;
	margin: 0;
	padding: 0;
	width: 756px;
	height: 175px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}
.flash {
	margin: 0;
	padding: 0;
	width: 756px;
	height: 135px;
	text-align: right;
}

/* Navbar Buttons */
.button1{
	float: left;
	text-align: center;
	height: 29px;
	width: 89px;
	background-color: #ffd046;
	top: -29px;
	position: relative;
	left: 70px;
}
.button1 a{
	color: #a37b04;
	line-height: 28px;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}
.button1 a:hover{
	color: #000000;
}

.button2{
	float: left;
	text-align: center;
	height: 29px;
	width: 152px;
	background-color: #00a2ed;
	top: -29px;
	position: relative;
	left: 70px;
}
.button2 a{
	color: #005b85;
	line-height: 28px;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}
.button2 a:hover{
	color: #000000;
}

.button3{
	float: left;
	text-align: center;
	height: 29px;
	width: 151px;
	background-color: #bf3c00;
	top: 2px;
	position: relative;
	left: -150px;
}
.button3 a{
	color: #672000;
	line-height: 28px;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}
.button3 a:hover{
	color: #000000;
}

.button4{
	float: left;
	text-align: center;
	height: 29px;
	width: 104px;
	background-color: #cc9d00;
	top: 2px;
	position: relative;
	left: -150px;
}

.button4 a{
	color: #6b5200;
	line-height: 28px;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}
.button4 a:hover{
	color: #000000;
}

/* Main Content */
#maincontent_wrapper {
	margin: 0;
	padding: 0;
	width: 756px;
}

#maincontent {
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	background-color: #ffe986;
	margin: 0;
	padding: 0;
	margin-left: 29px;
	width: 725px;
	text-align: left;
}
#maincontent p {
	margin: 0;
	padding: 8px 25px 8px 45px;
	line-height: 155%;
}
#maincontent h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
	color: #ddaf27;
	margin: 0;
	padding: 5px 10px 4px 45px;
}
#maincontent a {
	color: #bf3c00;
	text-decoration: none;
}
#maincontent a:hover {
	text-decoration: underline;
}

/* Homepage Tagline colors */

.blue {
	color: #00a2ed;
}
.red {
	color: #bf3c00;
}
.gold{
	color: #987500;
}

/* Homepage Collage */
.home_image {
	float: left;
	margin: 10px 10px 10px 0;
}
/* Subpage Content */
.subpage_images {
	text-align: center;
	float: left;
	margin: 25px 0 15px 15px;
}

#subpage_text {
	width: 470px;
	margin: 0 25px 10px 225px;
}

#subpage_text p {
	margin: 0;
	padding: 8px 0;
	line-height: 155%;
}

#subpage_text h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	padding: 5px 10px 4px 0;
}

/* Footer */
#footer {
	width: 725px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}
#footer a {
	color: #bf3c00;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer p {
	font-size: 10px;
	text-align: center;
	line-height: normal;
	padding: 4px;
	margin: 0;
	letter-spacing: .20em;
}

/*Copyright */
#copyright {
	color: #1a1500;
	text-align: center;
}
#copyright a {
	color: #a37b04;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}

