body {
	background-color: #ffffff;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

img {
	border: 0px;
}

#main {
	width: 770px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	margin: auto;
}

#header {
	width: 770px;
	height: 63px;

}

#middle {
	width: 770px;
	height: 82px;
}

#lower {
	width: 770px;
	height: 97px;
}

#blacknav {
	width: 770px;
	height: 9px;
	background-color: #000000;

}

#nav {
	width: 770px;
	height: 24px;

}

#content {
	width: 770px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: auto;
}

#left {
	width: 410px;
	margin-left: 10px;
	float: left;
	text-align: left;
	padding-top: 20px;
}

#right {
	width: 240px;
	float: right;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 15px;
	text-align:left;

}
#footer_left {
	position: absolute;
	left: 0px;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 6px;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
#footer_right {
position: relative;
top: 0px;
left:600px;
	margin-right: 10px;
	padding-right: 10px;
	margin-top: 6px;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
.clearall {
	clear: both;
}

.introHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
/* links */

a:link {
	font-weight: bold;
	color: #26874B;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #26874B;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	color: #395385;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color: #395385;
	text-decoration: underline;
}

ul li {
	padding: 0px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -25px;
}
.fancy {
	font-size: 18px;
	font-weight: normal;
	color: #AF9538;
	line-height: 22px;
	display: block;
	margin-right: 25px;
	margin-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.large {
	font-size: 14px;
}
.mceContentBody p {
	margin-top: 5px;
	margin-bottom: 10px;
}

.mceContentBody li {
	margin-bottom: 10px;
}
.mceContentBody ul li {
	list-style-position: outside;
	list-style-image: url(images/bullet.jpg);
	margin-left: 35px;
}
.mceContentBody { background-image: none; background-color: White; color: Black; } /*SnippetMaster editor bg color*/