@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #653B27;
}
p {
	font-size:small;
}
.sideimg {
	float:right;
	clear:right;
	border: thin solid #000000;
	margin: 5px;
	font-size:small;
}
h1 {
font-size:x-large;
font-weight:normal;
text-align:center
}
h2 {
font-size:medium;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#FFEDDD;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #000000;
	background-color: #FFEDDD;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #E1D2B7;

}
.bottom {
	height:20px;
	background-image:url(/images/nav.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: small;
}
.bottom p {
margin-left:5px;
	
}
.bottom a {
	color: #FFFFFF;
	
	
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.requirements {
	font-size: small;
}
img
{  border-style: none;
}
#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #CB2B2B;
	background-image:url(/images/nav.png);
	background-repeat:repeat-x;
	color: White;
	float:left;
	width: 100%;
	height:26px;
	font-family: arial, helvetica, sans-serif;
	z-index:7;
}

#navcontainer ul li { display: inline;

 }

#navcontainer ul li a
{
	font-weight:bold;
	background-color: #DB3532;
	background-image:url(/images/nav.png);
	background-repeat:repeat-x;
	color: White;
	text-decoration: none;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DB3532;
	border-left-color: #B82D2B;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
}

#navcontainer ul li a:hover
{
	background-color: #FF3F4A;
	background-image:url(/images/nav2.png);
	background-repeat: repeat-x;
	color: #fff;
	font-weight:bold;
}
.bold {
	font-weight: 600;
}
.alignleft {
	text-align:left;
}

