body {
	background: #f7f6fc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	color: #000;
	padding: 0;
}
#container {
	width: 750px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#header {
	margin-top: 0;
	background: #f7f6fc url(../images/header.jpg) no-repeat;
	height: 349px;
	width: 750px;
}
#header h1 {
	display: none;
}
p, h1, h2 {
	font: Arial, Helvetica, sans-serif;
	text-align: left;
}
p, h2 {
	margin: 20px 35px 10px 35px;
	line-height: 20px;
}
p span{
	font-style: italic;
}
h1, h2 {
	font-size: 18px;
}
a {
	text-decoration: none;
	color: #3a7260;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.borderBtm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3a7260;
	padding-bottom: 10px;
}
#issues {
	background: #f7f6fc;
	margin: 30px 35px 10px 35px;
}
#issues img {
	border: 1px solid #3a7260;
	margin: 0 10px 10px 0;
}
#issues p {
	margin: 0 0 15px 0;
	line-height: 20px;
	display: block;
	border-bottom: 1px solid #3a7260;
	padding-bottom: 25px; 
}
#issues td {
	border-bottom: 1px solid #3a7260;
}
#footer {
	border-top: 1px solid #3a7260;
	text-align: center;
	padding-top: 8px;
	margin: 30px 35px 30px 35px;
	background: #f7f6fc;
}
