@charset "utf-8";
body {
	background-image: url(/images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6d6c6b;
}
h1 {
	font-size: 14px;
}
.headerNavigation {
	font-weight: normal;
}
.smallText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6d6c6b;	
}
#navBar {
	height: 30px;
	font-size: 10px;
}
#navArea {
	margin-top: 10px;
	text-align:right;
	width: 760px;
	margin-left: auto;
	margin-right: auto;	
}
#navArea a {
	text-decoration: none;
	color: #6d6c6b;
}
a {
	font-size: 11px;
	color: #6d6c6b;	
}
#navArea a:hover {
	text-decoration: underline;
	color:#d5751f;
}
#topBar {
	height: 120px;
	background-image:url(/images/backgrounddark.gif);
	background-repeat: repeat-y;
	background-position: center top;	
}
#topArea {
	height: 120px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;	
	background-color: #cac7c1;
}
#contentArea {
	width: 760px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 10px;
}
#menuArea {
	width: 230px;
	float: left;
}
#content {
	width: 520px;
	float: right;
}
.menu {
	background-image:url(/images/menubg.jpg);
	padding: 10px;
}		
.menu ul {
	font-weight: bold;
	margin-left: 0px;
	list-style: none;
	padding:0px;
	margin:0px;
	margin-bottom: 10px;
}
.menu ul ul {
	font-weight: normal;	
	list-style: none;
	padding: 5px;
	padding-left:10px;
}	
.infoBoxHeading {
	font-weight: bold;
}
.infoBox {
	padding: 0px;
}