@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Helvetica, Arial; 
	font-size:11px;

}

A:visited     { color: #7DB58E; text-decoration: underline;  font-weight: normal; }

A:hover       { text-decoration: underline; color: #66D3A5; }

A:link        { color: #7DB58E; font-weight: normal; text-decoration: underline; }


#BodyLayer {	
	background-color:#264337;
	border-style: solid;
	border-color:#03251A;
	border-width:thin;
	margin-left:auto;
	margin-right:auto;
	left: 5px;
	top: 5px;
	width:980px;
	height:580px;
	z-index:1;
}
#Header {
	border-style: solid;
	border-color:#03251A;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:thin;
	float:none;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:80px;
	z-index:2;
}
#Sidebar {
	border-style: solid;
	border-color:#03251A;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:thin;
	border-bottom-width:0px;
	position:relative;
	float:left;
	left:0px;
	top:0px;
	width:200px;
	height:500px;
	z-index:2;
}
#MainContent {
	background-color:#304F3E;
	border-style: solid;
	border-color:#03251A;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:thin;
	position:relative;
	float:right;
	left:0px;
	top:0px;
	width:778px;
	height:450px;
	z-index:2;
	overflow: auto;
}

.mainbodymargin {
margin: 2px;
z-index:3;
}

.preload {
display:none;
}

