body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0 0 0 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #339933;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #339933;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.header {
	width: 100%;
	height:107;
	background-image: url(../images/header_top_slice.gif);
	text-align: right;
}

.utilNavParent {
	background-color: #EFEFEF;
	white-space: nowrap;
	padding: 5 10 5 10;
	width: 100%;
}

.utilNav {
	font-weight: bold;
	color: #339933;
	text-decoration: none;
}

.utilNavParent :hover{
	text-decoration: underline;
}

.pageTitle {
	background-color: #339933;
	font-size: 30px;
	color: white;
	vertical-align: bottom;
	padding: 0 20 15 20;
	width: 100%;
}

.primaryNavParent {
	vertical-align: top;
	padding: 0 0 0 0;
	background-color: #EFEFEF;
	padding-top: 10px;
	padding-bottom: 10px;
}

.primaryNavTable {
	width: 100%;
	background-color: #EFEFEF;
	padding: 0 0 0 0;
	border-collapse:collapse;
}

.primaryNavTable a {
    font-weight: bold;
	 color: #339933;
	 text-decoration: none;
    width: 100%;
}

.primaryNavTable a:hover {
   text-decoration: underline;
	width: 100%;
}

.primaryNavCell {
	padding: 5 20 5 20;
}

.mainBody {
	padding: 15 20 15 20;
}

.footerLeft {
	background-color: #339933;
}

.footerRight {
	background-color: #F1F3E5;
	color: #339933;
	font-size: 11px;
	text-align: right;
	padding: 2 10 2 10;
}