body {
	background: #CCCCCC url("images/body.png") repeat-x center top;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #010099;
}
#container {
	position: relative;
	background: #FFFFFF url("images/container.png") repeat-y left top;
	width: 948px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}
#page {
  position: relative;
  background: url("images/title.png") no-repeat left top;
  width: 948px;
  min-height: 556px;
}
#header {
  height: 96px;
}
#logo {
	position: absolute;
	float: left;
}
#nav {
  padding: 15px15px 0 0;
  width: 330px;
  float: right;
  text-align: left;
}
#nav {
	margin: 10px 5px 0 0;
	float: right;
	text-align: left;
}
#cols {

}
#footer {
	position: relative;
	width: 948px;
	height: 60px;
	background-color: #00009C;
	background-image: url(images/footer.png);
}
#copyright {
  float:left;
  padding: 26px 8px 8px 18px;
  width: 400px;
}
#links {
	float:right;
	text-align: right;
	padding: 25px 18px 8px 8px;
	width: 200px;
}
#copyright, #links {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  line-height: 11px;
}
.adspace-top {
  text-align: center;
  padding-top: 5px;
  height: 4px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#lnav {
	width: 330px;
	float: left;
	text-align: left;
	margin: 10px 0px 0px 5px;
}

.content {
	color: #000000
}
