
html { min-height: 100%; margin-bottom: 1px; }

body 
	{ 
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding-top: 119px;
	padding-bottom: 119px;
	background:url("./images/background.gif");
	background-repeat: no-repeat; 
	background-position: center top;
	background-color: #c6af90;
	color: #ffffff;
	}


.master {
	min-height: 676px;
	width: 750px;	
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #412600;
	border: 1px solid #412600;

	}

.menu{
vertical-align: top;
margin-left: 25px;
margin-right: 12px;
margin-top: 40px;
margin-bottom: 0px;
background-color: #412600;
font-size: 12pt;
color: #5E5E5E;
}

.menu ul{
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
margin: 0px;
list-style: none;
}

.menu li{
font-family: Arial, Arial, Helvetica, sans-serif;
display: list-item;
padding-top: 0px;
padding-right: 10px;
padding-left: 10px;
padding-bottom:10px;
}



.content {
	padding-left: 12px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 515px;
	border: 0px solid red ;
	background-color: #412600;
	vertical-align: top;
	}

.content h1
{
text-align:left;
color: #ffffff;
font-family: Arial, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 14pt;
padding-top: 15px;
padding-bottom: 5px;
margin-top: 0px;
margin-bottom: 0px;
}

.content h2
{
text-align:left;
color: #ffffff;
font-family: Arial, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12pt;
padding-top: 20px;
padding-bottom: 5px;
margin-top: 0px;
margin-bottom: 0px;
}

.content ul{
margin: 0px;
padding: 0px; 
}

.content li{
list-style: square outside;
padding-bottom: 10px;
margin-left:20px;
margin-right:0px;
}

.content hr{

border-bottom: 1px solid #d3c670;
width: 120px;
}

.imagetable {
margin-top: 10px;
margin-bottom: 20px;
margin-left: 20px;
margin-right: 0px;
float:right;
}

.comment
	{
	font-size: 8pt;
	text-align: right;
	width: 50%;
	padding-left: 280px;
	padding-right: 10px;
	}


.picshadside {width: 14px; background-image: url('./images/picside.jpg'); background-repeat: no-repeat; }
.picshadbot {height: 14px; background-image: url('./images/picbot.jpg'); background-repeat: no-repeat; }
.picshadcorn {width: 14px; background-image: url('./images/piccorn.jpg'); background-repeat: no-repeat; }
.picblanktop {height: 5px; }
.picblankside {width: 14px; }

.picshadside_h {width: 9px; background-image: url('./images/picside_h.jpg'); background-repeat: no-repeat; }
.picshadbot_h {height: 9px; background-image: url('./images/picbot_h.jpg'); background-repeat: no-repeat; }
.picshadcorn_h {width: 9px; background-image: url('./images/piccorn_h.jpg'); background-repeat: no-repeat; }

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

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


.foot{
width: 100%;
margin: 0px;
padding: 0px;
padding-bottom: 10px;
background-color: #a49885;
}

.foot p{
font-family: Arial, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 10pt;
text-align: center;
padding-top: 5px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 5px;
margin: 0px;
}



input
{
border: 1px solid black;
}

textarea
{
border: 1px solid black;
width: 175px;
height: 100px;
}

select
{
color: #4A4A4A;
border: 1px solid #4A4A4A;
}

a:link {	color: #d3c670; text-decoration: none;}
a:visited {	color: #d3c670; text-decoration: none;}
a:hover {	color: #d3c670; text-decoration: underline;}
a:active {	color: #d3c670; text-decoration: none;}

a:link.dark {	color: #0071BC; text-decoration: none;}
a:visited.dark {color: #0071BC; text-decoration: none;}
a:hover.dark {	color: #0071BC; text-decoration: underline;}
a:active.dark {color: #0071BC; text-decoration: none;}