body {
	font-family: Verdana, Arial, Helvetica, Helv;
	background-color: #fff;
}

.content {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 802px;
	padding: 0px;
	border-top: none;
	background-image: url(images/border_middle.gif);
	background-repeat: repeat-y;
}

.contentHeader {
	width: 802px;
	height: 156px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header_index.jpg);
	background-repeat: no-repeat;
}

.contentFooter {
	width: 802px;
	height: 19px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/border_bottom.gif);
	background-repeat: no-repeat;
}

.contentMiddleColumn {
	float: left;
	width: 600px;
	height: 100%;
	margin: 20px;
}

.contentLeftColumn {
	float: left	;
	width: 140px;
	height: 100%;
	margin: 20px 10px 20px 0px;
	padding: 0px;
}

.contentLeftColumn a {
	display: block;
	text-decoration: none;
	font-family: Impact, Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #00c;
	background-color: #ccc;
	padding: 2px 4px 2px 10px;
	margin: 0px 0px 1px 3px;
	border-right: 3px solid #00c;
}

h1, h2, h3, p {
	margin-top: 0px;
	padding-top: 0px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

p {
	font-size: 10px;
}

img {
	border: none;
}

.certs {
	margin-top: 20px;
	text-align: center;
}

.certs img {
	width: 75px;
	height: auto;
	margin: 5px;
}

.imageRight {
	float: right;
}

.copyright {
	font-size: 9px;
	font-style: italic;
	color: #999;
	text-align: right;
	margin-right: 10px;
}

/**
**
** Stolen from old site to get things up quickly
**
**/
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

tr.bodyContent {
	padding: 5px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td.sectionTitle {
	font: bold small-caps 10px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	text-align: right;
	border-right: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
}

td.sectionBody {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 16px;
}

.fieldLabel {
	font: 11px "small-caps Verdana", Arial, Helvetica, sans-serif;
	color: #777777;
}

.sectionBody h1 {
	font-size: 12px;
	font-weight: bold;
}

.sectionBody li {
	font-size: 11px;
	list-style-position: outside;
	list-style-type: circle;
	display: list-item;
	margin-left: 20px;
}

