

/* CSS Document */

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 90%; 
	font-weight: normal;
	background: none;
	color: #8FBC8F;
	text-decoration: none;
}

a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 90%;
	font-weight: normal;
	background: none;
	color: #FF6103; /* CD3700*/
	text-decoration: none;
}

a:hover, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 90%;
	font-weight: normal;
	background: none;
	color: #CC3300; /*8B2500*/
	text-decoration: underline; 
}

a.nav:link, a.nav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 100%; 
	color: #DCDCDC; /*gray */
	background: none;
	text-decoration: none;
	font-weight: normal;
}

a.nav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 100%; 
	color: #FFFFFF; /*red CC3300*/
	background: none; 
	text-decoration: none; 
	font-weight: normal;
}

a.nav:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 100%; 
	color: #FFFFFF; /*orange FF6633, red CC3300*/
	background: none; 
	text-decoration: none; 
	font-weight: bold;
}

a.publi:link, a.publi:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 120%; 
	color: #BC0000; /*003366 dark blue*/
	background: none;
	font-weight: normal;
	text-decoration: normal; 
}

a.publi:hover, a.publi:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:120%; 
	background: none;
	color: #BC0000; 
	font-weight: normal;
	text-decoration: underline; 
}


a img {border: none; } /*removes a border from any image link*/

body {
  	margin: 0;
 	padding: 0;
	background: #F5F5F5;
 	/*background: #FFFFFF url("img/bg_shade_beigewhite.gif") repeat-x; */
 	color: #333333; 
 	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 90%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	color: #000000; /*2F4F4F*/
	background:  none;
	margin: 10px 0 15px 0;
	padding: 0;
	font-weight: normal;
	text-align: center;
}

h1.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold; 
	color: #DCDCDC;
	background:  none;
	text-align: left;
	width: 100px;
	margin: 0 0 0 20px;
	padding: 20px 0 20px 0;
	/*border: 1px solid green;*/
}

h1.restr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold; 
	color: #FF3333;
	background:  none;
	text-align: left;
	width: 100px;
	margin: 0 0 0 20px;
	padding: 20px 0 20px 0;
	/*border: 1px solid green;*/
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	color: #333333; /*9AC0CD*/
	background:  none;
	margin: 5px;
	padding: 0;
	font-weight: bold;
	text-align: center;
} 
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #333333; /*9AC0CD*/
	background:  none;
	margin: 10px 0 10px 20px;
	padding: 0;
	font-weight: normal;
	text-align: left;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #000000; /*2F4F4F*/
	background:  none;
	margin: 0;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

h4.left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #1C1C1C; /*2F4F4F*/
	background:  none;
	margin: 0;
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background:  none;
	margin: 0 20px 10px 20px;
	padding: 0;
	font-weight: normal;
	text-align: justify;
	/*border: 1px solid blue;*/
}

p.cent	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background:  none;
	margin: 0 20px 10px 20px;
	padding: 0;
	font-weight: normal;
	text-align: center;
	/*border: 1px solid blue;*/
}
p.centbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background:  none;
	margin: 0 20px 10px 20px;
	padding: 0;
	font-weight: bold;
	text-align: center;
	/*border: 1px solid blue;*/
}

p.ind20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background:  none;
	margin: 0 20px 10px 20px;
	padding: 0;
	font-weight: normal; 
	text-indent: 20px; 
	/*border: 1px solid blue;*/
}

p.ind20-bg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background:  #F2F2F2;
	margin: 10px 20px 10px 20px;
	padding: 0;
	font-weight: normal; 
	text-indent: 20px; height: 20px;
	/*border: 1px solid blue;*/
}


li {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333; 
	font-size: 100%;
	background:  none;
	margin: 0; 
	padding: 0 0 2px 0; 
	/*border: 1px solid blue;*/
}

li.submenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #DCDCDC; 
	font-size: 85%;
	list-style-type: disc;
	background:  none;
	margin: 0 0 0 20px; /*menu indent*/
	padding: 1px 0 1px 0; /*padding between li*/
}
li.submenu-brd {
	font-family: Arial, Helvetica, sans-serif;
	color: #DCDCDC; 
	font-size: 85%;
	list-style-type: none; 
	background:  none;
	margin: 0 0 0 10px; /*menu indent*/
	padding: 1px 0 1px 0; /*padding between li*/
	border-bottom: 1px solid #DCDCDC; 
}

ul.subnavlist{
	list-style-type: none; 
	color: #DCDCDC; /*gray*/
	background:  none;
	width: 130px;
	margin: 0 0 0 20px; /*menu indent*/
	padding: 0;
	/*border: 1px solid red;*/
}

li.subnavlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	list-style-type: none; 
	color: #DCDCDC; /*gray*/
	background:  none;
	width: 100%;
	margin: 0; /*menu indent*/
	padding: 2px 0 2px 0; /*padding between li*/
	border-bottom: 1px solid #DCDCDC; 
}

li.subnavlist-nobrd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	list-style-type: none; 
	color: #DCDCDC; /*gray*/
	background:  none;
	width: 100%;
	margin: 0; /*menu indent*/
	padding: 2px 0 2px 0; /*padding between li*/ 
}

ul.content, ol.content{
 	font-family: Arial, Helvetica, sans-serif;
  	font-size: 100%;
	text-align: justify;
	color: #333333;
	background:  none;
	margin: 0;
	padding: 0 0 10px 60px;
	/*border: 1px solid red;*/
} 

li.content	{
	padding: 5px 10px 10px 0;
	/*border: 1px solid red;*/
} 



ol.lowerlatin { 
	list-style-type:lower-latin;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 100%;
	text-align: justify;
	color: #333333;
	background:  none;
	margin: 0;
	padding: 0 0 10px 60px;
	/*border: 1px solid red;*/
}

ol.lower-roman {list-style-type: lower-roman}


ol.nobul { list-style-type: none; 
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 100%;
	text-align: justify;
	color: #333333;
	background:  none;
	margin: 0;
	padding: 0 0 10px 60px;
	/*border: 1px solid red;*/
}


table {
	border: 1px solid #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	background:  none;
}


table.bggrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	background:  #F2F2F2;
	border: 1px solid #E8E8E8;
}


table.bggrey td { margin: 0; padding: 5px 0 0 5px; text-align: left;}

table.bggrey td.boldcent { margin: 0; padding: 5px 0 0 5px; font-weight: bold; text-align: center;}

table.nobrd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background:  none; 
	border: none; 
        line-height: 0.1em;
}

table.publ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	background:  none;
	border: none;
}


table.small {
	width: 60%;
	border: 1px solid #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	background:  none;
}

table.small-nobrd {
	width: 60%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	background:  none; 
	border: none; text-indent: 20px;
}


table.pad td { 	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background:  none;
	margin: 0; 
	padding: 5px; 
	vertical-align: top;
}

td { 	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background:  none;
	margin: 0; 
	padding: 0; 
	vertical-align: top;
}



tr {
	text-align: left;
	color: #333333;
	background: none;
	font-weight: normal;
}

tr.alt{
	text-align: left;
	color: #333333;
	background: #F2F2F2; 
	font-weight: normal;
	line-height: 1.5em;
}

td.alt-brd {
	text-align: left;
	color: #333333;
	background: #F2F2F2; 
	font-weight: normal;
	line-height: 1.5em;
	border-bottom: 1px solid #E8E8E8;
	border-top: 1px solid #E8E8E8;
	margin: 0; 
	padding: 5px 30px 5px 30px;
}


th {
	text-align: center;
	color: white;
	background: #778899;
	font-weight: normal;
	margin: 0;
	padding: 5px;
}


th.bold {
	text-align: center;
	color: white;
	background: #778899;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
}

td.border {
	text-align: left;
	color: #333333;
	background: none; 
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 2px 5px;
	line-height: 1.5em;
	border-bottom: 1px solid #F2F2F2;
}
	
td.bold-italic {
	text-align: left;
	color: #333333;
	background: none; 
	font-weight: bold;
	font-style: italic;
	line-height: 1.2em;
}

td.italic-cent {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333333;
	background: none; 
	font-weight: normal;
	font-style: italic;
	line-height: 1.2em;
}

tr.end {
	text-align: center;
	color: white;
	background: #778899;
	font-weight: normal;
	margin: 0;
	padding: 5px 0; height: 8px;
}

.bg-tbl { 	
	color: #333333;
	background: #F2F2F2; /* EEE9E9 purple*/
	/*border: 1px solid #CDB7B5;  CDB7B5 purple*/
}

.bold { font-weight: bold;}
.boldtop { font-weight: bold; vertical-align: top;}
.boldnomargin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	background:  none;
	margin: 0 20px 0 20px;
	padding: 0;
	text-align: justify;
}

.clearone {clear: both; height: 1px;}
.linkcolour { color: #FF6103; background: none; }

.ind20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background:  none;
	margin: 0 20px 10px 20px;
	padding: 0;
	font-weight: normal; 
	text-indent: 20px; 
	/*border: 1px solid blue;*/
}

.right { text-align: right; }

.title-left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #000000; /*9AC0CD*/
	background:  none;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
	text-align: left;
}


.top { vertical-align: top;}


#breadcrumbs { 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 75%; 
	position: absolute;
	top: 107px;
	padding: 2px 0 3px 0;
	margin: 0;
	width: 100%; 
	height: 15px;
	background: #E0E0E0; /* #E8E8E8 grey, 36648B, NICE 4682B4*/
    	color: #787878;
	border-bottom: 2px solid #CCCCCC;
	text-indent: 20px; 
	z-index: 1;
}

#breadcrumbs a {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 100%; 
	font-weight: normal;
	background: none;
	color: #787878;
	text-decoration: none;
}

#breadcrumbs a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 100%; 
	font-weight: normal;
	background: none;
	color: #000000;
	text-decoration: none;
}

#content {
	margin: 0;
	padding: 10px 20px 10px 20px;
	background: white;
	color: #333333;
	height: 500px; /*min-height does not work in IE!!  HEIGHT IS DEFINED HERE */
	vertical-align: top;
	/*border: 1px solid green;*/
}

/* content no height*/
#content-nh {
	margin: 0;
	padding: 10px 20px 10px 20px;
	background: white;
	color: #333333;
	height: 100%; /* for all long pages */
	vertical-align: top;
	/*border: 1px solid green;*/
}

#displayed { 
	font-weight: bold;
	background: none; 
	color: white;}


#footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999999;
	background: white; 
	width: 725px;
	padding: 0 0 0 20px;
	margin: 0;
	/*border-top: 1px solid #F4F4F4;*/
	/*border:2px solid purple;*/
}

#footerlogo { text-indent: 600px }

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	background: #fff;
	color: #330000;
	padding: 0;
	margin:0;
	/*text-indent: 150px;
	border:2px solid purple;*/
}

#header-title {
	position: absolute;
	left: 400px;
	top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #254c74;
    	font-size: 28px;
}

#header-img {
	position: absolute;
	top: 0;
	right: 0;
	/*border: 1px solid purple;*/
}

#height-l { height: 300px; /*border: 1px solid red;*/}
#height-m { height: 200px; /*border: 1px solid red;*/}
#height-s { height: 100px; /*border: 1px solid red;*/}

#logo {
	position: absolute;
	left: 20px; 
	top: 10px; z-index: 1;
	/*border: 1px solid red;*/
}


#logo-new {
	position: absolute;
	left: 375px;
	top: 8px;
	/*border: 1px solid red;*/
}

#main { /*ok*/
	position: absolute;
	top: 125px;
	left: 0px;
	width: 100%; /*914px*/
	margin: 0;
	padding: 0;
	background: white;
	/*border: 2px solid orange;*/
}

#subnavcontainer { /*ok*/
	background: #778899; /*   C1CDC1, A2B5CD*/
	margin: 0; 
	padding: 0;
	font-size: 90%;
	/*border: 1px solid yellow;*/
	text-align: left;
	vertical-align: top;
}

#wrapper {
	position: relative;
	color: #333333;
	background: none;
	width: 914px;
	height: 650px;
	margin: auto; /*IMPORTANT!! 'auto' displays in the centre! */
	padding: 0; 
	/*border: 1px solid red;*/
}




