p.header
{	
   
	color: #000000;
	font-family: Tahoma, Veranda, "Times New Roman";
	font-size: 17px;
	font-weight: bold;
	
	
}

p
{	
   
	color: #FDF5E6;
	font-family: Tahoma, Veranda, "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	
	
}

ul
{
	list-style: url(images/bullet.gif) square;
	color: #FDF5E6;
	font-family: Tahoma, Veranda, "Times New Roman";
	font-size: 12px;
	font-weight: bold;
}
div.pagecontent
{

width:780px;
height:100%;
margin-top: 0px; 
border:solid;
border-width:0px;
}

div.leftcolumn

{
   float:left;
	width:370px;
	height:100%;
	margin-top: 5px;
	margin-left:5px; 
	margin-right:10px;
	border-width:0px;
}

div.rightcolumn

{
   float:right;
	width:370px;
	height:100%;
	margin-top: 5px; 
	margin-left: 10px; 
	
	border-width:0px;
}

div.bothcolumns
{
	float:left;
	width:740px;
	border-width:0px;
	margin-left: 10px;
	margin-right: 10px; 

	
}





a:link{text-decoration:underline; color:white;}
a:visited{text-decoration:underline; color:white;}
a:active{text-decoration:underline; color:white;}
a:hover{text-decoration: underline; color:black;}