body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/background.gif);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
p {
	font: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 11px;
	display: block;
	width: 550px;
}

li {
	font: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 11px;
}

img {
	border:none;
	}

.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	border: solid 1px #DDDDDD;
	min-height: 600px;
	padding-bottom: 10px;
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: url(images/masthead.jpg) no-repeat center; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 109px;
}
.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 */
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	line-height: 14px;
	padding: 15px 15px 0 0;
}
.oneColFixCtrHdr #navigation {
	margin-left: 0px;
	height: 21px;
	width: 800px;
}

a {
	color: #548dc7;
}

a.nav {
	font:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	padding-right: 25px;
	letter-spacing: 1.5px;
}

a.nav:hover {
	color: #000000;
}
.oneColFixCtrHdr #mainContent-home {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 800px;
}
.oneColFixCtrHdr #mainContent {
	padding: 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 800px;
}
.oneColFixCtrHdr #mainContent h1 {
	font: Lucida Grande, Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #548dc7;
}
.oneColFixCtrHdr #sidebar {
	margin-left: 20px;
	width: 180px;
	float: left;
}
.oneColFixCtrHdr #middleContent {
	float: left;
	width: 550px;
	margin: 0 0 0 15px;
}
.oneColFixCtrHdr #mainContent #image_footer {
	display: inline;
}

.oneColFixCtrHdr #footer {
	width: 923px;
	height: 50px;
	background: url(images/background-footer.jpg) no-repeat center;
	margin: 0 auto;
}
.oneColFixCtrHdr #footer_container {
	margin: 0 auto;
	width: 800px;
}
.oneColFixCtrHdr #footer2 {
	font: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 11px;
	height: 15px;
	width: 400px;
	float:right;
	background-color: #FFFFFF;
	border: solid 1px #DDDDDD;
	padding-right: 1px;
}

.oneColFixCtrHdr #footer2 p {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0;
	color: #666666;
}

#clear {
	clear: both;
}