html {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
}
body {
	background-image: url(../images/background_BG.jpg);
	background-position: center;
	background-color: #000000;
}
#header {
	position:absolute;
	left:0px;
	right: 0px;
	top:0px;
	width:100%;
	height:250px;
	z-index:8;
	background-image: url(../images/parchmentheader_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#footer {
	position:absolute;
	bottom:0px;
	left: 0px;
	right: 0px;
	width:100%;
	height:80px;
	z-index:7;
	background-image: url(../images/parchmentfooter_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#contentMiddle {
	position:absolute;
	bottom: 80px;
	top: 250px;
	left: 0px;
	width:100%;
	z-index: 4;
	background-image:url(../images/parchmentbackground.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
#content {
	position:absolute;
	bottom: 72px;
	top: 242px;
	left: 50%;
	z-index: 5;
	padding: 0px;
	margin-left: -365px;
	margin-top: 0px; 
	margin-bottom: 0px;
	width: 730px;
	overflow-y: auto;
	overflow-x: hidden; 
	z-index:9;
}
a:link, a:visited, h3 a:active {
	/*color: #6699CC;*/
	color: #039;
	font-weight: bold;
	text-decoration: none;	
}
a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
h3 a:link, h3 a:visited, h3 a:active {
	color:#8C714E;
	text-decoration: none;	
}
h3 a:hover {
	color: #FF0000;
	text-decoration: none;
}
.yellow {
	color: #ff5a00;
}
.darkgrey {
	color: #333333;
}
.mediumgrey {
	color: #666666;
}
.lightgrey {
	color: #999999;
}
.small {
	font-size: 10px;
}
.tiny {
	font-size: 1pt;
}
.red {
	color: #CC0000;
}
.blue {
	color: #039;
}
#preLoad {
	display: none;
}
#content p {
	display: block;
	text-indent: 10px;
}

#content li p {
	text-indent: 0px;
}