/* GENERAL fonts */
html, body, #main {
	height: 100%;
	margin: 0;
    padding: 0;
    border: none;
    background-color: #ffffff;
    text-align: center;
 }

P, OL, UL, DIV, H1, H2, TH {
	font-family: verdana, arial;
	font-size: 11px;
}
H1 { font-size: 15px; }
H2 { font-size: 13px; }
TH {
	font-size: 11px;
	font-weight:bold;
	}
P, H1, H2 {margin: 0px 0px 0px 0px;}

 

TABLE#main {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 950px;
	  
}
	

/* Content column */
TD#content {
	padding: 15px;
	margin: 0 0;
	vertical-align: top;
	height: auto;
	width: 750px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	border-left: solid 1px;
	border-right: solid 1px;
	background-color: white;
}

TD#colCenter {
	padding: 15px;
	margin: 0 0;
	vertical-align: top;
	height: auto;
	width: 500px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	border-left: solid 1px;
	border-right: dotted 1px;
	background-color: white;
}

TD#colBorder {
	padding: 15px;
	margin: 0 0;
	vertical-align: top;
	text-align:center;
	height: 100px;
	width: 750px;
	border-right: solid 1px;
	border-left: solid 1px;
	border-bottom: dotted 1px;
	background-color: white;
}

TD#colRight {
	padding: 15px;
	margin: 0 0;
	vertical-align: top;
	height: auto;
	width: 250px;
	border-right: solid 1px;
	background-color: white;
}

TD#content A {
	color: black;
	font-family: verdana, arial;
	font-size: 11px;
	text-decoration: none;
	font-weight:bold;
}

TD#content A:hover {
	color: black;
	font-family: verdana, arial;
	font-size: 11px;
	text-decoration: underline;
	font-weight:bold;
}

TD#colRight A {
	color: black;
	font-family: verdana, arial;
	font-size: 11px;
	text-decoration: none;
	font-weight:bold;
}

TD#colRight A:hover {
	color: black;
	font-family: verdana, arial;
	font-size: 11px;
	text-decoration: underline;
	font-weight:bold;
}

/* Menu 1 column */
TD#menu_1 {	
	vertical-align: top; 
	background-color: white;
}
TD#menu_1 DIV {
	width: 100%;
}
TD#menu_1 DIV A {
	color: black;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
	text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  border-bottom: 1px dotted #999999;
  font-size: 11px;
  font-weight:bold;
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  border-bottom: 1px solid #999999;
  font-weight:bold;
  font-size: 12px;
  background-color: #70cafe;
}
TD#menu_1 DIV.menu1-level1-act A {
  color:black;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 11px;
  padding-left: 10px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-size: 11px;
  font-weight:bold;
  padding-left: 10px;
}
/*  MENU 1, level 3, normal state (NO) */
TD#menu_1 DIV.menu1-level3-no {
  color: white;
  font-size: 11px;
  padding-left: 20px;
}
/*  MENU 1, level 3, active state (ACT) */
TD#menu_1 DIV.menu1-level3-act {
  color: black;
  font-size: 11px;
  padding-left: 20px;
  text-decoration: underline;
}


/* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background-color: #F8F8EC;

  font-family: verdana, arial;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
TD#path A {
  text-decoration: none;
  color:black;
}
TD#path A:hover {
  text-decoration: underline;
}
#top { background-color: #005b96; text-align: center; position: fixed; top: 0; left: 0; width: 100%; height: 90px; border-bottom: 2px solid black; }
#footer { color: white; background-color: #0093c2; text-align: center; position: fixed; left: 0; bottom: 0; width: 100%; height: 40px; padding-top: 30px; border-top: 2px solid black; }
#temp_t { position: static; width: 100%; height: 90px; }
#temp_f { position: static; width: 100%; height: 50px; }
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */
.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{ clear:right; border-top: 1px solid transparent; }
#news_content {
	position: static;
	width: 500px;
	float: left;
}
/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	margin-bottom:20px;

	}
.news-list-container { background-color:transparent; }

	}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#F9FFE5;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	font-size: 11px;
	font-family: verdana, arial;
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: 1px solid #000000;
	background-color:transparent;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER { color:#fff; font-size: 12px; font-family: verdana, arial; padding-left:2px; }
.news-list-container H3 A { color:#fff; font-size: 12px; font-family: verdana, arial; }
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	float: right;
	color: #000000;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 10px;
	font-weight: normal;
	background-color:transparent;
	}
.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}
.news-list-container IMG {

	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-list-morelink,.news-list-category {
	font-size:9px;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}

.mailformplus_contactform .error {
	color:#dd7777;
}
.mailformplus_contactform LABEL { color: black; font-size: 11px; font-family: verdana, arial, Helvetica; font-weight:bold; line-height: 1em; display:block; float:left; width:100px; }
.mailformplus_contactform .radio_caption { color: black; font-size: 11px; font-family: verdana, arial, Helvetica; display:inline; width:auto; float:none; font-weight:normal; line-height: 1em; padding-left:5px; }
.mailformplus_contactform .caption { color: black; font-size: 11px; font-family: verdana, arial, Helvetica; margin:10px 0 5px; font-weight:bold; line-height: 1em; }
#signup { color: black; font-size: 12px; font-family: verdana, arial, Helvetica; line-height: 1em; position: static; top: 0; left: 0; }
