body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:23px;
	background: #ffffff;
    background-image: url(/images/background4.jpg);
	background-repeat:no-repeat;
	background-position: center;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #58595b;
}
#wrap {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	}
#header {
	background:#ffffff;
	width:900px;
	padding-top:10px;
	text-align: center;
	}
#buttons {
	background:#ffffff;
	padding-left:0px;
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: center;
	}
#sidebar {
	background:#ffffff;
	float:left;
	width:200px;
	margin-left:20px;
	padding-top:40px;
	display:inline;
	text-align: left;
	}
#sidebar a {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	line-height:14px;
	}
#sidebar ul {
	margin-bottom:0;
    }
#sidebar h3 {
	font-family:Times, serif;
	font-weight:bold;
	font-size:16px;
	line-height:0px;
	padding: 0px;
    }
#sidebar2 {
	background:#0081c0;
	float:right;
	width:140px;
	margin-left:30px;
	margin-top: 20px;
	margin-bottom:20px;
	padding:4px;
	display:inline;
	text-align: center;
	border: 1px solid #000000;
	color: #ffffff;
	}
#sidebar2 h4 {
	font-weight:bold;
	line-height:0px;
	font-size: 16px;
    }
#sidebar2 p {
	line-height:12px;
	font-size: 10px;
    }
#main {
	background:#ffffff;
	width:810px;
	margin-left: 64px;
	text-align: left;
	}
#headerlinks { 
	text-align:right;
	text-decoration: none;
	font-size: 7pt;
	font-weight: bold;
} 
#headerlinks a { 
	text-decoration: none;
	color:#0081c0;
} 
#headerlinks a:hover { 
	color:#0081c0;
}
#headerlinks a:visited { 
	color:#000000;
}
#main h2 {
	padding-top:2px;
	color:#0081c0;
	font-weight:bold;
	font-size:18px;
	}
#main h3 {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	}
#main a:link {
	text-decoration:none;
	font-weight:bold;
	color: #000000;
	}
#main a:visited {
	text-decoration:none;
	color: #000000;
	font-weight:bold;
	}
#main a:hover {
	color: #0081c0;
	font-weight:bold;
	}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
	clear: both;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #a7a9ac;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 4px double #a7a9ac;
	line-height: 18px;
	width: 940px;
	text-align: center;
}

#footer a {
	color: #a7a9ac;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
}