body {
	background-color: #000066;
	color: #FFFFFF;
	background-image: url(resources/bg_squares.jpg);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	scrollbar-3dlight-color: #80A0C8;
	scrollbar-arrow-color: #FFCC00;
	scrollbar-darkshadow-color: #000A13;
	scrollbar-face-color: #00189C;
	scrollbar-highlight-color: #001013;
	scrollbar-shadow-color: #001840;
	scrollbar-track-color: #000066;
}

div#logo {
	left: 15px;
	position: absolute;
	top: 15px;
	z-index: 1;
}

div#main {
	background-image: url(resources/bg.jpg);
	position: absolute;
	top: 0;
	left: 0;
	height: 510px;
   width: 800px;
	z-index: 0;
}

div#menu {
	height: 254px;
	left: 620px;
	position: absolute;
	top: 139px;
	width: 136px;
	z-index: 3;
}

div#text {
	left: 201px;
	position: absolute;
	top: 206px;
	width: 386px;
	z-index: 2;
	height: 240px;

}

img#g {
	float: left;
	margin: 0 5px 0 0;
}

.bodytext {
	background-color: transparent;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 160%;
}
.bodytext a:link {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.bodytext a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.bodytext a:hover {
	color: #000033;
	background: #FFCC00;
	text-decoration: none;
	}
.tabletext {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tabletextbd {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
}
