@CHARSET "ISO-8859-1";

/*
COLOR DEF

  DARK BLUE BG: #36465d
  
  BLUE NAV TXT: #243c57
  BEIG NAV TXT: #82755e
  BEIG NAV TXT SUB: #8c8374
  
  BRIGHT BLUE NAV BG: #e1e5e8
  
  BRIGHT BLUE IMP: #8698a5
  
	BRIGHT BEIGE MAR: #f9f7f2
  
  BLUE TXT NORM: #3a5166
  BLUE TXT BOLD: #708695
  BLUE TXT HEAD: #243c57
  
*/

html, body {width:100%; height:100%;}
body{
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	font-size:12px;
	color: #3a5166;
	margin: 0;
	padding: 0;
	background-color: #36465d;
	background-image:url("../img/g_bg_main.gif");
	background-position:top center;
	background-repeat:repeat-x;
}

#docContainer {
	text-align:center;
}

#docMain{
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	overflow:auto;
	width: 1001px;
	background-image:url("../img/g_bg_content.gif");
	background-position:top center;
	background-repeat:repeat-y;
}

#docHeader {
  height: 185px;
  margin: 0;
	padding: 0;
}

#docContent {
  margin: 0;
	padding: 0px 4px 25px 4px;
	overflow:auto;
	float: none;
}

* html #docContent {
  float: left;
}

#docFooter {
	height: 20px;
	padding: 5px 4px 0px 32px;
	overflow:visible;
	font-size: 11px;
	background-color: #36465d;
	background-image:url("../img/g_bg_footer.gif");
	background-position:top center;
	background-repeat:no-repeat;
}

#docContentNav {
  width: 212px;
  float: left;
}

#docContentTxt {
  padding: 28px 28px 0px 28px;
  width: 500px; /*512px;*/
  float: left;
}

#docContentTxtIntranet {
  padding: 28px 28px 0px 28px;
  width: 680px; /*512px;*/
  float: left;
}

#docContentMar {
  padding: 28px 0px 28px 28px;
  width: 184px;
  min-height: 327px;
  float: right;
  background-color: #f9f7f2;
}

#docContentNavMain {
  margin: 0px 0px 10px 0px;
  padding: 28px 0px 28px 28px; 
  width: 184px;
  background-color: #e1e5e8;
}

#docContentNavLogin {
  padding: 28px 0px 0px 28px; 
  height: 130px;
  width: 184px;
  font-size: 11px;
  background-color: #e1e5e8;
}

/* ---------- LINK BEHAVIOUR ---------- */


a:link, a:visited, a:focus, a:active {
	color: #3a5166;
  text-decoration:underline;
}
a:hover {
  color: #82755e;
	text-decoration:underline;
}

#docContentNavMain a:link, #docContentNavMain a:visited, #docContentNavMain a:focus, #docContentNavMain a:active {
	font-weight: bold;
	line-height: 20px;
	color: #3b5366;
  text-decoration:none;  
}
#docContentNavMain a:hover {
  font-weight: bold;
  line-height: 20px;
  color: #8c8374;
	text-decoration:none;
}

#docContentTxt a:link, #docContentTxt a:visited, #docContentTxt a:focus, #docContentTxt a:active {
	font-weight: bold;
  text-decoration:underline;
}
#docContentTxt a:hover {
	text-decoration:underline;
}

#docFooterNav a:link, #docFooterNav a:visited, #docFooterNav a:focus, #docFooterNav a:active {
	color: #8698a5;
	text-decoration:none;
}
#docFooterNav a:hover {
	color: #f9f7f2;
	text-decoration:none;
}

/* ----------- ELEMENTS -------------- */

img {
  border:0;
}

h1 {
  font-family: Times New Roman, Times, serif;
	color:#243c57;
	font-size:14px;
	font-weight:bold;
}
h3 {
  font-family:Arial, Helvetica, sans-serif;
	color:#708695;
	font-size:11px;
	font-weight:bold;
}
strong, b {
	color:#708695;
	font-weight:bold;
}

.docContentNavMainImg {
  width: 156px;
  height: 26px;
}

.csc-bulletlist csc-bulletlist-0 {
	list-style-image:url("../img/g_bullet_liststyle.gif");
}

input {
  clear: both;
	color:#243c57;
	font-weight:bold;
	font-size: 11px;
	background-color:#ffffff;
	border:solid 1px #98a2a7;
}


#docContentNavMain ul {
  margin: 0;
  padding: 0px 0px 10px 22px;
}

#docContentNavMain li {
  list-style-image:url("../img/g_bullet_nav_liststyle.gif");
}



/* ------------- NEWS ------------- */

.bodytext {
	margin:0;
	padding:0;
}

.news-latest-item, .news-list-item {
	margin:0;
	padding:0;
	margin-bottom:5px;
	border-bottom:dotted 1px #e5ded1;
}

.news-latest-item b, .news-list-item b {
  font-family:Arial, Helvetica, sans-serif;
	color:#708695;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}

.news-latest-item a:link, .news-latest-item a:visited, .news-latest-item a:focus, .news-latest-item a:active {
	color:#708695;
	font-weight: normal;
  text-decoration:underline;
}

.news-latest-item a:hover {
	color:#243c57;
	text-decoration:underline;
}

.news-list-item a:link, .news-list-item a:visited, .news-list-item a:focus, .news-list-item a:active {
	color:#708695;
	font-weight: normal;
  text-decoration:underline;
}

.news-list-item a:hover {
	color:#243c57;
	text-decoration:underline;
}

.news-amenu-container ul {
	list-style:none;
	padding-left:0px;
}

.news-latest-morelink, .news-list-morelink {
	padding-bottom:5px;
	padding-top:0px;
}

.news-list-date, .news-latest-date {
	float:right;
	font-size:11px;
	font-weight:normal;
	color:#708695;
}

.news-single-small {
	float:none;
	font-size:11px;
	font-weight:normal;
	color:#708695;
}

.news-single-files img {
  margin-right: 10px;  
}

.news-single-author, .news-single-timedata {
	float:right;
}







