body
{
   margin: 0px;
   font-family: Verdana, Arial, Serif;
   font-size: 12px;
}

td
{
   vertical-align: top;
   /*
	width: 200px;
*/
}

td.fieldname
{
   text-align: right;
   font-size: 10px;
   font-weight: bold;   
}

#header
{
	/*
   padding: 0px;
   margin: 0px;
   width: 800px;
   height: 168px;
   /*background-image: url(images/contact.jpg);*/
   /*background-repeat:no-repeat;*/
   
   width:800px;
   margin:0 auto;
}

#header a
{
	color:White;
	text-decoration:none;
}
#header a.hover
{
	color:White;
	text-decoration:unerline;
}


#bodycol
{
	width: 800px;
	margin: 0 auto;
	border-width: 2px;
	top: 10px;
}
        
#leftcol
{
	border: 1px double #000000;
	width: 150px;
	height:500px;
	float: left;	
}

#leftcol div.text
{
	padding: 6px 6px 1px 6px;
	text-align: justify;
}

#leftcol a
{
   color: #000000;
   text-decoration:none;
}
#leftcol a:hover
{
	color:#519413;
}

#centercol
{  
width:640px;
float:right;
border: 1px double #000000;
height:500px;
}
#centercol div.text
{
	text-align:left;	
}

a
{
	color:#519413;
	text-decoration:none;
}
a:hover
{
	color:#519413;
	text-decoration:underline;
}

#footcol a
{
	text-decoration:none;
}
