BODY
{
/*This removes the border around the viewport in old versions of IE*/
	width: 960px;
	background: #DCDADA url(images/leather.jpg);
	max-width: 1300px;
	min-width: 940px;
/*Minimum width of layout - remove line if not required
The min-width property does not work in old versions of Internet Explorer*/
	font-size: 100%;
	margin: 20px auto;
}
A
{
	color: #930009;
	text-decoration: none;
}
A:hover
{
	color: #0A0909;
	text-decoration: none;
}
A:active
{
	color: #000000;
	background: 0;
	text-decoration: none;
}
A:visited
{
	background: 0;
	text-decoration: none;
}
H1
{
	margin: 0px;
	padding: 0;
	font: 2em Geneva, Arial, Helvetica, sans-serif;
}
H2
{
	font: 1.2em Geneva, Arial, Helvetica, sans-serif;
	color: #D3C5C4;
	margin: 0;
	padding-bottom: 5px;
}
H3
{
	font: 0.9em Geneva, Arial, Helvetica, sans-serif;
	color: #D3C5C4;
	padding: 12px;
	text-align: justify;
}
H4
{
	font: 2em Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: 200;
	padding: 0px;
	margin: 5px;
}
H5
{
	font: 1.4em Geneva, Arial, Helvetica, sans-serif;
	color: #383838;
	text-align: left;
}
B
{
	font: 1em Georgia;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
}
P
{
	font: 1.1em cursive;
	color: #000000;
	padding: 0;
	text-align: left;
}
/*General styles -------------------------------------------------------------------------------------
column container ------------------------------------------------------------------*/
.colmask
{
	position: relative;
/*This fixes the IE7 overflow hidden bug*/
	clear: both;
	width: auto;
/*width of whole page*/
	overflow: hidden;
/*This chops off any overhanging divs*/
}
.paper
{
	background-image: url(images/paper.gif);
	overflow: hidden;
	padding: 5px 30px;
	background-repeat: repeat;
}
/*end column container ------------------------------------------------------------------
start floatses ----------------------------------------------------------------------------
panel styles-------------------------------------------------------------------------*/
.t
{
	color: #000000;
	font-family: Georgia;
	font-size: 20.8pt;
	font-weight: bolder;
	text-align: center;
}
.n
{
	color: #000000;
	font-family: sans-serif;
	text-align: left;
	font-size: 11pt;
}
.foot
{
	color: #FFFFFF;
	border-style: outset;
	border-width: 3px;
	border-color: #C6E2FF;
	/*+border-radius:6px;*/
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	background-color: #F4F4F5;
	background-image: url(images/foot.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
.art
{
	font-family: cursive;
	font-size: 17.5pt;
	font-weight: bold;
	text-align: center;
}
.sec
{
	font-family: cursive;
	font-size: 14pt;
	font-weight: bold;
}
.sigs
{
	font-size: 11.4pt;
	font-family: Georgia;
	font-weight: 400;
}
.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: inherit;
	border:#000000;
	border:solid;
	border-width:2px;
	width: 80%;
	height: auto;
	padding: 1em;
	
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

