body {
	margin: 0px;
	padding: 0px;
}
.wrapper {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.toprow {
	height: 65px;
	background-image: url(../images/top_bg.jpg);
}
.bottomrow {
	height: 88px;
	background-image: url(../images/bottom_bg.jpg);
}
.credit {
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 15px;
	padding-top: 15px;
	text-align: right;
	vertical-align: top;
}
a img {
	border: 0px;
}
.menu {
	list-style-type: none;
	margin-top: 70px;
	padding-left: 10px;
	margin-left: 0px;		
}
.menu li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666699;
	text-decoration: none;
	width: 100%;
}
.menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: orange;
	text-decoration: none;
	width: 100%;
}
.contentArea {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	font-size: 12px;
	color: #999999;
	padding-right: 35px;
	line-height: 16px;
}
.contentArea h2 {
	font-size: 14px;
	font-weight: bold;
}
.contentArea a:link {
	color: #3366cc;
	font-weight: bold;
}
.contentArea a:visited {
	color: #666699;
	font-weight: bold;
}
.contentArea a:hover {
	color: orange;
	font-weight: bold;
}
#activeItem {
	color: orange;
}