body {
	margin: 15px;
	padding: 0px;
	background-color: #ffffff;
	text-align: center;
}

body, table, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #0099FF;
	text-decoration: underline;
}

h1 {
  clear:both;
	font-size:        11px;
	font-weight:      bold;
	color:            #FFFFFF;
	background-color: #0099FF;
}

h2 {
  margin-top: 20px; 
  clear:both;
	font-size: 11px;
	font-weight: bold;
	color: #0099FF;
}

h3 {
  clear:both;
	font-size: 11px;
	font-weight: bold;
	color: #0099FF;
  margin-bottom: 20px;
}

h4 {
  clear:both;
	font-size: 11px;
	color: #0099FF;
}

.content {
	position: relative;
	visibility: visible;
	width: 520px;
	padding: 10px;
}

#newsticker {
  display:          block;
  width:            750px;
  height:           2em;
  overflow:         hidden;
  position:         relative;
  margin-left:      auto;
  margin-right:     auto;
  border-top:       solid 20px #DFF2FF;
  border-left:      solid 20px #DFF2FF;
  border-right:     solid 20px #DFF2FF;
  background-color: #FFF;
}

#tickerlist {
  display:    block;
  width:      750px;
  height:     2em;
  list-style: none;
  margin:     0;
  padding:    0;
}

#tickerlist li {
  display:    block;
  width:      1000px;
  height:     2em;
  text-align: left;
  font-size:  12px;
  padding:    3px;
  float:      left;
}

.newstickercaption {
  font-size:   11px;
  color:       #0099FF;
  font-weight: bold;  
}

.newstickertext {
  font-size:   11px;
  color:       #000;
}

.newstitle {
	font-size: 11px;
	font-weight: bold;
	background-color: #0099FF;
	color: #FFFFFF;
	padding: 3px;
	margin-bottom: 0px;
}

.newssubtitle {
	font-size: 10px;
	color: #0099FF;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0px;
}

.organisationsubtitle {
	font-size: 11px;
	color: #0099FF;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.organisationlink {
	font-size: 11px;
	font-weight: bolder;
	margin-left: 1em;
	margin-top: 0em;
	margin-bottom: 0.5em;
}

.search_field {
	width: 174px;  
}

#toparea {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	background-color: #0099FF;
}

#navlist {
	padding: 15px 0px 15px 5px;
	margin: 0px;
	font-size: 14px;
	text-align: left;
}

#navlist li {
	list-style: none;
	padding: 3px;
	display: inline;
}

#navlist li a {
	border: 0px;
	color: #FFFFFF;
	text-decoration: none;
}

#navlist li a:hover {
	border-top:    1px solid #cfecff;
	border-bottom: 1px solid #cfecff;
}


#navlist a:link#current, #navlist a:visited#current
{
	border-top:    1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#search {
  padding:   12px 10px 0px 0px;
  margin:    0px;
  color:     #FFFFFF;  
  float:     right;
  font-size: 14px;
}

#mainarea {
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	text-align: left;
}

#contactbox {
	height: 60px;	
	width: 50%;
	background-color: #EBF5FA;
	vertical-align: middle;
	text-align: center;
	font-size: 9px;
	color: #0099FF;
}

#section_title {
	background-color: #0099FF;
	color: #FFFFFF;	
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
}

.content {
	min-height: 300px;	
	height: auto !important;
	height: 300px; /* IE does not support min-height */
}

.TIT1 {
	font-size: 11px;
	font-weight: bold;
	background-color: #0099FF;
	color: #FFFFFF;
	padding: 3px;
	display: block;
}

.TIT2 {
	font-size: 9px;
	color: #0099FF;
}

.TIT3 {
	font-size: 9px;
	color: #000000;
}

.TIT4 {
	font-size: 10px;
	color: #0099FF;
	font-weight: bold;
	text-decoration: none;
}

.TIT5 {
	font-size: 10px;
	color: #0099FF;
	text-decoration: none;
	text-transform: uppercase;
}

.TIT6 {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	text-transform: none;
}

.TIT6:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.TIT7 {
	font-size: 10px;
	color: #0099FF;
}

.TIT8 {
	font-size: 11px;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 3px;
}

.TIT9 {
	font-size: 11px;
	color: #0099FF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

ul {
	list-style-image: url(images/li.gif);
}

.linktxt {
	font-size: 10px;
	color: #0099FF;
	text-decoration: none;
}

.linktxt:hover {
	font-size: 10px;
	color: #0099FF;
	text-decoration: underline;
}

.inputtxt {
	font-size: 10px;
}

.error_message {
  border: 1px solid red;
  background-color : #FFCCCC;
  width: auto;
  padding: 5px;
}

.success_message {
  border: 1px solid green;
  background-color : #CCFFCC;
  width: auto;
  padding: 5px;
}

.error_text {
  font-weight: bold;
  font-size: 8pt;	
}

.memberheader {
  font-size: 11px;
  color: #0099FF;
  font-weight: bold;
  text-decoration: none;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.imageleft {
  float: left;
  margin: 4px;
}

.clearfloat {
  clear: both;
}

