body {
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #9db1e2;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #9db1e2;
	background-image:url('images/outer_background.jpg');
	background-repeat: repeat-x;
	background-color: #3c48cd;
}



a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a:hover{
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

.logo {
	width: 1085px;
	margin-left: 0px;
}


.content {	
	background-image:url('images/inner_background.jpg');
	background-repeat: repeat-x;
	background-color: white;
	border-width: 0px;
	border-style: solid;
	border-color: #9db1e2;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	background-repeat: repeat-x;
	color: white
}

.footers {
	color: black;
	background-color: white;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3c48cd;
	line-height: 70%;

}
.footers a {
	color: black;
	text-decoration: none;
}

.footers a:hover {
	color: black;
	text-decoration: underline;
}