/************************************
globals
************************************/
body {
	background-color: #FFFFFF;
	color: #005329; 
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
body, table {
	background-color: #FFFFFF;
	color: #005329; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-align: justify;
}
a {
	color: #005329;
}
a:hover {
	text-decoration: underline;
}
/************************************
table-specific
************************************/
.fillPage {
	margin: 0px;
	height: 100%;
	padding: 0px;
	width: 100%;
}
.fullWidth {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.spacer20 {
	height: 20px;
}
/************************************
printer logo
************************************/
.printerLogo {
	display: none;
}
/************************************
masthead
************************************/
.masthead {
	background-image: url(../images/bgBanner.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: 80px;
	padding: 0px;
}
.masthead img {
	border: 0px;
}
.masthead p {
	margin: 0px;
}
/************************************
left nav
************************************/
.nav {
	background-image:  url(../images/bgNav2.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	width: 184px;
}
.nav img {
	border: 0px;
}
.nav p {
	margin: 0px;
	padding: 0px;
}
/************************************
main content
************************************/
.content {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 39px 26px 26px 26px;
	vertical-align: top;
}
.contentLogoOnly {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.contentLogoOnly img {
}
.content p {
}
.small {
	font-size: 10px; 
	color: #005329; 
	text-transform: capitalize;
}

.anchorShift {
margin-bottom: 20px;
}

/************************************
bottom nav
************************************/
.bottomNav {
	margin-top: 2em;
	text-align: center;
	vertical-align: bottom;
}
.printLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	padding-top: 50px;
}
.printLink a {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	vertical-align: top;
	text-decoration: underline;
}
.printLink img {
	border: 0;
	padding-right: .5em;
	vertical-align: middle;
}
/************************************
printer directives
************************************/
@media print {
	.printerLogo {
		display: inline;
	}
	.content {
		background-color: #FFFFFF;
		margin: 0px;
		padding: 0px;
		vertical-align: top;
		width: 90%;
	}
	.fillPage {
		height: auto;
		width:98%;
	}
	.masthead, .nav, .bottomNav {
		display: none;
	}
}
/************************************
I am not sure if any of this is necessary, so I'm commenting it out, at least temporarily.
************************************/
/*
.bgAETOS {
	background-image: url(../images/bgAETOS.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.copy {  
	font-size: 12px; 
	line-height: normal; 
	color: #005329; 
	height: auto; 
	width: auto
}
.pageBreak {
	page-break-before: always;
	font-size: 12px;
	line-height: 14px;
	color: #005329;
}
.printLink {
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #203E53;
	text-decoration: underline;
}
.w184 {
	width: 184px;
}
*/
