@charset "utf-8";
html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
margin: 0; 
padding: 0; 
border: 0; 
}
body  {
	font: 13px  Arial, Helvetica, sans-serif;
	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;
	background-color: #E6E1C8;
}
p	{
	line-height:130%;
	padding: 10px;
}
#container {
	width: 960px;  
	background-color: #FFF;
	margin: 0 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. */
} 
#header {
	background-color: #E0EDE6;
	padding: 0 10px 0 20px;
	background-image: url(../images/headerlogo.png);
	background-repeat: no-repeat;
	height: 80px;
} 
#header h1 {
	padding: 50px 0 0 55px;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

#mainContent h1, h2, h3, h4, h5, h6	{
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	color: #063;
}
#mainContent h1	{
	font-size:28px;
	margin:5px 0;
}
#mainContent h2	{
	font-size:20px;
}
#mainContent a	{
	color:#063;
}
#mainContent a:hover	{
	color:#063;
	text-decoration:none;
}
#mainContent ul, #mainContent ol	{
	margin:5px 0 5px 40px;
}
#footer {
	padding: 10px;
	background-color:#B1A983;
	background-image: url(../images/marc-logo.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height:35px;
	font-family:Verdana, Geneva, sans-serif;
} 
#footer p {
	padding: 0 90px 10px 90px;
	font-size: 11px;
	line-height:170%;
}
#footer a	{
	color:#000;
	text-decoration:none;
}
#footer a:hover	{
	color:#630;
	text-decoration:none;
}
#footer img	{
	border:0;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#social {
	float:right;
	margin-top:10px;
}

.green	{
	color:#063;
}
.longlist li	{
	padding-bottom:8px;
}
.smaller	{
	font-size:11px;
}
.registered	{
	font-size:13px;
	vertical-align: top;
}
.bordereddiv	{
	border:#999 solid 1px;
	padding:5px;
}
