/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #3D5A72;
	width: 779px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
#outline {
	width: 779px;
	background-color: #FFFFFF;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
	
#wrapper { 
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	}	
	
#header { 
	width: 775px;
	}

#mainarea {
	position: relative; 
	margin-top: -3px;
	width: 775px;
	background-image: url(images/bac_mainbody.jpg);
	background-repeat: repeat-x;
	background-color: #B4C7D6;
	}
	
#sysmenu {
	position: relative;
	margin-top: 40px;
	margin-bottom: 8px;
	font-size: 13px;
	}
	
#submenu {
	margin-bottom: 15px;
	}
	
#mainfooter {
	z-index: 1;
	text-align: left;
	width: 775px;
	}
	
#leftfooter {
	position: absolute;
	z-index: 5;
	}
	
#rightfooter {
	position: absolute;
	z-index: 5;
	margin-left: 754px;
	}
	
#returnlink {
	margin-left: 20px;
	text-align: left;
	font-size: 16px;
	}
	
#returnlink a {
	color: #000000;
	}