@charset "iso-8859-1";
/* CSS Document */

/*centers website to the  page*/
.rfelement {
	clip: rect();
	padding-top:0px;
	padding-right:0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
}
.baseLayer{
	background-repeat: no-repeat;
	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	position:relative;
	width: 800px;
	height: 600px;
	text-align:left;
	background-image: url(../images/Layout.jpg);
}
layer{
	'baseLayer',(winW-800)/2,(winH-600)/2,800,600);
}
body {
	background-color: #666666;
}
html { 
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-track-color:#494949; 
	scrollbar-face-color:#666666; 
	scrollbar-highlight-color:#494949; 
	scrollbar-3dlight-color:#666666; 
	scrollbar-darkshadow-color:#494949; 
	scrollbar-shadow-color:#666666;
} 
.baseLayerAdmin {

	background-repeat: no-repeat;
	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	position:relative;
	width: 800px;
	height: 600px;
	text-align:left;
	background-image: url(../images/Admin-Layout.jpg);
}
#MenuBar {
	position:absolute;
	width:156px;
	height:189px;
	z-index:2;
	left: 16px;
	top: 19px;
}
#Content {
	position:absolute;
	width:499px;
	height:431px;
	z-index:1;
	left: 285px;
	top: 82px;
	overflow: auto;
	visibility: visible;
}
img { behavior: url(/scripts/iepngfix.htc); } 
#HeadImage {

	position:absolute;
	width:498px;
	height:59px;
	z-index:2;
	left: 285px;
	top: 17px;
}
a:link {
	text-decoration:none;
	color: #00CC99;
}

a:visited {
	text-decoration:none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #00CC99;
}
a:active {
	text-decoration:none;
	color: #00CC99;
}	

