@charset "utf-8";
.maincontainer {
	background-color: #0A50A1;
	text-align: left;
}
body {
	background-color: #F7941E;
	text-align: center;
	padding: 30px;
	margin-top: 0px;
	 
scrollbar-base-color: #cccccc; 
scrollbar-face-color: #cccccc; 
scrollbar-track-color: #eeeeee; 
scrollbar-arrow-color: #000000;
scrollbar-highlight-color: #ffffff; 
scrollbar-3dlight-color: #ffffff; 
scrollbar-shadow-color: #ffffff;
scrollbar-darkshadow-color: #ffffff; 
	
}
.header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}
.navigation {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.middle {
	background-image: url(../images/boxback2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.navigation a:link {
	color: #000;
	text-decoration: none;
}
.navigation a:visited {
	color: #000;
	text-decoration: none;
}
.welcome {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 15px;
	color: #000;
	line-height: 16px;
}
.navigation a:hover {
	color: #fff;
	text-decoration: none;
}
.navigation a:active {
	color: #fff;
	text-decoration: none;
}
.vr {
	background-color: #999;
}

