body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(/images/left_nav_bg_100.gif);
	background-position:left;
	background-repeat:repeat-y;
}

body.homePage {
	font-family: Arial, Helvetica, sans-serif;
	background: none;
}

a.homePage:link {
	color:#006600;
	text-decoration: underline;
	font-size: 80%;
	}
a.homePage:visited {
	color:#006600;
	text-decoration: underline;
	font-size: 80%;
	}
a.homePage:hover {
	color: #663300;
	text-decoration: underline;
	font-size: 80%;
	}
a.homePage:active {
	color:#663300;
	text-decoration: underline;
	font-size: 80%;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-family: Arial, Helvetica, sans-serif;
}

.smallerText {
	font-size: 80%;
	}

td.SectionHead {
	font-weight: bold;
	}

div#TopBar {
	position:absolute;
	height:75px;
	z-index:1;
	background-color: #335533;
	layer-background-color: #335533;
	border: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

div#SiteLogo {
	position:absolute;
	width: 129px;
	height: 94px;
/*	padding: 0px;
	border: 0px;
	margin: 0px; */
/*	width:184px;
	height:110px; */
	z-index:3;
	left: 0px;
/*	left: 1px;
	top: 1px; */
	top: 0px;
	background-image:url(/images/site_logo_v3.jpg);
	background-position:top left;
	background-repeat: no-repeat;
}

div#PageHeader {
	position:absolute;
	width:761px;
	z-index:4;
	left: 117px;
	top: 80px;
}

div#PageContent {
	position:absolute;
	/* width:711px; */
	width: 761px;
	height:443px;
	z-index:5;
	/* left: 167px; */
	left: 117px;
	top: 154px;
}

div#TitleText {
	position:absolute;
	width:333px;
	z-index:7;
	left: 175px;
	top: 30px;
	text-align: center;
	font-weight: bold;
	color:#FFFFFF;
	font-size: x-large;
}

div.NavLinks {
	position:absolute;
	/* width:125px; */
	width: 100px;
	z-index:6;
	left: 0px;
	/* left: 10px; */
	top: 115px;
	text-align: center;
}

div.NavLinks a:link {
	color:#FFFFFF;
	text-decoration: underline;
	font-size: 80%;
}

div.NavLinks a:hover {
	color:#99FF00;
	text-decoration: underline;
	font-size: 80%;
}

div.NavLinks a:active {
	color:#00FF33;
	text-decoration: underline;
	font-size: 80%;
}

div.NavLinks a:visited {
	color: #99FF99;
	text-decoration: underline;
	font-size: 80%;
}

div#printTag {
	display: none;
}

.noPrint {
	display: inherit;
	}