/*Script that centers your website to the centre of the page*/

.rfelement {
	clip: rect();
	padding-top:0px;
	padding-right:0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
}
.baseLayer{
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	position:relative;

	width;900px;
	text-align:left;
}
layer{'baseLayer',(winW-900)/2,(winH-650)/2,900,650)
}
body {
	background-color: #FFFFCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#ffffff;
	scrollbar-track-color:#FFFFFF;
	scrollbar-face-color:#FFFFCC;
	scrollbar-arrow-color:#009900;
	scrollbar-darkshadow-color:#009900;
	scrollbar-3dlight-color:#FFFFCC;
	font-family:arial;
	color:#336600;
	
}
.grnheadtxt{
font-size:90%;
font-weight:600;
font-family:arial;
color:#003300;
}
.greentxt{
color:#336600;
font-size:75%;
font-weight:500;
font-family:arial;
text-align:justify;
}
.smltxt{
color:#336600;
font-size:65%;
font-weight:500;
font-family:arial;
text-align:center;
}

/*main page images and text*/
#logo {
	position:absolute;
	left:60px;
	top:14px;
	width:300px;
	height:80px;
	z-index: 1;
}

#navig {
	position:absolute;
	left:400px;
	top:24px;
	width:400px;
	height:80px;
	z-index: 1;
}
#luke {
position:absolute;
left:86px;
top:160px;
width:285px;
height:427px;
}

#left {
position:absolute;
left:86px;
top:120px;
width:285px;
height:427px;
}
#right{
	position:absolute;
	left:422px;
	top:126px;
	width:350px;
	height:427px;
	padding: 0.2em .5em;
	background-color:transparent;
	overflow:auto;
	
	z-index: 1;	
	
}
#map{
	position:absolute;
	left:374px;
	top:177px;
	width:381px;
	height:427px;
	padding: 0.2em 0.5em;
	margin: 0;
	background-color:transparent;
	z-index: 1;
	
	
}
#footer{
position:absolute;
left:88px;
top:609px;
width:740px;
height:18px;
}
#counter{
position:absolute;
left:784px;
top:619px;
width:50px;
height:18px;
}
a.mail {
	font-size: 85%;
	color: #009900;
}
a.mail:visited {
	color: #009900;
	text-decoration: none;
}
a.mail:hover {
	color: #00CC00;
	text-decoration: underline;
}
a.mail:active {
	color: #009900;
	text-decoration: none;
}
a.mail:link {
	text-decoration: none;
}
a.pdf:link, a.pdf:visited {
font-size: 100%;
font-weight: 700;
color:#009900;
text-decoration:underline;
line-height:100%;
font-family:arial;
}

a.pdf:hover, a.pdf:active {
font-size: 100%;
font-weight: 700;
color:#009900;
text-decoration:none;
line-height:100%;
}

