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

body{
	background:#C1D82E;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}

.container{
	width:980px;
	margin: 0px auto;
	background:url(../images/container-bck.gif)  top no-repeat;
}

.logo{
	float:right;
	width:344px;
}

.menu{
	float:right;
	width:344px;
}

.copy{
	margin:0px 0px 0px 41px;
	height:52px;
	width:576px;
}
.copy2{
	margin:0px 0px 0px 41px;
	background:#015697;
	width:556px;
	padding:10px;
}
.copy3{
	line-height:20px;
	background:#FFF;
	padding:15px;
	color:#333;
}

.copy3 a{
	color:#015697;
	text-decoration:none;
}
.copy3 a:hover{
	color:#015697;
	text-decoration:underline;
}

.footer-text{
	font-size:11px;
	padding:10px;
	color:#FFF;
}

.footer-text a{
	color:#FFF;
	text-decoration:none;
}

.footer-text a:hover{
	color:#FFF;
	text-decoration:underline;
}

.footer-text-right{
	text-align:right;
	float:right;
	width:250px;
}

.footer{
	margin:0px 0px 0px 41px;
	height:52px;
	width:576px;
}

.banner{
	text-align:right;
	float:right;
	width:166px;
}

h1{
	padding: 0px 0px 10px 15px;
	margin:0px;
	color:#FFF;
	font-size:20px;
}
h2{
	padding: 0px 0px 10px 15px;
	margin:0px;
	color:#015697;
	font-size:16px;
}

h3{
	margin:0px;
	padding:10px 0px 0px 0px;
	color:#015697;
	font-size:14px;
	font-weight:bold;
}