@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #8D1E13;
}
.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF;
	text-align: left;
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #E7480E;
	border-right-color: #E7480E;
	border-bottom-color: #E7480E;
	border-left-color: #E7480E;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
.style2 {font-family: Arial, Helvetica, sans-serif; font-size: medium; }
a:link {
	color: #FF7A1F;
}
a:visited {
	color: #FF7A1F;
}
a:hover {
	color: #FFCCAA;
}
a:active {
	color: #FF7A1F;
}

</style>
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<style type="text/css">

.style3 {color: #333333}
.style4 {font-size: small}
.style7 {color: #FD5202}
.style9 {font-size: small; font-family: Arial, Helvetica, sans-serif; }
.style10 {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #8D1E13;
}

