/* CSS Document */
@import url(_fonts.css);
body	{ background-color: #E6DED4; margin: 0px; topmargin: 0px; leftmargin: 0px; marginwidth: 0px; marginheight: 0px; }

A:link		{color: #0000FF; text-decoration: none}
A:visited	{color: #0000FF; text-decoration: none}
A:hover		{color: #07431B; text-decoration: none}

A.h:link	{color: #FFFFFF; text-decoration: none; font-size: 8pt}
A.h:visited	{color: #FFFFFF; text-decoration: none; font-size: 8pt}
A.h:hover	{color: #FFFFFF; text-decoration: none; font-size: 8pt}

A.f:link	{color: #FFFFFF; text-decoration: none}
A.f:visited	{color: #FFFFFF; text-decoration: none}
A.f:hover	{color: #FFFFFF; text-decoration: none; background: #4CB7FF}

A.m:link	{color: #0F477F; text-decoration: none}
A.m:visited	{color: #0F477F; text-decoration: none}
A.m:hover	{color: #0F477F; text-decoration: none}

.header		{font-size: 8pt}
.menu		{font-family: "Tw Cen MT", Tahoma, Arial; font-size: 10pt}
.footer		{font-size: 7pt}

.headings	{font-size: 21px; font-variant: small-caps; filter: DropShadow(Color=C9C9C9, OffX=1, OffY=1); font-weight: bold}
.titles		{font-size: 17px; font-variant: small-caps; filter: DropShadow(Color=C5C5C5, OffX=1, OffY=1); font-weight: bold}

UL		{ list-style-type: square; color: #004595; list-style-color: #004595; font-size: 11pt; font-color: #FFFFFF }
LI		{ font-family: Tahoma; font-size: 11pt; list-style-size: 11pt; line-height: 11pt }
img		{ behavior: url("pngbehavior.htc");}


.menutitle{
cursor:pointer;
}

.submenu{
margin-bottom: 0.5em;
}

/* Photo gallery */

#homepagePhotogalleryWrapper {
	height: 300px; 
	width: 720px; 
	position: relative; 
	background-color: #FFFFFF;
	}
	
	#homepagePhotogallery1 {
		height: 297px; width: 357px; 
		background-color:#993300; 
		position: absolute; top: 2px; left: 2px;
		}
		
	#homepagePhotogallery2 {
		height: 297px; width: 357px; 
		background-color:#996600; 
		position: absolute; top: 2px; left: 361px;
		}
		
	#homepagePhotogalleryOverlay {
		height:20px; width: 700px; 
		position:absolute; top:0px; left:0px; 
		line-height: 0px; font-size: 0px;
		}
		
