html {overflow-y: scroll;}

body {
	
	background:url(../pagepics/bg.png);
	background-color:#fff;
	font-family:Verdana;
}

#logo {
	float:left;
	margin-top:4%;
	margin-left:10%
}

#hp_signature {
	font-family:Trebuchet MS;
	font-weight:bold;
	color:#fff;
	font-size:25px;
	margin-top:5%;
}

#hp_signature_subline {
	font-size:12px;
}

#pic_box {
	width:120px;
	height:200px;
	position:absolute;
	top:50%;
	left:95%;
	z-index:3;
}

#pic_box_img {
	width:120px;
}

#search_box_input {
	float:right;
}

#search_box_magnifier {
	height:50px;
}

#search_box_magnifier_img {
	height:24px;
	margin-top:1px;
}

#navi {
	color:#fff;
	font-family:Trebuchet MS;
	text-align:right;
}

#content {
	margin-top:5%;
	position:relative;
  width: 80%;
  margin-left: auto ;
  margin-right: auto ;
  height:570px;
}

#content_headline_img {
	background:url(../pagepics/header_graphic.png);
	background-repeat:no-repeat;
	color:#97B0B0;
	font-size:14px;
	margin:15px;
	height:100px;"
}

#content_headline_th {
	height:110px;
}

#main_txt_header {
	margin:15px;
	width:70%;
	float:left;
}

#main_txt_header_icon {
	float:left;
}

#main_txt_header_icon_img {
	height:22px;
}

#main_txt_header_content {
	color:#19598C;
	font-weight:bold;
	border-bottom:1px dotted black;
}

#main_txt_content {
	font-family:Trebuchet MS;
	font-size:15px;
}

#div_news {
	border-left:1px dotted black;
	padding-left:10px;margin:15px;
	height:367px;
	width:20%;
	float:left;
}

#div_news_img {
	float:left;
	width:24px;
}

#news_img {
	height:22px;
}

#news_header {
	color:#19598C;
	font-weight:bold;
}

#div_social_btn {
	text-align:center;
	width:100%;
}

#social_btn {
	width:45px;
}

#news_content {
	font-size:12px;
	font-family:Trebuchet MS;
}

table {
	width:100%;
	height:100%;"
}

input
{
  -moz-border-radius: 15px;
 	border-radius: 15px;
  border:solid 1px black;
  padding:5px;
  font-family:Verdana;
  color:#aaa;
}

#header {
	top:0;
	left:0;
	height:199px;
	width:100%;
	position:absolute;
}
#header_box {
	position:relative;
	width:100%;
	height:50px;
	margin-bottom:10px;
	text-align:right;
}

#footer {
	 margin-top:5%; 
	 filter: alpha(opacity=30);
   -moz-opacity: 0.3;
   -khtml-opacity: 0.3;
   opacity: 0.3;
   font-size:10px;
   border-bottom:1px solid #aaa;
   border-top:1px solid #aaa;
   background-color:#eee;
   z-index:0;
   position:relative;
   height:20px;
   padding:30px;
   text-align:center;
}

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

a:hover {
	color:#19598C;
}


/* Rounded corners table */

table {
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	border-radius: 5px;
}

th, td { padding: 5px }

th {
        background: #fff;
        border-bottom: 0px solid #aaa;
}

td { border-bottom: 0px; background: #fff; }

th:first-child {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}

th:last-child {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}

tr:last-child td { border-bottom: none}

tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

tr:last-child td:last-child {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* Rounded corners end */

