A.link:hover            {color: #FCE77E; text-decoration: none; background-color:#544A1C; }
A.link:link             {color: #FCE77E; text-decoration: none; background-color:#544A1C; }
A.link:active           {color: #FCE77E; text-decoration: none; background-color:#544A1C; }
A.link:visited          {color: #FCE77E; text-decoration: none; background-color:#544A1C; }

A:hover            {color: #FCE77E; text-decoration: none; background-color:#A89538; }
A:link             {color: #000000; text-decoration: none }
A:active           {color: #000000; text-decoration: none }
A:visited          {color: #000000; text-decoration: none }

li
{
 list-style: circle; 
 list-style-position: inside;
} 

body, td {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	vertical-align: top;
}

th {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
}

h3 {
	font-family: arial, verdana, helvetica;
	font-size: 14px;
	color: #544A1C;
	font-weight: bold;
	text-align:center; 
}


body {
	background: #DBD2A4;
}

hr {
	color: #A89538;
    background-color: #A89538;
    height: 5px;
}

.mainTable {
	border: 0px;
	width: 900px;
}

.mainTop {
	color: white;
	padding-left: 30px;
	background: #FCD200;
}

.navLink {
	display: block;
	width: 180px;
	border: 0px solid red;
	padding-bottom: 0px;
	background: #A89538;
	color: #FCE77E;
	font-weight: bold;
	text-decoration: none;
	height : 24px;
	margin: 0px;
}
.navLinkON {
	display: block;
	width: 180px;
	border: 0px solid red;
	padding-bottom: 0px;
	background: #544A1C;
	color: #FCE77E;
	font-weight: bold;
	text-decoration: none;
	height : 24px;
	margin: 0px;
}

div.menu {
 float: left; 
 text-align: center; 
 width: 180px; 
 margin: 0px; 
 padding: 0px; 
 border: 0px solid green; 
 background: #A89538; 
 line-height: 24px;
 }

div.bar {
 float: left; 
 text-align: center; 
 width: 300px; 
 margin: 0px; 
 padding: 0px; 
 border: 0px solid green; 
 background: #A89538; 
 color: #FCE77E;
 line-height: 24px;
 }

img.logo {
	width: 900px; 
	height: 100px;
    border: 0px solid #ffffff;
	margin: 0px;
	}

img.foto {
	width: 300px; 
    border: 0px solid #ffffff;
	margin: 0px;
	}


td.columnOne {
	background: #FCE77E;
	width: 300px;
	height: 600px;
	padding: 0px;
	text-align: left;
	vertical-align:top;
}
td.columnTwo {
	background: #FCF1BD;
	width: 600px;
	padding: 0px;
	text-align: left;
	vertical-align:top;
}
td.columnTwoSmall {
	background: #FCF1BD;
	width: 300px;
	padding: 0px;
	text-align: left;
	vertical-align:top;
}

div.content 
{
 padding: 8px;
 width: 284px;
 border: 0px solid blue;
}

div.newsItem 
{
 padding: 8px;
 border: 0px solid blue;
}




/* links */
a          {
	}
a:link     {
	}
a:visited  {
	}
a:active   {
	}
a:hover    {
	}


#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(/lightbox/overlay.png); }

* html #overlay{
	background-color: #000;
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/lightbox/overlay.png", sizingMethod="scale");
	}



