
body {
  color: #cfccc6;
  background: #07558c url("../images/bg.jpg") repeat-x top;
  font-family : helvetica, roman, serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}


a:link {color: #c34411; text-decoration: none; }
a:active {color: #c34411; text-decoration: none; }
a:visited {color: #c34411; text-decoration: none; }
a:hover {color: #c34411; text-decoration: none; }





.logo {
	width: 536px;
	margin: 0 auto 0 auto;
	text-align: center;
}
.container {
	margin: 0 70px 40px 70px;
	padding: 15px;
	background: #f0ece0;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

.content {
	border: 4px solid #c34411;
	color: #000000;
	background: #f0ece0;
	font-size: 15px;
	font-family: helvetica, roman, serif;
	padding: 30px;
}

h1 {
	color: #07558c;
	font-size: 26px;
}

h2 {
	color: #07558c;
	font-size: 18px;
	margin-bottom: -15px;
}

.menu {
	text-align: center;
	margin: 0 70px 0 70px;
  	background: #07558c url("../images/obg.jpg") repeat-x top;
	height: 39px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
}

.menu a {
	color: #f0ece0;
	line-height: 39px;
  	background: #07558c url("../images/obg.jpg") repeat-x top;
	padding: 9px 15px 9px 15px;
	font-weight: bold;
	font-size: 15px;
}

.menu a:hover {
	color: #f0ece0;
	line-height: 39px;
	padding: 9px 15px 10px 15px;
  	background: #07558c url("../images/bbg.jpg") repeat-x top;
	font-weight: bold;
	font-size: 15px;
	height: 39px;
}

.footer {
	text-align: center;
	color: #f0ece0;
	background-color: #000000;
	padding: 15px;
}

.footer a {
	color: #ff7a01;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}


.footer a:hover {
	color: #d2520d;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}

.subfooter {
	text-align: center;
	color: #f0ece0;
	background-color: #000000;
}

.subfooter a {
	color: #ff7a01;
	font-weight: bold;
	padding: 0px;
}


.subfooter a:hover {
	color: #d2520d;
	font-weight: bold;
	padding: 0px;
}
