/* CSS Document */

body {
	margin:0px;
  font-family: Verdana, Arial, "Times New Roman", Times, serif, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: #a9abaa;
	  text-align:center;
	  background-color:#4b5350;
	  /*background-position: 40px top;
	  background-repeat:repeat-x;*/
}

div.outer {
position: absolute;
left: 50%;
top: 50%;
width: 700px;
height: 478px;
margin-left: -350px; /* half of width */
margin-top: -239px; /* half of height */
border-bottom:0px solid #ffffff;
}

div.logo {
	width: 980px;
	height: 110px;
	text-align:left;
}
div.menu {
	width: 980px;
	height: 21px;
	background-color: #7a7975;
	text-align:left;
	font-family:"Times New Roman", Times, serif
}

div.pagecontent {
	width: 980px;
	height: 325px;
	background-color:#FFFFFF;
	text-align:left;
	color:#353b4b;
}

div.newsscroll {
	width: 980px;
	height: 50px;
	text-align:left;
	margin-top:5px;
}
div.footer {
	width: 980px;
	height: 90px;
	text-align:left;
}

a {
  font-family: Verdana, Arial, "Times New Roman", Times, serif, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: #a9abaa;
}
a:link {text-decoration: none; color: #a9abaa;}
a:active {text-decoration: none; color: #a9abaa;}
a:visited {text-decoration: none; color: #a9abaa;}
a:hover {text-decoration: none; color: #a9abaa;}
