body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #E7D5C1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color:#660000;
	margin-top:4px;
	margin-bottom:-5px;
	font-size: x-large;
	text-align: left;
	font-weight: bold;
	letter-spacing: .1em;

}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #CC6633;
	text-align: left;
	font-weight:normal;
	letter-spacing: .1em;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #FFFFFF;
	margin-top:3px;
	text-align: center;
	font-weight:normal;
	letter-spacing: .1em;
	padding-top:10px;

}

p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
	color: #030303;
	padding-left:5px;
	padding-right:5px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
color:#660000;
}
a:visited {
	/*text-decoration: none; */
	color:#660000;
}
a:hover {
	text-decoration: none;
	color:#cc6633;
}
a:active {
	text-decoration: none;
	color:#660000;
}

#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E7D5C1; /*beige pink */
	margin: 0 auto;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #AE7C44;
	border-right-color: #AE7C44;
	border-bottom-color: #AE7C44;
	border-left-color: #AE7C44;
}
#header {
	background: #E7D5C1;
	padding:0px 5px 2px 5px;
	min-height:20px;
}

#mainContent {
	background: #E7D5C1;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 500px;
	min-height:250px;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}
#side_bar {
	float: right;
	width: 250px;
	margin-top: 10px;
	padding-right:5px;
}

#flash_video {
	text-align: center;
	/*padding-bottom: 5px;*/
	background-position: center center;
	padding-top: 5px;
	border-bottom:1px solid white;
}

#welcome_section {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	border-bottom:solid 1px #FFFFFF;
}

.welcome_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}



#nav_bar {
	text-align: center;
}
.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	text-align: left;
	margin-bottom: -15px;
}

#about_description {
}

#main { width:738px;}

#left_box {
	background-color: #E7D5C1;
	background-image: url(../images/btn-maroon.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 200px;
	border:solid 2px #d89000;
	margin-right: 30px;
	margin-left: 20px;
}

.more_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	padding-bottom: -20px;
	margin-bottom: -30px;
}

#middle_box {
	background-color: #E7D5C1;
	background-image: url(../images/btn-orange.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border:solid 2px #d89000;
	float: left;
	width: 200px;
	margin-right: 40px;
	margin-left: 40px;
	text-align: center;
}

#right_box {
	background-color: #E7D5C1;
	background-image: url(../images/btn-maroon.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border:solid 2px #d89000;
	float: right;
	width: 200px;
	margin-right: 20px;
	margin-left: 10px;
	text-align: center;
	clear: none;
}

#footer {
	clear:both;
	font-family: Times, Georgia, serif;
	background-image: url(../images/footer_bar2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	position: static;
	background-color: #E7D5C1;
	padding: 25px;
	/*margin-top: 120px;*/
}
#footer p {
	font-family: Times, Georgia, serif;
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top:4px;
	text-align: center;
	font-size: small;
	letter-spacing: .1em;
	color: #FFFFFF;
	position: static;
}
#footer a {
	font-family: Times, Georgia, serif;
	font-size: 14px;
	color: #FFFFFF;
		letter-spacing: .1em;

	text-align: center;
	text-decoration: none;
}
#footer a:hover {
	font-family: Times, Georgia, serif;
	text-decoration: none;
	color: #D98547;
	letter-spacing: .1em;

}

