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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	color: #F00;
}
h2 {
	font-size: 16px;
	color: #F00;
}
h3 {
	font-size: 14px;
	color: #F00;
}
a:link {
	color: #F00;
}
a:visited {
	color: #F00;
}
img
{  border-style: none;
}



.oneColFixCtr #outercontainer {
	width: 957px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #DDDDEE;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #middlecontainer {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #AAAABB;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	position: relative;
}
.oneColFixCtr #innercontainer {
	width: 952px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #777788;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	position: relative;
}
.oneColFixCtr #thecontainer {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	position: relative;
}
.oneColFixCtr #leftcontainer {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
.oneColFixCtr #header {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	border: 0px solid #FA1401;
	position: relative;
}
.oneColFixCtr #mainContent {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	border: 0px solid #FA1401;
	position: relative;
	padding: 10px 10px 10px 10px;
	margin-left: 10 px;
	text-align: left;
}
.oneColFixCtr #menubar {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	border: 0px solid #FA1401;
	position:relative;
	margin-left: 10 px;
	text-align: center;
	height:40 px;
}
.oneColFixCtr #wideContent {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	border: 0px solid #FA1401;
	position: relative;
	padding: 0 px 0 px;
	text-align: left;
}
.oneColFixCtr #narrowContent {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10 auto;
	float:left;
	border: 0px solid #FA1401;
	position: relative;
	left:5;
	padding: 10 px 10 px 10 px 10 px;
	text-align: left;
}
.oneColFixCtr #MenuBox {
	width: 180px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 2px 2px 2px 10px;
	border: 1px solid #FA1401;
	float:right;
	position: relative;
	padding: 5px 5px 5px 5px; 
	text-align: left;
	font-size: 80%;
}
	
#footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align:center;
	height: 40px;
	margin: 0 auto;
	bottom: 0px;
}

.address {
	font-size: 80%;
}
.oneColFixCtr #outercontainer #middlecontainer #innercontainer #thecontainer #mainContent p {
	font-weight: bold;
}
.oneColFixCtr #outercontainer #middlecontainer #innercontainer #thecontainer #mainContent p {
	font-weight: normal;
}
