#header {
  	top:0;
  	left:0;
  	padding-top:5px;
    width: 998px;
  	height:80px;
  	color:#333;
    text-align:left;
    margin: 0 auto;
  	background-color: #fff;
  	font: 12px arial, helvetica, sans-serif;
  	background-image: url(../images2/headernew.gif);
  	background-repeat: repeat-x;
clear: none;
}

.header_lg
{
	color: #888;
  font: 12px arial, helvetica, sans-serif;
}

#header a
{
	color: #666;
	text-decoration: none;
}

#header a:hover
{
	color: #000;
	text-decoration: none;
}

#my_acc a {
  background-color: #33688A;
  font-weight: bold;
  color: #fff;
  padding: 4px 6px 4px 6px;
  display: block;
  width: 70px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 4px;
  font-size: 12px;
}

#my_acc a:hover {
  background-color: #7297AD;
  color: #fff;
}

#logout_btn a {
  font-weight: bold;
  display: block;
  color: #888;
  width: 40px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 4px;

}

#logout_btn a:hover {
  text-decoration: underline;
  color: #333;
}

