#header{
	position: absolute;
	left: 0px;
	top: 00px;
	width: 760px;
	z-index: 1;
}

#leftnav{
	position: absolute;
	left: 10px;
	top: 120px;
	width: 185px;
	z-index: 2;
}

#heading{
	position: absolute;
	left: 210px;
	top: 120px;
	width: 545px;
	z-index: 2;
}

#body
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : Black;
}

#content{
	position: absolute;
	left: 0px;
	top: 160px;
	width: 545px;
	z-index: 1;
}

#quicknav{
	position: absolute;
	left: 540px;
	width:auto;
	top: 122px;
	z-index: 2;
}

#footer{
	position: absolute;
	left: 0px;
	top: 440px;
	width: 760px;
	z-index: 2;
}

Document Elements 

body
{
	background-color: #ffffff;
	font-family: Arial,Helvetica,Geneva,sans-serif;
	margin-left: 0px;
	margin-top: 0px;
}

A
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.pagebreak {
	page-break-after:always;
}
	
.nav
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : white;
}
a.nav
{
	color : white;
}
a.nav:visited
{
	color : white;
}
a.nav:hover
{
	color: white;
	text-decoration: underline;
}

.head
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: 18px;
	font-weight : bold;
	color : #014501;
}

.subhead
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: 14px;
	font-weight : bold;
	color : #014501;
}

.application
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : Black;
}

a.application
{ 
	color: Blue; 
}
a.application:visited
{
	color: Blue;
}
a.application:hover
{
	color: Blue;
	text-decoration : underline;
}

.body
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : Black;
}
a.body
{ 
	color: Blue; 
}
a.body:visited
{
	color: Blue;
}
a.body:hover
{
	color: Blue;
	text-decoration : underline;
}

.body1
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	letter-spacing : normal;
	height: 20px;
	color:#000000;
}

.channel
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : Black;
}
a.channel
{ 
	color: Blue; 
}
a.channel:visited
{
	color: Blue;
}
a.channel:hover
{
	color: Blue;
	text-decoration : underline;
}

.footer
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : white;
}
a.footer
{ 
	color: white; 
}
a.footer:visited
{
	color: white;
}
a.footer:hover
{
	color: white;
	text-decoration : underline;
}

.fields {
	border: 1px #666666 groove;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: xx-small; 
	background-position: center;
	font-weight: bold; 
	color: #014501;
}

.buttons {
	border: 1px #666666 groove;
	background-color: #014501;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: xx-small; 
	background-position: center center;
	font-weight: bold;
	color: #FFFFFF;
}

DIV#divMenuBar { background-color:#006837; }
TABLE#tblMenuBar TD { font-size:60%; color:#FFFFFF; padding:0px 5px 0px 5px; cursor:default; }
TABLE#tblMenuBar TD.clsMenuBarItem { font-weight:bold; cursor:default; }

/* These two style rules added for links in MenuBar */
TABLE#tblMenuBar TD.clsMenuBarItem A { text-decoration:none; color:#FFFFFF; font-weight:bold; }
TABLE#tblMenuBar TD.clsMenuBarItem A:hover { color:#E8FD00; }
DIV.clsMenu { 
	font-size:90%; background-color:#006837;
	position:absolute; visibility:hidden; width:130px; 
	padding:5px 5px 5px 8px; border-top:1 white solid; 
}
DIV.clsMenu A { font-size:60%; text-decoration:none; color:#FFFFFF; font-weight:bold; }
DIV.clsMenu A:hover { color:#E8FD00; }

