* {
	padding: 0;
	margin: 0;	
}
body {	
	background-image: url('/img/site/background.gif');
	background-repeat: repeat-x;
	background-color: #63a7e9;
	font-size: 10pt;
	color: #444444;
	line-height: 12pt;
	font-family:"Trebuchet MS", arial;
	width: 100%;
}
a { color: #63a7e9; }
a:hover { color: #12487c; }
input { border-width: 1px; border-style: solid; border-color: #CCCCCC; }
textarea { border-width: 1px; border-style: solid; border-color: #CCCCCC; }
div.spacer { clear:both; }

.wrapper { width: 934px; margin: 0px auto; text-align: center; }
.content { padding: 20px; background-color: #FFFFFF; text-align: left; }
.top { margin: 25px 0px 0px 0px; width: 934px; height: 10px; background-image: url('/img/site/top.gif'); }
.bottom { margin: 0px 0px 25px 0px; width: 934px; height: 9px; background-image: url('/img/site/bottom.gif'); }
.content { padding: 20px; background-color: #FFFFFF; text-align: left; }
.main_banner { margin: 0px 0px 25px 0px; width: 895px; height: 188px; background-image: url('/img/site/main.gif'); background-repeat: no-repeat; }
.navigation { width: 155px; height: 29px; background-image: url('/img/site/navigation.gif'); background-position: 0px 0px; cursor: pointer; }
.newsletter { float: right; padding: 3px 10px 0px 0px; }
.newsletter div.title { font-size: 13pt; font-weight: bold; color: #666666; }
.newsletter div.sub { font-size: 7pt; color: #666666; padding: 0px 0px 2px 0px; width: 265px; line-height: 9pt; }
.newsletter input { width: 160px; border-width: 1px; border-color: #DDDDDD; border-style: solid; padding: 3px; font-size: 9pt; margin: 0px 0px 2px 0px; }
.newsletter input[type="submit"] { margin: 1px; width: 56px; height: 16px; background-image: url('/img/site/newsletter_submit.gif'); cursor: pointer; border-width: 0px; }
.page_title { font-size: 17pt; font-family: arial; color: #63a7e9; font-weight: bold; padding: 3px 0px 15px 0px; }
.page_title_news_view { font-size: 12pt; font-family: arial; color: #63a7e9; font-weight: bold; padding: 3px 0px 15px 0px; }
.page_title_meeting_minutes_sub_title { font-size: 12pt; font-family: arial; color: #63a7e9; font-weight: bold; padding: 3px 0px 15px 0px; }

#scrollup {
  position: relative;
  overflow: hidden;
  border: 0px;
  height: 200px;
  width: 225px
}
.headline {
  position: absolute;
  top: 210px;
  left: 5px;
  height: 195px;
  width:190px;
  cursor: pointer;
}
