/* GENERAL */

body {
	margin-left: 20px;
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
table td {
	vertical-align: top;	
}

/* LINKS */

a:visited, a:link, a:active {
	color: #666666;
}
a:hover {
	color: #4c85a8;
}

/*

LAYOUT

*/

#container {
	position: relative;
	width: 860px;
	padding-top: 55px;
}
#logo {
	position: absolute;
	height: 35px;
	width: 178px;
	left: 652px;
	top: 0px;
	z-index: 3;
}

/*

TOP NAVIGATION

*/

#topnavi {
	position: absolute;
	top: 9px;
	left: 10px;
}
#topnavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topnavi ul li {
	float: left;
	padding-left: 20px;
}
#topnavi ul li a:link, #topnavi ul li a:visited, #topnavi ul li a:active {
	display: block;
	background-position: 0% 0px;
}
#topnavi ul li a:hover {
	background-position: 0% -26px;
}
#topnavi ul li a.selected {
	background-position: 0% 26px;
}

/*

CONTENT ELEMENTS

*/

#graphic {
	width: 860px;
	left: 0px;
	top: 62px;
	z-index: 3;
}
#content {
	text-align: left;
}
#contentcover {
	width: 860px;
}
#contentbody {
	width: 590px;
/*	margin-left: 240px; */
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 14px;
	float: right;
}
#contentbody p {
	font-size: 13px;
	line-height: 20px;
	margin: 0px 0px 18px;
	padding: 0px;
}
#contentbody h1 {
	font-size: 18px;
	line-height: 24px;
	margin: 0px;
	padding: 0px 0px 18px;
	font-weight: normal;
}
#contentbody h2, #contentbody h3, #contentbody h4 {
	font-size: 13px;
	line-height: 24px;
	margin: 0px;
	padding: 0px 0px 6px;
	font-weight: bold;
}
#contentbody ul li {
	font-size: 13px;
	line-height: 20px;
}
#contentbody ol li {
	font-size: 13px;
	line-height: 20px;
}

/*

FOOTER

*/

#footer {
	width: 860px;
	font-size: 10px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 8px;
	float: left;
}
#footer div.leftinfo {
	width: 400px;
	float: left;
	text-align: left;
}
#footer div.rightinfo {
	width: 400px;
	float: right;
	text-align: right;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #4c85a8;
	text-decoration: none;
}

/*

NAVIGATION

*/

#nav2 {
	color: #000000;
	font-weight: normal;
	overflow: hidden;
	width: 180px;
	font-size: 12px;
	padding: 30px;
	float: left;
}
#nav2 .navibrowser {
	padding: 7px 6px 7px 12px;
}
#nav2 .naviend {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eceae7;
}
#nav2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eceae7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eceae7;
}
#nav2 ul ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav2 a:link, #nav2 a:visited {
	color: #000000;
	text-decoration: none;
}
#nav2 a:hover, #nav2 a:active {
	color: #666666;
	text-decoration: none;
}

/* BLOCK STYLE: root */

#nav2 ul.root {
	list-style-type: none;
	margin: 0;
	padding-left: 0px;
	color: #665546;
}
#nav2 ul.root li  {
	font-weight: normal;
	padding: 5px 6px 5px 15px;
	border-top: 1px solid #eceae7;
}
#nav2 ul.root li.hasChildren  {
	background-image:   url("../img/navibul.gif");
	background-position: 6px 10px;
	background-repeat: no-repeat;
}
#nav2 ul.root li.selected  {
	background-color: #ffffff;
	border: 1px solid #4c85a8;
	padding: 5px 6px 4px 14px;
}
#nav2 ul.root li.selected a {
	color: #4c85a8;
}

/* BLOCK STYLE: path */

#nav2 ul.path {
	list-style-type: none;
	margin: 0;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #4c85a8;
	border-right-color: #4c85a8;
	border-left-color: #4c85a8;
}
#nav2 ul.path li  {
	font-weight: normal;
	padding: 5px 6px 5px 15px;
	background-image:   url("../img/navibul_open.gif");
	background-position: 5px 11px;
	background-repeat: no-repeat;
/*	border-top: 1px solid #eceae7; */
}
#nav2 ul.path li.selected  {
	background-image:   url("../img/navibul_open.gif");
	background-position: 5px 11px;
	background-repeat: no-repeat;
	background-color: #e2ebf1;
}
#nav2 ul.path li.selected a {
	color: #4c85a8;
}

/* BLOCK STYLE: sub */

#nav2 ul.sub {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #4c85a8;
	border-bottom: 1px solid #4c85a8;
	border-left: 1px solid #4c85a8;
}
#nav2 ul.sub li {
	padding: 5px 6px 5px 15px;
	background-color: #ffffff;
}
#nav2 ul.sub li.hasChildren  {
	background-image:   url("../img/navibul.gif");
	background-position: 6px 10px;
	background-repeat: no-repeat;
}
#nav2 ul.sub li.selected {
	background-color: #e2ebf1;
}
#nav2 ul.sub li.selected a:link, #nav2 ul.sub li.selected a:active, #nav2 ul.sub li.selected a:visited, #nav2 ul.sub li.selected a:hover {
}
#nav2 ul.sub li.title {
    padding-left: 7px;
    background-image: none;
    color: #666666;
    border-bottom: 0;
}
#nav2 ul.sub li a:link, #nav2 ul.sub li a:visited, #nav2 ul.sub li a:active {
	color: #000000;
}
#nav2 ul.sub li a:hover {
	color: #666666;
}
#nav2 img {
	display: inline;
}