@charset "utf-8";


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg2.gif);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #C29354;
}

#container {
	width: 920px;
	margin: 0 auto;
	text-align: center;
} 

p{
	font-family: Verdana;
	font-size: 14px;
	font-stretch: ultra-expanded;
	font-weight: bold;
	color: #FFFFFF;
}

.pnom {
	font-family: Verdana;
	font-size: 12px;
	font-stretch: ultra-expanded;
	font-weight: normal;
	color: #FFFFFF;
}


.pHome {
	font-family: Verdana;
	font-size: 16px;
	font-stretch: ultra-expanded;
	font-weight: bold;
	color: #FFFFFF;
}

.pCaption {
	font-family: Verdana;
	font-size: 11px;
	font-stretch: ultra-expanded;
	font-weight: normal;
	font-style: oblique;
	color: #FFFFFF;
}



.pnav {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	font-stretch: ultra-expanded;
	color: #FFFFFF;
}

.bottomNav {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	line-height: 26px;
	font-stretch: ultra-expanded;
	text-decoration: none;
	color: #FFFFFF;
}

.pcopy {
	font-family: Verdana;
	font-size: 9px;
	font-stretch: ultra-expanded;
	font-weight: normal;
	line-height: 26px;
	color: #FFFFFF;
	vertical-align: top;
}


h1 {
	font-family: Verdana;
	font-size: 24px;
	font-weight: lighter;
	font-stretch: ultra-expanded;
	color: #FFFFFF;
}

a {
	font-family: Verdana;
	font-size: 14px;
	font-stretch: ultra-expanded;
	font-weight: bold;
	color: #FFFFFF;
}
#menubox {
	background-color: #333333;
	height: 30px;
	margin: 0px;
	width: 100%;
	text-align: left;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
}
.footer {
	background-color: #333333;
	height: 60px;
	width: 100%;
	bottom: auto;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}

#menu   {
	height: 10px;
	width: 100%;
	text-align: justify;
}
.table1 {
	border: thin solid #CCCCCC;
	width: 80%;
	background-position: center;
	text-align: center;
}



#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; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
