@charset "utf-8";
/* CSS Document */


a:link {
	color:#000099;
	text-decoration: none;
}
a:hover {
	color: #002f89;
	text-decoration: none;
}
a:visited {
	color: #000099;
}
a:active {
	color: #FFFFFF;
}

body {
	background-color: #002f89;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
	margin:0;
}
#container {
background-image:url(images/bg.jpg);
background-repeat:no-repeat;
height:900px;
}
#wrap {
	width: 950px;
	margin:0 auto;
	padding-top: 65px;
}
#border {
	width:945px;
	clear:both;
	border-top:thin #FFFFFF solid;
	padding-top: 10px;
	height: 35px;
}
#main{
	background-color:#1A58A3;
	padding: 25px;
	margin-top: 15px;
	color: #FFFFFF;
	height: 100%;
}
#left2 {
	width:260px;
	float:left;
	height: 600px;
	margin-right: 30px;
	padding-right: 15px;
	border-right-style: solid;
	border-right-color: #003399;
	border-right-width: 1px;
	}
#footer {
	padding-top:20px;
	clear: both;
	background-color: #1A58A3;
}
#left {
	width:225px;
	float:left;
	height: 500px;
	margin-right: 15px;
	padding-right: 15px;
	border-right-style: solid;
	border-right-color: #003399;
	border-right-width: 1px;
}
#banners {
	width:100%;
	clear: both;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style1 {color: #FFFFFF}
.style2 {
	font-size: 24px;
}
.style3 {font-size: 9px}
.style4 {color:#003399;
}
