body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99c2eb;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.header {
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 142px;
}
.outer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
}
.outer .navigation {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.outer .navigation ul{
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	background-color: #6787D0;
	float: left;
	width: 958px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
.header h1 {
	display: none;
}
.header p {
	display: none;
}

.outer .navigation ul li {
	display: block;
	padding: 3px;
	float: left;
	margin: 0px;
}
.outer .navigation a {
	text-decoration: none;
	padding: 3px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 10px;
}
.outer .navigation a:hover {
	background-color: #F1F6FC;
	color: #859FDC;
}
.content {
	padding: 5px;
}
