html, body {
	height:100%;
	width:100%;
	margin:0px; 
	padding:0px;
}
body,td,th {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
}
body {
	background-color: #F0F1F3;
	background-repeat: repeat-x;
	background-image: url(../images/layout/background-page.png);
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF6666;
}


#pagearea {
	width: 100%;
	height: 100%;
	position: relative;
	}
#pagepanel {
	width: 860px;
	text-align: left;
	position: relative;
	height: 100%;
}
#headerpanel {
	position: absolute;
	height: 164px;
	width: 860px;
	left: 0px;
	top: 0px;
	z-index: 10;
}
#headerlogo {
	position: absolute;
	z-index: 15;
	height: 120px;
	top: 20px;
	width: 176px;
	background-image: url(../images/layout/headerpanel-logo.png);
	background-repeat: no-repeat;
	right: 26px;
}
#headerstrap {
	position: absolute;
	z-index: 12;
	top: 0px;
	height: 164px;
	width: 426px;
	background-image: url(../images/layout/headerpanel-strap.png);
	background-repeat: no-repeat;
	left: 20px;
}


#menupanel .panelcorner-tl {
	position: absolute;
	z-index: 16;
	height: 40px;
	width: 202px;
	left: -8px;
	top: 0px;
	background-image: url(../images/layout/menupanel-topcap.png);
	background-repeat: no-repeat;
}
#menupanel .panelcorner-bl {
	position: absolute;
	z-index: 16;
	height: 20px;
	width: 186px;
	bottom: -20px;
	left: 0px;
	background-image: url(../images/layout/menupanel-bottomcap.png);
	background-repeat: no-repeat;
}


#menupanel {
	background-color: #9ea6b0;
	background-repeat: repeat-y;
	z-index: 10;
	width: 186px;
	left: 0px;
	top: 170px;
	text-align: left;
	font-family: "Avant Garde", "Avant Garde BT", Tahoma, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #262e36;
	padding-top: 40px;
	position: absolute;
	background-image: url(../images/layout/background-menupanel.png);
	padding-bottom: 16px;
}
.menugroup {
	padding-left: 16px;
	display: block;
	margin-bottom: 0px;
}
.menugroup a:link, .menugroup a:visited {
	color: #262e36;
	text-decoration: none;
}
.menugroup a:hover {
	color: #000000;
	text-decoration: none;
}
.menugroup a:active {
	color: #000000;
	text-decoration: none;
}
.menuheading {
	font-size: 18px;
	color: #FFFFFF;
	background-image: url(../images/layout/menupanel-heading.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 170px;
	padding-left: 16px;
	padding-top: 16px;
	margin-left: -16px;
	margin-bottom: -8px;
	position: relative;
	margin-top: 0px;
}
.menudivider {
	width: 186px;
	display: block;
	height: 20px;
	background-image: url(../images/layout/menupanel-divider.png);
	background-repeat: no-repeat;
}
#contentpanel {
	z-index: 8;
	width: 590px;
	top: 230px;
	text-align: left;
	padding-bottom: 94px;
	position: absolute;
	right: 26px;
}
.contentheading {
	font-size: 28px;
	color: #6a7483;
	display: block;
	padding-bottom: 4px;
	font-family: "Avant Garde", "Avant Garde BT", Tahoma, Arial, sans-serif;
}
.content-generalblock {
	width: 276px;
	position: relative;
	padding-bottom: 40px;
	padding-left: 40px;
	float: left;
	display: block;
	margin-right: -12px;
}
#footerpanel {
	position: absolute;
	width: 590px;
	bottom: 0px;
	left: 0px;
	font-size: 10px;
	line-height: 18px;
	color: #6A7483;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CED4DD;
	padding-top: 8px;
	padding-bottom: 14px;
}
.sidebarlist {
	list-style: none;
	margin-bottom: 18px;
}

#menupanel h1 {
	display: block;
}

ul {
	padding:0;
	margin:0;
}
#menupanel li {
	display: block;
	background-image: url(../images/layout/menupanel-indicator.gif);
	background-repeat: no-repeat;
	height: 20px;
}

a.featurecategory {font-weight:normal;font-size:120%;line-height:200%;}

img.homepage_hero {border: 1px solid #9ea6b0}

img.thumbnail {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color:#9ea6b0;
}
