@charset "UTF-8";
/* CSS Document */

body {
	background-color: #f8df8f;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #EDC449;
}
.style3 {
	font-size: 24px;
	font-weight: bold;
	color: #005983;
}
.style5 {color: #FFFFFF;}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #005983;
	font-weight: bold;
	font-size: 20px;
}
.wrapper {
margin:auto;
width:960px;
padding-bottom:25px;
padding-top:15px;
}
.left {
width:400px;
float:left;
vertical-align:top;
}
.right {
width:560px;
float:right;
vertical-align:top;
text-align:left;
}

.title {
font-family:Arial, Helvetica, sans-serif;
color:#005983;
font-size:28px;
line-height:100%;
font-weight:bold;
}

.footerleft {
float:left;
width: 250px;
}
.footercenter {
width: 460px;
float: left;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
}

.footerright {
float:right;
width:250px;
}
.footer {
background-color:#005983;
width:100%;
}
.footercontent {
padding:15px;
width:960px;
margin:auto;
}