body {
  font-family: "tahoma", trebuchet ms, helvetica, sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: small;
}
a {
  color: #FE811B;
	text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: 0px;
}
a.accessible {
	position: absolute;
	left: -1000em;
	width: 20em;
}
acronym {
  border-bottom: 0px;
}
h1, h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
  padding-bottom: 5px;
  border-bottom: 1px solid #BEC0C1;
  font-size: medium;
  color: #808080;
}
h3 {
	margin-bottom: 10px;
	background: url('images/h3.png') top left no-repeat;
	color: #808080;
	padding-left: 15px;
	font-weight: bold;
	font-size: small;
	border-bottom: 1px solid #BEC0C1;
}
#page {
  text-align: left;
  width: 830px;
}

#side_panel {
  float: left;
  text-align: center;
}
#live_tracking {
  margin-top: 15px;
  width: 180px;
  border: 1px solid #BEC0C1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url('images/box_shadow.png') repeat-x bottom;
  padding: 5px;
}
#live_tracking .bottom {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #BEC0C1;
  font-size: small;
}
#live_tracking img {
  float: right;
  margin-top: 3px;
}
#live_tracking ul, #header ul {
	margin: 0px 5px 0px 1px;
	padding: 0px;
	list-style: none;
}
#live_tracking li, #header li {
	display: inline;
}
#live_tracking li a {
	display: block;
	text-align: left;
	padding: 4px;
	padding-left: 20px;
	background: url('images/menu_bkgd.png') no-repeat top left;
	font-size: 11px;
	color: #808080;
}
#live_tracking li a.selected, #live_tracking li a:hover {
	background: url('images/menu_bkgd_hover.png') no-repeat top left;
}
#live_tracking span {
	font-style: oblique;
}

#main_panel {
  margin-left: 210px;
}
#header {
  font-weight: bold;
  font-size: small;
  text-align: right;
  padding: 5px;
}
#header ul {
  margin-top: 15px;
}
#header li a {
  color: #808080;
  margin-left: 15px;
  margin-right: 15px;
}
#header li a.selected {
  text-decoration: underline;
}
#content_frontpage, #content {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #BEC0C1;
  background: url('images/box_shadow.png') repeat-x bottom;
}
#content {
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-bottom-radius: 5px;
  border-bottom-radius: 5px;
}
#content_frontpage {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 0px;
}
#content_frontpage_top {
  border-top: 1px solid #BEC0C1;
}
#content {
	min-height: 630px;
	color: #766666;
}
#content a, #news a, #footer a {
  color: #4682B4;
}
#content h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

#blurb img {
  float: right;
}
#blurb div {
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 10px;
  width: 280px;
  color: #7B8E5F;
  font-size: medium;
}
#blurb h2 {
  color: #7B8E5F;
  border: 0px;
}
#blurb li {
  margin-bottom: 5px;
}

#news, #quotes {
  border: 1px solid #BEC0C1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 288px;
  float: left;
  background: url('images/box_shadow.png') repeat-x bottom;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 11px;
}
#news div, #quote {
  min-height: 110px;
}
#news {
  margin-right: 20px;
}
#news ul, #blurb ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#news li {
	display: inline;
}
#news li a {
  display: block;
	border-bottom: 1px solid #BEC0C1;
	padding-top: 5px;
	padding-bottom: 5px;
}
#news a.last {
  border-bottom: 0px;
}
#news h2 a {
	color: #808080;
	text-decoration: none;
}
#news h2 a:hover {
	text-decoration: underline;
}
#quote {
  text-align: center;
  display: table-cell; 
  vertical-align: middle;
  height: 110px;
  width: 286px;
  color: #766666;
}
#quote span {
  font-style: oblique;
}

#news_content h4 {
	font-weight: bold;
	color: #808080;
	padding-top: 20px;
}
#news_content h4 a {
	color: #808080;
}
#news_content h4 span {
	font-weight: normal;
	font-size: x-small;
}

#footer {
  text-align: center;
  font-size: x-small;
}
