html {overflow-y: scroll;}

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #869bba;
}
*
{
  margin: 0 auto 0 auto;
  text-align:left;
}

img {
  border-style: none;
}

textarea { 
  overflow:hidden;
}

#container
{
  display: block; 
  height:auto;
  position: relative; 
  width: 960px;
}

#header
{
  height:114px;
  width:960px;
  background-image:url(images/hbasm_logo.png);
	background-repeat:no-repeat;
  background-position:left;
}

#header h3
{
  position:absolute;
  text-align:right;
  color:#ffffff;
  right:1px;
  top:36px;
  width:300px;
}

.off
{
color:#000;
}


#menu {
  display:block;
  float:left;
  clear:both;
  width:960px;
  height:26px;
  
  background: #687890;
}

#menu ul {
	list-style: none;
	padding: 0px;
	margin-left:auto;
	width:960px;
}

#menu li {
	list-style: none;
	padding: 0px;	
	display: inline; 
	
}

#menu a {
	float: left;
	height: 27px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #e0e0e0;
	font-weight: bold;
  font-size: 15px;
	padding-top: 4px;
  padding-left:13px;
	padding-right:13px;
	
}

#menu a:hover{
	color:#ffffff;
	text-decoration:underline;
}


#content
{
  display:block;
  float:left;
  width:960px;
  height:auto;
  padding-top:14px;
  padding-bottom:14px;
}

#content p
{
	
}

p {text-align: left;}
p.red { color: #804020; }
p.blue { color: #003370; }

q { 
  quotes: '"' '"';
  font-style: italic;
  color: #003370;
}

a:link {color: #0000ff; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #800080; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }


table {
  border-collapse:collapse;
}

table td, table th {
  padding: 0;
  vertical-align:top;
  text-align:left;
} 

.textbox {
  padding-top:8px;
  padding-bottom:9px;
  padding-left:14px;
  padding-right:14px;
  
  background-color:#e0e0e0;
}

#footer {
  display:block;
  float:left;
  clear:both;

  width:960px;
  height:26px;

  background: #687890;
  color: #cccccc;
}

#footer h4 {
  text-decoration:none;
  text-align:center;
  font-size: 12px;
  padding-top:5px;
}