/*---- Layout ----*/
div
{
	/* this is for netscape 4's sake */
	padding: 0;
	margin: 0;
}

body
{
	padding: 0; 
	margin: 0;
}

#mainbody
{
    padding-top:3px;
	padding-bottom:3px;
	
	margin: 0;
}

#mainbodyright
{
    	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	margin: 0;
}



#contentColumn
{
	width: 936px;

}

#footer
{
	clear: left;
	border-top:solid;
	border-top-color:"#06273A";
	border-top-width:thin;
	width:936px;
	border-bottom:solid;
	border-bottom-color:"#06273A";
	border-bottom-width:thin;

	
	
}

#lowerfooter
{
padding-top:3px;
}


#innerFooter
{
font-size:10px;
vertical-align:bottom;
}


#topbanner
{
	clear: left;
	width:936px;
	border-bottom:solid;
	border-bottom-color:"#06273A";
	border-bottom-width:thin;
}


#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */

	display: block;
	width: 936px;
}


/*---- Visual Elements ----*/
body
{
	color: #000000;
	padding: 20px;
	margin: 0;
	background-color: #F5F5F5;
/*	background-image: url(../images/Seamless%20Marble.jpg);*/
}

.bodyheadline1
{
  color: #009900;
  font-size: 20px;
  
}
.bodyheadline2
{
  color: #009900;
  font-size: 18px;
  font-style: italic;
  
}

.bodyheadline3
{
  color: #009900;
  font-size: 20px;
  font-weight: bold;
}

.bodyheadline4
{
  color: #009900;
  font-size: 18px;
  font-style: italic;
}

.bodyitalicbold
{
  font-style:italic;
  font-size:18px;
}

.bodyitem1
{
  color:#009900;
  font-size: 11px;
  
}

a:link {
  text-decoration: none;
  color: #000099;
  font-size:20px;
  
}
a:visited {
  text-decoration: none;
  color: #000099;
  font-size:20px;
}
a:hover {
  text-decoration: none;
  color: #FFFFFF;
  font-size:20px;
}

a.blueback:link {
background-color:#0473AA;
color:#000099;
text-decoration:none;
font-size:13px;
}
a.blueback:visited {
background-color:#0473AA;
color:#000099;
text-decoration:none;
font-size:13px;
}
a.blueback:hover {
background-color:#0473AA;
color:#FFFFFF;
text-decoration:none;
font-size:13px;
}

#bodytext1a 
{
  color: #000000;
font-size:16px;
padding-left:10px;
text-align:justify;

}

a.bodylinka:link {
  text-decoration: none;
  color: #000099;
  font-size:18px;
  font-weight:bold;
  
}
a.bodylinka:visited {
  text-decoration: none;
  color: #000099;
  font-size:18px;
  font-weight:bold;
}
a.bodylinka:hover {
  text-decoration: none;
  color: #000000;
  font-weight:bold;
  font-size:18px;
}

#bodytext1b
{
  color: #000000;
font-size:16px;
padding-left:10px;
text-align:justify;
}

a.bodytext1b:link {
  text-decoration: none;
  color: #000099;
  font-size:16px;
  font-weight:bold;
  
}
a.bodytext1b:visited {
  text-decoration: none;
  color: #000099;
  font-size:16px;
  font-weight:bold;
}
a.bodytext1b:hover {
  text-decoration: none;
  color: #000000;
  font-weight:bold;
  font-size:16px;
}

.footercopyright
{
	
  font-size: 8px;

}

