@CHARSET "UTF-8";

body {
	background-color: #113156;
/*	background-color: #D8C873; */
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #252527;
	
	width: 100%;
	}
a:link, a:visited {
	text-decoration: none;
	color: #25578D;
}
#page {
	width: 850px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
/*	border-left: 1px solid #302C2D;
	border-right: 1px solid #302C2D;  */
	background-color: #D8C873;
	}
#topborderholder {
	position: absolute;
	top:0px;
	left:50%;
	overflow: visible;	
	display: block;
	width:10px;
}
#topborder {
	width: 850px;
	height: 434px;
	left: -427px;
	display: block;
	position: absolute;
	border-left: 2px solid #273035;
	border-right: 2px solid #273035; 
	}
#topsky {
	position: absolute;
	display: block;
	width: 100%;
	height: 212px;
	background-color: #0775C5;
}
#topleft {
	position: absolute;
	display: block;
	width: 100%;
	height: 442px;
	top:0;
	left:0;
	background-color: #0775C5;
	background-image: url("top-left.jpg");
}
#maintext {
	padding: 10px 20px 20px 20px;
	}
.gfot {
	text-align: center;
}
.gfot img {
	border: 1px solid #25578D;
}

.litaw {
/*	background-color: #E3D789;  */
}

.litaw li {
	margin-bottom: 3px;
	font-size: 14px;
}


	
	
	
	