ul.menu li a
{
	text-decoration: none;
	background-color: lightgrey;
	padding: 0px 8px 5px 8px;
	vertical-align: bottom;
	color: black;
}

ul.menu li a:hover
{
	color: red;
}

ul.menu li a.thispage
{
	background-color:white;
	color: black;
}



ul.menu li 
{
	display: inline;
	float: left;
	height: 20px;
	margin: 8px 5px 0px 5px;
	border-top: solid 1px;
	border-right: solid 1px;
	border-left: solid 1px;
	vertical-align: bottom;

}

ul.menu
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	
}

div.item {
	background-color:#badbe9; 
	border: solid 2px grey; 
	padding: 0; 
	font-size: 0.8em;
	color: black;
	margin: 10px 0px;
}

div.item:hover
{
	background-color:#c8ecfb;
	border-color: black;
}

div.item h2
{
	font-size: 1em;
	background-color: #52708b;
	color:white;
	padding: 4px;
	margin: 0px;
	font-weight: normal;
}


div.column
{
	float: left; 
	width: 30%; 
	color: dimgrey; 
	margin: 10px;
}

div.icolumn
{
	float: left; 
	width: 45%; 
	color: dimgrey; 
	margin: 10px;
}

div.dcolumn
{
	float: left; 
	width: 65%; 
	color: dimgrey; 
	margin: 10px;
}

div.column h2 {
	background-color: #7ebaf3;
	color: white;
	padding: 3px;
	font-size: 1em;
}

div.column h2.today {
	background-color: #ff0000;
	color: white;
	padding: 3px;
	font-size: 1em;
}

div.dcolumn h2 {
	background-color: #7ebaf3;
	color: white;
	padding: 3px;
	font-size: 1em;
	width: 90%;
}

div.small {
	font-size: 0.8em;
	line-height: 170%;
}



table.memberform td
{
	vertical-align: top;
	padding: 5px;
}

table.memberform
{
	border-collapse: collapse;
}

a.button 
{
	background-color: lightgrey;
	text-decoration: none;
	color: black;
	padding: 2px;
}

a.button:hover
{
	background-color: grey;
}

tbody.ffo 
{
	border-top: 2px solid black;
	border-bottom: solid;
	background-color: ivory;
	font-size: 0.9em;
}

div.snippet
{
	border: 1px solid black;
	padding: 0px;
	margin: 1em 4px;
}

div.snippet h2
{
	font-size: 1em;
	background-color: #52708b;
	color:white;
	padding: 4px;
	margin: 0px;
	font-weight: normal;
	width: inherit;
}

div.snippet table
{
	padding: 1px 4px;
	font-size: 0.8em;
}

div.bannerad
{
	float: left;
	border: 1px solid black;
	padding: 0px;
	width: 90%;
	margin-left: 1em; 
}

p.tight
{
	margin-top: 5px;
	margin-bottom: 1px;
}

div.snippet p
{
	padding: 1px 4px;
	font-size: 0.8em;
	margin-top: 5px;
	margin-bottom: 1px;
}

div.snippet ul
{
	font-size: 0.8em;
	margin-top: 5px;
	margin-bottom: 1px;
	padding-left: 20px;
}


div.button 
{
	background-color:#badbe9; 
	width:200px; 
	border: solid 2px grey;
}

div.buttonholder:hover div.button
{
	background-color:#c8ecfb;
	border-color: black;
}

p.buttoncaption {
	margin-top:2px;
	font-size: 0.8em;
	text-align: center;
}

div.buttonholder:hover p.buttoncaption
{
	color: black;
}

div.baseline
{
	height: 150px; 
	background-image: url(images/foot.png);
	font-family: Verdana;
	font-size: 0.8em;
	position: relative;
}

div.baseline p 
{
	 margin: 0;
}

a.nav
{
	position: relative;
	text-decoration: none;
	font-size: 0.5em;
	border: solid 1px;
	color: black;
	padding: 2px;
}

a.nav .pop
{
   display: block;
   width: 5cm;
   position: absolute;
   top: 0; left: 1em;
   background-color: white;
   border: solid 1px;
   text-decoration: none;
   visibility: hidden;
   font-size: 2em;
   line-height: 150%;
   padding: 5px;
}

a.nav:hover .pop
{
	visibility: visible;
	text-decoration:none;

}

ul.xl
{
	padding: 0;
	list-style-type: none;
}

p.visit
{
	background-color: grey; 
	padding: 5px; 
	margin:5px 0px 0px 0px;  
	text-align: center; 
	color: white;
}

div.item:hover p.visit
{
	background-color: lightgrey; 
	color: black;
}

p.visit a
{
	text-decoration: none;
	color: inherit;
}

div.news h2 p
{
	font-size: 0.7em; margin-bottom: 3px;
}

div.news p
{
	font-size: 0.8em;
}

div.news ul
{
	font-size: 0.8em;
}



