body {
  font-family:Arial,Verdana,Helvetica,sans-serif;
  font-size:12px;
  padding:0;
  margin:0;
}

a img { border:none; }

a {
  text-decoration:none;
  color:blue;
}

/* Header */

#Header {
  width: 960px;
	height: 178px;
	background: url(/shared/images/template/header.jpg) center center no-repeat;
	margin: 0 auto;
  position:relative;
}

.LoggedIn #Header {background-image:url(/shared/images/template/header_logged_in.jpg);}

#Header table {
	width: 871px;
	position: absolute;
	left: 44px;
	top: 99px;
}

#Header table td {
	text-align: center;
	height: 18px;
}

#Header table td a {
	height: 18px;
	line-height: 18px;
	display: block;
	text-decoration: none;
	color: Black;
	border-left: 1px solid rgb(102, 102, 102);
}

#Header table td:first-child a {
	border-left: none;
	padding-left: 5px;
}

#Header table td:last-child a { padding-right: 5px; }

#Header table td a:hover { background: url(/images/header/menu_button_bg.png) -10px center no-repeat; }

#Header table td:first-child a:hover { background-position: left center }

#Header table td.last a:hover { background-position: right center; }

#LoginButtonText {
  position:absolute;
  right:50px;
  top:40px;
  padding:11px 45px 11px 0;
  text-align:left;
  margin:0;
  font-size:10px;
  cursor:pointer;
}

/* Content */

#Content {
  width:910px;
  margin:auto;
  position:relative;
}

/* Footer */

address {
  text-align:center;
  font-style: normal;
  margin-bottom:20px;
	margin-top:20px;
}

address span {
  display:block;
  margin-bottom:5px;
}

address a {
  padding:0 10px;
  border-left:1px solid gray;
  display:inline;
  line-height:12px;
  height:12px;
}

address a.first { border:none; }

h1, h2 {
  color:#000080;
  font-size:200%;
  text-align:center;
}

h2 { font-size:150%; }
