
.containerPage { /* entire page */
	width: 700px;
	text-align: center;
	margin: 0 auto; /* center-align page for all browsers exept IE */ 
}
.containerSheet { /* most of the page; the rectangle containing the main contents */
	border: 1px solid #CC9933;
	text-align: center;
}
.containerHeader, .containerTop, .containerNavigation, .containerPageBody, .containerFooter {
	position: relative;
	margin: 0px;
	padding: 0px;
/*	width: 100%;*/
	text-align: center;
}
.containerHeader { /* the area above the sheet */
	margin-top: 10px;
}
.containerTop { /* the area containing the logo and top image */
	background-color: #FFFFFF;
	height: 150px;
}
.containerLeft, .containerRight {
	padding: 0px;
	margin-bottom: 0px;
}
.containerLeft { 
	float: left;
	width: 30%;
}
.containerRight {
	float: right;
	width: 70%;
}

.containerNavigation, .containerCopyright {
	background-color: #798C51;
	color: #FFFFFF;
	border-top: 2px solid #CC9933;
}
.containerNavigation {
	border-bottom: 2px solid #003300;
}
.containerCopyright {
	border-bottom: 2px solid #CC9933;
}
.containerPagebody, .table { 
	background-color: #FFFFFF;
	color: #333333;
	padding: 10px;
}
.containerCopyright {
	color: #003300;
	text-align: right;
	padding-right: 10px;
	border-bottom: 0px;
}

.top, .navigation, .pagebody, .footer {
	text-align: center;
}
.navigation, a.nav {
	font-weight: bold;
	font-size: 12px;
}
.pagebody {
	text-align: left;
}

.bodyBottom {
	text-align: center;
	padding-top: 20px;
}
.footer, .copyright { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;	
}
.footer {
	color: #FFFFFF;
}
.left 	{ text-align: left }
.right 	{ text-align: right }
.center { text-align: center }
.largerFont
	{
	font-size: 14px;
}




body {
	background-color: #003300;
/*	background: url("http://thecirclesend.com/polk/images/background.gif"); */
	text-align: center; /* center-align page for IE */ 
}
body, table
	{
	margin: 0px;
/*	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; */
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
}

img.border {
	border: 2px solid #003300;
}


a:link		{  color: #CC9966  }
a:visited	{  color: #CC9966  }
a:hover		{  color: #996633  }
a:active	{  color: #996633  }

/* 
.footer a:hover	{  color: #FFFFFF  }
.footer a:active{  color: #FFFFFF  }
*/

a.plain { text-decoration: none }

a.nav {	
	color: #D9B35E;	
	font-weight: bold;	
	text-decoration: none;
/*	border-right: 1px solid #CC9933;
	border-left: 1px solid #CC9933;*/
}
a.nav:link, a.nav:visited { 
	color: #445720;
	background-color: #798C51; /* 798C51  8CA064 */
}
a.nav:hover, a.nav:active { 
	color: #003300; /* 445720 003300 */
	background-color: #9BAF71; /* 9BAF71 BBCF90 8CA064; */
}
.activeNav { 
	color: #FFFFFF;
	background-color: #003300;
/*	border-right: 1px solid #CC9933;
	border-left: 1px solid #CC9933;*/
}
a img { border: 0px }

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #003300;
	height: 30px;
	margin: 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #003300;
	margin-bottom: 1px;
	line-height: 20px;
}
h3, .h3 {
	font-size: 13px;
	font-weight: bold;
	color: #003300;
	line-height: 12px;
	margin-bottom: 1px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1px;
}
p {
	margin-bottom: 1px;
	margin-top: 5px;
}


table.border, table.border td {
	border: 1px solid #003300;
	border-collapse: collapse;
}

thead tr td {
	font-weight: bold;
	background-color: #CCCCCC; 
	color: #003300;
}
