body {
	text-align: center;
	background-position: center;
	background-color: #eaeaec;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343345;
}
#main {
	width: 800px;
	text-align: left;
	background-color: #FFF;
	position: relative;
	margin: 0 auto;
}
#hdrLeft {
	width: 307px;
	float:left;
	text-align: left;
}
#hdrRight {
	width: 493px;
	float: right;
}
#content {
	width: 798px;
	border: #343345 solid 1px;
	background-color: #fff;
	float: left;
}
#contentL {
	width: 560px;
	float: left;
	margin: 14px;
}
#contentL a:link, #contentL a:visited {
	font-weight: bold;
	color: #343345;
	font-size: 12px;
	text-decoration: underline;
}
#contentL a:hover, #contentL a:active {
	font-weight: bold;
	color: #38ce0a;
	font-size: 12px;
	text-decoration: none;
}
#contentR {
	width: 208px;
	float: right;
	border-left: #ebebed solid 2px;
	text-align:center;
}
#footer {
	float: left;
	width: 798px;
	padding-top: 15px;
}
#copyright {
	text-align: center;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 11px;
	width: 800px;
	background-color: #eaeaec;
	display: block;
}
#copyright a:link, #copyright a:visited {
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #343345;
}
#copyright a:hover, #copyright a:active {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #343345;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	height: 34px;
	background-image: url(img/dashedUnderline.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.mediumType {
	font-size: 16px;
	font-weight: normal;
}
.pledgeHp {
	margin-top: 15px;
	width: 556px;
	border: solid #343345 2px;
	float: left;
}
.pledgeHpHeading {
	text-align: center;
	width: 556px;
	float: left;
	font-size: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: #ebebed solid 1px;
}
.pledgeHpLeft {
	text-align: left;
	width: 260px;
	float: left;
	font-size: 12px;
	padding: 8px;
	border-right: #ebebed solid 1px;
}
.pledgeHpRight {
	text-align: left;
	width: 260px;
	float: right;
	font-size: 12px;
	padding: 8px;
}
.pledgeBox {
	width: 200px;
	margin-left: 20px;
	background-color: #ebebed;
	border: #343345 1px solid;
	padding: 5px;
	font-style: italic;
	font-weight: bold;
	display: block;
	float: left;
	margin-top: 30px;
}