* {
margin: 0;
padding: 0;
}
html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	margin: 0px 2px 2px 2px;
	height: 100%;
	color            : #000000;
	padding          : 0px;
	background-color : #FFFFFF;
	font-family      : arial, sans-serif;
	font-size: 76%;
}
a:link, a:visited {
	color: #1B57B1; text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #00c;	text-decoration: underline;
	font-weight: normal;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  text-align: left;
}

div, p, table, td, th {
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	font-size: 1em;
	color: #333333;
}

hr {
  color            : #999999;
  height           : 1px;
  width            : 100%;
}
.mod {
  background       : #FFFFFF;
  width            : .5em;
}

span.pathway {
	display: block;
	padding-left: 8px;
}
div.date {
  font-size        : .8em;
  color            : #333333;
  padding-right    : 10px;
}
table.content{
  width            : 100%;
  padding          : 0px;
  border-collapse  : collapse;
  border-spacing   : 0px;
  margin-bottom    : 10px;
}
table.contentpane {
  width            : 100%;
  padding-left     : 5px;
  padding-right    : 5px;
  border-spacing   : 0px;
  margin-bottom    : 5px;
}
table.contentpaneopen {
  width            : 100%;
  border-spacing   : 0px;
  margin-bottom    : 5px;
}
table.contentpaneopen td {
	padding-left: 1em;
	}
.contentheading {
	padding-left: .8em;
	}
td.contentheading {
	padding-left: 4em;
	}
.pollstableborder{
  border-color     : #999999;
}
.contentheading, .componentheading {
/*  background       : url(../images/header.gif) repeat;
  font-size        : 1em;
  font-weight      : bold;
  line-height      : 1.8em;
  text-transform   : uppercase;
  text-align       : left;
  color            : #0066CC;
  width            : 100%;*/
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 2.4em;
	font-weight: bold;
	vertical-align: bottom;
	color: #1B57B1;
	text-align: center;
	width: 100%;
}
table.blog td.contentheading {
  padding-top: 15px;
}


div.componentheading {
  padding-left: 0px;
}

h3, .componentheading, table.moduletable th {
  margin: 0;
  font-weight: bold;
  font-family: Helvetica ,Arial,sans-serif;
  font-size: 1em;
  border-bottom: 1px solid #ccc;
  color: #333;
  padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

a.mainlevel:hover {
	font-weight: bold;
}

h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;	
}

h2, .contentheading {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	vertical-align: bottom;
	color: #1B57B1;
	text-align: left;
	width: 100%;
}

table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


td.buttonheading {
	
}

td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry1, td.sectiontableentry2{
  padding: 3px;
}

table.contentpaneopen, table.contentpane {
  width: 100%;
}
.main { 
  float            : left; 
  width            : 100%;
  margin           : 0px; 
  padding          : 0px;
}
.contentdescription { 
  width            : auto !important;
  display          : block;
} 
#buttons {
  float            : right;
  margin           : 0px;
  padding          : 0px;
  width            : 50%;
}
ul#mainlevel-nav {
	font-size        : 1.3em;
	line-height: 1.5em;
	list-style       : none;
	padding          : 0;
	margin           : 0;
/*  font-size        : 0.8em;*/
}
ul#mainlevel-nav li {
  display          : block;
  background-image : none;
  padding-left     : 1px;
  padding-right    : 1px;
  float            : right;
  margin           : 0;
  width            : auto !important;
  white-space      : nowrap;
  border-left      : 1px solid #cccccc;
}
ul#mainlevel-nav li a {
  display          : block;
  padding-left     : 16px;
  padding-right    : 15px;
  text-decoration  : none;
  color            : #999999;
  background       : transparent;
}
ul#mainlevel-nav li a:hover {
  color            : #333333;
}
.sublevel {
  padding-left     : 10px;
}

#leftcolumn {
	padding: 0;
	float:left;
  /*background-color : #F1F1F1; */
  width            : 168px;
  height           : 100%;
  margin-right     : 5px;
	/*background-image: url('images/lb.gif');*/
}
.leftrow {
  background-color : #F1F1F1; 
  width            : 168px;
  height           : 100%;
  margin-right     : 5px;
}
.rightrow {
  background-color : #F1F1F1;
  height           : 100%;
  width            : 168px;
  align            : right;
  margin-left      : 5px;
}

table.moduletable {
  width			   : 100%;
  table-layout	   : auto;
  border-top       : 1px solid #FFFFFF;
  border-bottom    : 1px solid #999999;
}
table.moduletable th {
  font-size        : .9em;
  font-weight      : bold;
  text-transform   : uppercase;
  text-align       : left;
  height           : 1.5em;
  line-height      : 1.5em;
  text-indent      : .9em;
  letter-spacing   : .2em;
  color            : #FFF;
  white-space      : nowrap;
  background-image :  url(../images/modul.jpg);  
}
table.moduletable td {
  padding-left     : 0px;
  padding-right    : 0px;
}
#search {
  float            : left;
  margin-top       : 5px;
  border           : 1px solid #cccccc;
  padding          : 0px;
  width´           : 123px !important;
  width            : 125px;
  height           : 16px !important;
  height           : 16px;
  overflow         : hidden;
}
#search .inputbox {
  border           : 0px;
  margin-top       : 0px;
  padding          : 2px 3px 2px 6px !important;
  padding          : 0px 3px 2px 6px;
  font-family      : arial, helvetica, sans-serif;
  font-size        : .9em;
  height           : 1em !important;
  height           : 1em;
  width            : 123px !important;
  width            : 125px;
  color            : #999999;
  background       : #FFFFFF;
}
.back_button {
  color            : #333333;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : .9em;
  background       :  url(../images/bb.gif);
  background-repeat: no-repeat;
  white-space      : normal;
  font-weight      : normal;
  border           : 1px solid #999999;
  padding-bottom   : 4px;
  padding-left     : 20px;
  padding-right    : 2px;
  padding-top      : 1px;
  margin-right     : 4px;
  float            : right;
  font-weight      : normal;
  line-height      : 1em;
  text-decoration  : none; 
}
.button {
  font-size        : .9em;
  color            : #333333;
  border           : 1px solid #999999;
  margin-bottom    : 5px;
  background-color : #EDEDED;
  padding          : 1px;
}
.inputbox {
  border           : 1px solid #999999;
  background	   : transparent url(../images/back.gif);
  background-color : #EDEDED;
  margin-bottom    : 5px;
  color			   : #333333;
}
.mainlevel {
	}
	
a.mainlevel  {
 	font-size: 1em;
	text-indent      : 1em;
 margin           : 0px;
  padding          : 0px;
  background-color : #ECEAD8;
}
a.mainlevel: link {
  padding          : 0px 0px 0px 0px;
  background-color : #E3E3E3;
}
a.mainlevel:link, a.mainlevel:visited {
  display          : block;
  border-top       : 1px solid #ffffff;
  border-bottom    : 1px solid #999999;
  background-color : #EDEDED;
  font-weight      : normal;
  padding          : 2px 0px 2px 0px;
  color            : #333333;
}
a.mainlevel:hover {
  background-color : #E3E3E3;
  font-weight      : normal;
  text-decoration  : none;
}
.contentheadingstatic, .componentheadingstatic {
  background       :  url(../images/header.gif) repeat;
  font-size        : 1.2em;
  font-weight      : bold;
  line-height      : 1.6em;
  text-transform   : uppercase;
  text-align       : center;
  color            : #0066CC;
  width            : 100%;
}
.contentpaneopenstatic {padding-left: 2px;
padding-right: 2px;
	background-color: #DCDCDC;
	background-image: url(../../bg/Cells.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #336699;
  width            : 100%;
}
a.contentpaneopenstatic:link, a.contentpaneopenstatic:visited {
  color            : #0066CC;
  text-decoration  : none;
  font-weight      : normal;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}

h1
{
	color: rgb(255,102,51);
}

h2
{
	color: rgb(204,153,51); 
}

h3
{
	color: rgb(153,153,51); 
}

h4
{
	color: rgb(255,102,51);
}

h5
{
	color: rgb(204,153,51);
}

h6
{
	color: rgb(153,153,51);
}
#marquee {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: bold;
  color: #FF0000;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.8em;
	font-weight: bold;
  color: #FF0000;
}
.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-image: url(../../bg/lgren048.gif);
	color: #666600;
}
a.latestnews:link, a.latestnews:visited {
  text-decoration  : none;
}
ul.latestnews, ul.mostread {
	font-size: 1.1em;
	}
/*.navlink a:hover {
	text-decoration: underline;
 color            : #333333;
}
*/
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
  font-weight: bold;
	background-color: #CCCCCC;
}
a.nav:hoover, a.nav:link {
  text-decoration: underline;
  }
table.nav td {
	padding-left: 1em;
}
table.nav hr {
	padding-left: 0;
  height           : 5px;
	}
table.nav h3 {
	margin-bottom: 5px;
	text-align: center;
	}
table.countdown td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
	color: #FF0099;
	text-align: left;
	white-space: pre;
}
/*a.mainlevel:link, a.mainlevel:visited */
a.countdown:link, a.countdown:visited {
  color            : #0066CC;
  text-decoration  : none;
  font-weight      : normal;
}
a.countdown:hover {
  text-decoration: underline;
  color            : #333333;
  font-weight      : bold;
}
table.mt td{
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
 	line-height: 1.2em;
 color            : #000099;
  font-size        : 1em;
  font-weight      : normal;
  white-space      : nowrap;
 }
a.mt:link, a.mt:visited {
/* 	color: #1B57B1; text-decoration: none;*/
 color            : #FFFFFF;
  text-decoration  : none;
  font-weight      : bold;
}
a.mt:hover {
 /* color            : #FEFEFE;*/
  text-decoration  : underline;
  font-weight      : bold;
}

