@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #003300;
}

.oneColFixCtr #container {
	width: 1024px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 768px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/background1.jpg);
	background-repeat: no-repeat;
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 0px;
}
.oneColFixCtr #heading {
	position: absolute;
	width: 700px;
	left: 25px;
	top: 15px;
	height: 100px;
}
.oneColFixCtr #langs {
	position: absolute;
	height: 65px;
	width: 110px;
	left: 781px;
	top: 43px;
	font-size: 12px;
	color: #FFFFFF;
}
.oneColFixCtr #container #langs a {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtr #container #langs a:hover {
	color: #FFCC66;
	text-decoration: none;
}




.oneColFixCtr #sidebar {
	height: 350px;
	width: 200px;
	position: absolute;
	left: 855px;
	top: 91px;
	visibility: visible;
	overflow: hidden;
}
.oneColFixCtr #sidebar a {
	background-image: url(images/buton_down_03.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 166px;
	display: block;
	height: 48px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 40px;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
}
.oneColFixCtr   #sidebar   a:hover {
	background-image: url(images/buton_up_03.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 166px;
	display: block;
	height: 48px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 40px;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 10px;
}



.oneColFixCtr #mainContent {
	padding-top: 5;
	padding-right: 0px;
	padding-bottom: 5;
	padding-left: 0px;
	margin: 0px;
	position: absolute;
	top: 181px;
	left: 780px;
	width: 0px;
	background-color: #99FF99;
	height: 600px;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 14px;
}
.oneColFixCtr #mainContent p {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.imgleft {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.imgright {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.oneColFixCtr #GreenJack {
	height: 100px;
	width: 158px;
	position: absolute;
	left: 66px;
	top: 362px;
	color: #FFFFFF;
	z-index: 5;
}
.subheader {
	height: 91px;
	width: 138px;
	position: absolute;
	left: 37px;
	top: 116px;
	visibility: visible;
}
.style6 {
	font-size: 10px;
	color: #FFFFFF;
}
.oneColFixCtr #apDiv1 {
	height: 30px;
	width: 130px;
	position: absolute;
	left: 14px;
	top: 696px;
	visibility: visible;
}
.oneColFixCtr #announce {
	margin: 0px;
	padding: 0px;
	height: 768px;
	width: 1024px;
	z-index: 65535;
	visibility: visible;
	position: absolute;
	font-size: 75%;
}
.oneColFixCtr #close_announce {
	color: #FFFFFF;
	background-color: #FF0000;
}

