@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #f5f2f1;
	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;
}
.oneColFixCtr #container {
	width: 752px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-left:auto;
	margin-right:auto;
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #header {
	width:100%;
	background-color:#000000;
	height: 20px;
	padding: 0px;
	margin: 0px;
	margin-bottom:-15px;
}
.oneColFixCtr #navigation {
	position:relative;
	left:120px;
	top:117px;
	width:520px;
	height:25px;
	z-index:1;
	color:#666666;
}
.oneColFixCtr #navigation a:link{
	color: #971b1e;
	text-decoration:none;
}
.oneColFixCtr #navigation a:hover{
	color: #971b1e;
	text-decoration:underline;
}
.oneColFixCtr #mainContent #leftside {
	float:left;
	width:510px;
	margin-top:10px;
}
.oneColFixCtr #mainContent #rightside {
	float:right;
	width:220px;
	background-color:#FFFFFF;
	border: solid 2px #ddd8d5;
	margin-top:10px;
	padding:3px;
}
.oneColFixCtr #mainContent #fullwidth {
	margin-left:auto;
	margin-right:auto;
	width:730px;
	margin-top:10px;
}
.heading {
	font-weight:bold;
	color: #971b1e;
}
hr {
	margin-top:0px;
	padding-top:0px;
	margin-bottom:5px;
}
h1 {
	font-weight:bold;
	color: #971b1e;
	font-size:16px;
	margin:0px;
	padding:0px;
}