* {
margin: 0;
padding: 0;

}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg_stripe2.jpg) repeat-x left top;
	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;
}
a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #9D394C;
	text-decoration: underline;
}


#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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 #container #header img {
	margin: 0px;
	padding: 0px;
	float: left;
}

#header {
	padding: 0;
	height: 150px;
	border-bottom: 1px solid #000000;
	margin: 0px;
}
#container #homeimage {
	height: 200px;
}
.oneColFixCtrHdr #container .topBorder {
	padding-bottom: 5px;
}
#header  .MLLogo   {
	margin: 0px;
	padding: 5px;
	float: left;
}
#header  .wrcLogo   {
	margin: 0px;
	padding: 5px;
	float: right;
}


#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 */
}


#topnav {
	background: #ebd8bc;
	font: bold 16px "FootLight MT Light", Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin: 0px;
	padding: 11px 7px 5px 30px;
}

#topnav  ul   {
	list-style: none;
}
#topnav li {
	display: inline;
	padding-right: 30px;
	margin: 0px;
}





/*#leftnav  p   {
	font: bold 20px "Footlight MT Light";
	padding-right: 10px;
	padding-left: 20px;
	margin: 0px;
	letter-spacing: 2px;
	padding-top: 2px;
}*/
#container  #homeImage  {
	float: right;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
	height: 178px;
	width: 505px;
	clear: none;
}
.oneColFixCtrHdr #container img {
	float: right;
}




#rightnav {
	float: right;
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
}
#mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width: 500px;
	margin: 0px 0px 0px 150px;
}
#mainContent a {
	font-size: 12px;
	text-decoration: underline;
}

#mainContent a:hover {
	color: #9D394C;
	text-decoration: underline;
}

#mainContent p {
	padding-bottom: 10px;
	font-size: 12px;
}

#mainContent .date {
	font-size: 10px;
	font-weight: bold;
}
#mainContent  .headline   {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #9d394c;
}
#mainContent .subtitle {
	font-size: 12px;
	font-style: italic;
	color: #9d394c;
	font-weight: normal;
}
#mainContent .line {
	padding-bottom: 10px;
}




#footer {
	background:#ebd8bc;
	font-size: 10px;
	margin: 0px;
	border-top: 1px solid #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	clear: left;
	height: 30px;
	padding: 0px;
}
#footer a {
	color: #9D394C;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-weight: bold;
}
.clearboth{
	clear: both;
}

.fltleft {
	float: left;
}

.fltright {
	float: right;
}

h1 {
	font: bold 24px "Footlight MT Light";
	padding-bottom: 5px;
}

h2 {
	font: bold normal 21px "Footlight MT Light";
	padding-bottom: 5px;
}

h3 {
	font: bold 12px "Footlight MT Light";
}
