@charset "UTF-8";
body {
	margin: 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: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FCF3DE;
	background-image: url(/images/new/background.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0;
}
.oneColFixCtrHdr #nav {
	margin: 0px;
	bottom: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #nav ul {
	bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.oneColFixCtrHdr #nav li {
	list-style-type: none;
	display: inline;
	background-color: #FFF;
	padding-top: 0.3em;
	padding-right: 0.4em;
	padding-bottom: 0.3em;
	padding-left: 0.4em;
	border: medium solid #C4283D;
}
.oneColFixCtrHdr #container {
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	margin-top: 50px;
	background-image: url(/images/new/container_bg.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #000;
}
.oneColFixCtrHdr #container p {
	text-align: left;
	border: thin none #000;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
}

.oneColFixCtrHdr #container h1 {
	text-align: left;
	border: thin none #000;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom: .15em solid #c41d27;
	font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: normal;
	letter-spacing: .1em;
}

.oneColFixCtrHdr #container h2 {
	text-align: left;
	border: thin none #000;
	font: normal 1.3em/1.5em Arial, Helvetica, "Helvetica Neue", sans-serif;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom: .15em solid #c41d27;
	letter-spacing: .1em;
}

.oneColFixCtrHdr #header {
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.oneColFixCtrHdr #header h1 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: medium solid #BE1D2C;
	background-color: #FFF;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	height: 25px;
}
.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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
	color: #FCF6E5;
	line-height: 1.2em;
}
a {
	text-decoration: none;
	color: #C4283D;
}
a:hover {
	text-decoration: none;
	color: #F7941D;
}
a:active {
	text-decoration: none;
	color: #F7941D;
}
