body {
   background-color: #ffffff;
   font-family:verdana, arial, helvetica, sans-serif;
   font-size:10px;
   line-height: 20px;
   color: #333333;

 }
a:link , a:visited {
	
	text-decoration: none;
	color: #999999;
	
	
    }
a:hover {
    
	color: #333333;
	}
h1 {
    
	font-size: 20px;
	color: #999999;
	
	
	}
h2 {

	font-size: 20px;
	color: #33CC00;
	
  
	}
h3 {
	font-size: 11px;
	color: #000000;
	font-style: italic;
	}
h4 {
    
	font-size: 16px;
	color: #999999;
	font-weight: bold;
	line-height: 14px;
	}
h5 {

	font-size: 16px;
	color: #33CC00;
	font-weight: bold;
	line-height: 14px;
	}
#globalwrap	{
	position: absolute;
	left: 20px;
	right: 20px;
	width: 800px;

	}
#content	{
	margin-top: 25px;
	float: left;
	text-align: left;
	background-image: url(lines.gif);
	
	}
#header		{
	width: 800px;
	height: 58px;
	}
#leftcol {

	margin-top: 25px;
    float: left;
	width: 255px;
	display: inline;
	text-align: right;
	
	}
#rightcol {
	width: 480px;
	float: right;
	display: inline;
	
	}
	
	
#textcol	{
	margin-top: 20px;
	width: 280px;
	float: left;
	margin-bottom: 25px;
	border-bottom: 25px;
	}
	
#imagecol	{
	margin-top: 20px;
	width: 175px;
	float: right;
	text-align: right;
	}
	
#footer {
    width: 800px;
	height: 62px;
	margin-top: 20px;
	
	}
