body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	background-color: #f5ebcb;
	/* background-image: url(images/pmms.jpg);
	background-attachment: fixed; */
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#header { 
	background-image: url(images/shadow.png);
	height: 130px;
	width: 100%;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#content{
	float:none;
	width: 75%;
	text-align: left;
	/* border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc; */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 0px;
}

#BlackBox{
	float:none;
	background:#f5ebcb;
	width: 260px;
	height: 25px;
	text-align: center;
}

a:link {
	color: #034b03;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #5e5e04;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #400000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;

}
ul {
	list-style-type: disc;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #585706;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #585706;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #585706;
}

.paraheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #585706;
}
.small_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.review_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #585706;
}

.review_title_small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #585706;
}

.revHeading {
	height: 25px;
	width: 100%;
	color: #585706;
	font-weight: bold;
	font-size:14px;
	padding-top: 3px;
	text-indent: 28px;
	background-image: url(images/openbook.gif);
	background-repeat: no-repeat;
}

.red_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
}

.blue_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #3548ff;
}

.large_text {
	font-size: 14pt;
	font-weight: bold;
}

.white {
	color: #FFFFFF;
	font-weight: bold;
}

#tophead {
	margin: 0;
	padding: 0px 0px;
	width: 100%;
	text-align: center;
}

