@charset "utf-8";
/* CSS Document */

body {
  text-align: center;
  background: #e1ece0 url('/images/main_bg.jpg') top center repeat-x;
  margin-top:0px;
  top: 0px;
  margin-bottom:0px;
  color:#000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

p {
  line-height: 1.4em;
}

a:link, a:active, a:visited {
  color: #FF0000;
  text-decoration: none;
}

a:hover{
  	color: #CC0000;
	text-decoration: underline;
}

#contentContainer {
  background: url('/images/content_bg.png') top center repeat-y;
  width: 866px;
  margin-top: -16px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  display: inline-block;
}

#headerContent{
  height: 200px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

#headerLogo {
	width: 286px;
	float: left;
}

#headerButtons {
	width: 510px;
	float: left;
}

#mainBody {
  width: 760px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

#hLayer{
	height: 500px;
	visibility: visible;
	margin-top: -500px;
}

#leftText {
  width: 500px;
  text-align: left;
  float: left;
}

#rightText {
  width: 250px;
  text-align: left;
  margin-left: auto;
}

.redText{
	color: #990000;
}

#blurb {
	border: 2px solid #0066CC;
	background: url(/images/box_bg.jpg) top left no-repeat;
 	padding: 10px;
}	

#blurbHighlight {
	border: 2px solid #009900;
	background: url(/images/box_bg_highlight.jpg) top left no-repeat;
 	padding: 10px;
}	

#footerContainer {
  background: url('/images/footer_bg.png') bottom center no-repeat;
  width: 866px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 37px;
  margin-top: -16px;
  line-height: 35px;
  font-size: .8em;
  font-weight: bold;
  color: #FFFFFF;
}

#footerContainer a{
	color: #FFFFFF;
}

.alert {
	padding: 1em 2em 1em 5em;
	border-top: #CC6666 2px solid;
	border-bottom: #CC6666 2px solid;
	background: url(/images/alert.png) #ffdfdf no-repeat 1.5em 50%;
}

.info {
	padding: 1em 2em 1em 5em;
	border-top: #5577D2 2px solid;
	border-bottom:  #5577D2 2px solid;
	background: url(/images/info.png) #C1DDF9 no-repeat 1.5em 50%;
}