body
{
   position:absolute;top:0;left:0;width:100%;height:100%;margin:0;   
   font:12px Tahoma;color:#000000;

   background:#003300;
   text-align:left;
}
.content_padding {
	padding: 10px;
	text-align:left;
}
A:link     {color:#006633; text-decoration:underline;}
A:visited  {color:#006633; text-decoration:underline;}
A:active   {color:#006633; text-decoration:underline;}
A:hover    {color:#666633; text-decoration:underline;}

.NavMAIN {font-size:8pt;font-family: Tahoma;color: #003300;}
.NavMAIN a{font-size:8pt;font-family: Tahoma;color: #003300;text-decoration:underline;}
.NavMAIN a:visited {color:#003300;text-decoration:underline;}
.NavMAIN a:active {color:#003300;text-decoration:underline;}
.NavMAIN a:hover {color:#ce982b;text-decoration:underline;}

h1,h2,h3,h4 {font-family:Tahoma; color:#ff9900; font-weight: 700; margin: 4px 6px;}

h1     {font-size: 18pt;}
h2     {font-size: 16pt;}
h3     {font-size: 14pt;}
h4     {font-size: 12pt;}
h5     {font-size: 9pt; color:#003300;margin: 4px 0;}

.bg_tile_nav {
	background-image:url(../images/nav_bg_tile.gif);
}
.bg_tile_border_black {
	background-image:url(../images/tile_black.gif);width: 1px;
}
.bg_tile_nav_black {
	background-image:url(../images/tile_black.gif);height: 1px;
}
.bg_tile_nav_white {
	background-image:url(../images/tile_white.gif);
}
.bg_tile_footer {
	background: #eee;height:80px;
}
.box_header_padding {
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.form_content {
	padding: 3px;
	font-family: Tahoma;
	font-size: 11px;
}
.captions {
	font-size: 10px;
	color:#333333;
}
.italics {
	font-style: italic;
}	
#nav_top{
background: url(../images/bgnav.jpg) repeat-x;
font-size:16px;
}

#nav_top ul {
list-style:none;
display: inline;
float:left;
margin:0;
padding:6px;
background-color:#01874a;
width:944px;
}

#nav_top li { 
display: inline;
width: auto;
padding:0;
float:left;
}

#nav_top a { 
color: #ffffff;
text-decoration: none; 
border-right: dotted 2px #ce982b;
padding:0 8px;
}

#nav_top a:hover { 
color: #ce982b;
}

