/*

BASICS

*/

body,td,th {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body {
	background-color: #003f77;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}
a:link {
	color: #003f77;
}
a:visited {
	color: #003f77;
}
a:hover {
	color: #003f77;
}
a:active {
	color: #003f77;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 13px;
}

/*

TOP CONTAINER

*/

#topcontainer {
	background-color: #FFFFFF;
	background-image: url(../img/bg_topcontainer.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#topcontent {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	width: 780px;
	height: 121px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#topnavi {
	width:780px;
	height:41px;
	z-index:3;
	visibility: visible;
}
#topnavi .lefttopnavi {
	float: left;
	width: 580px;
}
#topnavi .righttopnavi {
	float: right;
	width: 200px;
}
#topnavi .lefttopnavi .nitem {
	margin-right: 20px;
	float: left;
}
#topnavi .righttopnavi .nitem {
	margin-left: 20px;
	float: right;
}

/*

MID CONTAINER

*/

#midcontainer {
	background-color: #ffffff;
}
#midcontent {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	padding-top: 15px;
	padding-bottom: 20px;
}
#maincol {
	line-height: 18px;
	color: #333333;
	padding: 20px;
}
#maincol p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
#maincol h1 {
	font-family: georgia, serif;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	padding: 0px;
	line-height: 26px;
}
#maincol h2 {
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
#maincol h3 {
	font-size: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#covercol {
	line-height: 18px;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
}
#covercol p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
#covercol h1 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
#covercol h2 {
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
#covercol h3 {
	font-size: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*

RIGHT COLUMN

*/

#caption {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	text-align: left;
	margin-top: 8px;
}

/*

NAVIGATION

*/

#nav2 {
	color: #575757;
	font-weight: normal;
	overflow: hidden;
	width: 140px;
	font-size: 11px;
	line-height: 14px;
}
#nav2 ul {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav2 ul ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav2 a:link, #nav2 a:visited {
	color: #333333;
	text-decoration: none;
}
#nav2 a:hover, #nav2 a:active {
	color: #003f77;
	text-decoration: none;
}

/*
BLOCK STYLE: root
*/

#nav2 ul.root {
	list-style-type: none;
	margin: 0;
	padding-left: 0px;
	color: #575757;
	border-top: 1px solid #E0E0E0;
}
#nav2 ul.root li  {
	padding: 5px 6px 5px 11px;
	border-bottom: 1px solid #E0E0E0;
}
#nav2 ul.root li.hasChildren  {
	background-image:   url("../img/navibul.gif");
	background-position: 0px 10px;
	background-repeat: no-repeat;
}
#nav2 ul.root li.selected  {
	background-color: #f2f2f2;
}
#nav2 ul.root li.selected a {
	color: #003f77;
}

#nav2 ul.newsroot {
	list-style-type: none;
	margin: 0;
	padding-left: 0px;
	color: #575757;
}
#nav2 ul.newsroot li  {
	padding: 5px 6px 5px 11px;
	border-bottom: 1px solid #E0E0E0;
}

/*
BLOCK STYLE: path
*/

#nav2 ul.path {
	list-style-type: none;
	margin: 0;
	padding-left: 0px;
}
#nav2 ul.path li  {
	font-weight: bold;
	padding: 5px 6px 5px 11px;
	background-image:   url("../img/navibul.gif");
	background-position: 0px 10px;
	background-repeat: no-repeat;
	color: #003f77;
}
#nav2 ul.path li.selected  {
	background-image:   url("../img/navibul_selected.gif");
	background-position: 126px 11px;
	background-repeat: no-repeat;
	background-color: #f2f2f2;
}
#nav2 ul.path li.selected a {
}

/*
BLOCK STYLE: sub
*/

#nav2 ul.sub {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav2 ul.sub li {
	padding: 5px 6px 5px 11px;
}
#nav2 ul.sub li.hasChildren  {
	background-image:   url(../img/navibul.gif);
	background-position: 0px 10px;
	background-repeat: no-repeat;
}
#nav2 ul.sub li.selected {
	background-color: #f2f2f2;
}
#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: #575757;
    border-bottom: 0;
}
#nav2 ul.sub li a:link, #nav2 ul.sub li a:visited, #nav2 ul.sub li a:hover, #nav2 ul.sub li a:active {
	color: #003f77;
}
#nav2 img {
	display: inline;
}

/*

COVER NAVIGATION

*/

#covernav {
	color: #575757;
	font-weight: normal;
	overflow: hidden;
	width: 180px;
	font-size: 11px;
	line-height: 14px;
}
#covernav ul {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#covernav ul ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#covernav a:link, #covernav a:visited {
	color: #333333;
	text-decoration: none;
}
#covernav a:hover, #covernav a:active {
	color: #003f77;
	text-decoration: none;
}

/*
BLOCK STYLE: root
*/

#covernav ul.root {
	list-style-type: none;
	margin: 0;
	padding-left: 0px;
	color: #575757;
	border-top: 1px solid #E0E0E0;
}
#covernav ul.root li  {
	padding: 5px 6px 5px 11px;
	border-bottom: 1px solid #E0E0E0;
	background-image:   url("../img/navibul.gif");
	background-position: 0px 10px;
	background-repeat: no-repeat;
}
#covernav ul.root li.hasChildren  {
	background-image:   url("../img/navibul.gif");
	background-position: 0px 10px;
	background-repeat: no-repeat;
}
#covernav ul.root li.selected  {
	background-color: #f2f2f2;
}
#covernav ul.root li.selected a {
	color: #003f77;
}

#covernav ul.newsroot {
	list-style-type: none;
	margin: 0;
	padding-left: 0px;
	color: #575757;
}
#covernav ul.newsroot li  {
	padding: 5px 6px 5px 11px;
	border-bottom: 1px solid #E0E0E0;
}

/*

SUB CONTAINER

*/


#subcontent {
	background-color: #d8d8d8;
}
#subcontainer {
	background-color: #d8d8d8;
}
#subcontent {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 15px;
}
#subcontent table.newstable td {
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 11px;
}

/*

FOOTER CONTAINER

*/

#footercontainer {
}
#footercontent {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 11px;
	color: #b2b2b2;
}
#footercontent .rightfootercontent {
	float: right;
}
#footercontent .leftfootercontent {
	float: left;
}
#footercontent a {
	color: #b2b2b2;
}
