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

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/tile.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.nav {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6E7896;
	border-right-color: #6E7896;
	border-bottom-color: #6E7896;
	border-left-color: #6E7896;
	width: 100%;
}
.nav .innernav {
	width: 1000px;
}
.content {
	background-image: url(../images/bottomgraphic.jpg);
	min-height: 315px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 105px;
	padding-top: 30px;
	width: 1000px;
	padding-bottom: 25px;
}
.content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #798DBF;
	margin-bottom: 27px;
}
.content p {
	font-size: 11px;
	line-height: 18px;
	color: #CCCCCC;
	margin-right: 350px;
	margin-left: 5px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #CCCCCC;
	padding-left: 108px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6E7896;
	padding-top: 10px;
	padding-bottom: 10px;
}

