body {
	background-color: #aaa;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: Arial;
	text-align: center;
}

a {
	text-decoration: none;
	color: #f60;
}

#wrap {
	background-color: #fff;
	color: #000;
	width: 720px;
	margin: 0 auto;
	text-align: left;
}

#copyright {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#active_menu, #active_menu-nav {
	color: #fc0 !important;
}

#topmenu {
	background-color: #333;
	color: #aaa;
	height: 36px;
	font-size: 0.8em;
}

#topmenu div.moduletable {
	padding-top: 10px;
	margin-left: 10px;
}

#topmenu ul, #mainmenu ul {
	margin: 0;
	padding: 0;
}

#topmenu li, #mainmenu li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#mainmenu, #submenu {
	width: 100%;
	height: 46px;
}

#mainmenu {
	background: #333 url(../images/mainnav_bg.jpg) no-repeat;
}

#mainmenu ul {
	float: right;
	margin-top: 20px;
	text-transform: uppercase;
}

#mainmenu a, #topmenu a {
	text-decoration: none;
	color: #aaa;
}

#mainmenu a {
	font-weight: bold;
}

#banner {
	margin: 0;
	padding: 0;
	height: 180px;
	background: #333 url(../images/banners/lookout.jpg) no-repeat;
}

#banner img {
	border: 0;
	margin-top: 80px;
}

#banner a {
	margin-left: 40px;
}

#content {
	margin: 0;
	padding: 40px 80px;
	background: url(../images/page_watermark_bg.jpg) no-repeat center top;
}

.componentheading, .contentheading {
	font-weight: bold;
	color: #333;
}

.componentheading {
	font-size: 1.5em;
}

.contentheading {
	font-size: 1.2em;
}

.contentpaneopen {
	line-height: 1.5em;
}

.readon {
	text-decoration: underline;
}