body {  background-color:#000;  text-align: center;  color: #000;  font-family: "Times New Roman", Times, serif;  padding: 0px;  margin: 0px;  }
* {  padding: 0px;  margin: 0px;  -webkit-font-smoothing: antialiased;  }
img, a, a img {  border: none;  }

.shim {  clear: both;  font-size: 1px;  }
.floatleft {  float: left;  }
.floatright {  float: right;  }

#headMeta {
	display: none;	
}

#content {
	 max-width: 1200px;  min-width: 600px;
	margin-right: auto;	margin-left: auto;	
}

#header {
	height: 425px;  overflow: hidden;  display: block;
	margin-right: auto;  margin-left: auto;
	background-attachment: scroll;  background-image: url(_assets/header.jpg);  background-repeat: no-repeat;  background-position: center center;	
	
}

/** MESSAGE **/

#message {
	min-height: 200px;  overflow: hidden;  margin-right: auto;  margin-left: auto;  text-align: center;
	background-image: url(_assets/bgTile.jpg);  background-repeat: repeat-y;  background-position: center top;	
	padding-top: 40px; ;
	font-size: 1.25em;  letter-spacing: -0.01em;
}

#message h2 {
	display: block;  width: 350px;  height: 32px;
	background-image: url(_assets/resHeader.png);  background-repeat: no-repeat;  background-position: center center;	
	overflow: hidden;  text-indent: -999999px;
	margin-right: auto;  margin-left: auto;  margin-bottom: 3px;
}

#message p {
	display: block;  width: 530px;	
	margin-right: auto;  margin-left: auto;
	text-align: justify; 
	-moz-text-align-last: center;  text-align-last: center;
	margin-bottom: 40px;
}

#message strong {  color: #be1e2d;	}

#message a:link, #message a:visited {  color: #be1e2d;  text-decoration: underline;  }
#message a:hover, #message a:active {  color: #db880d;  text-decoration: none;  }

a#enterSite:link, a#enterSite:visited {
	display: block;  width: 530px;  height: 48px; margin-left: auto;  margin-right: auto;  overflow: hidden;  text-indent: -999999px;
	background-image: url(_assets/EnterCTA.png);  background-repeat: no-repeat;  background-position: center top;
}

a#enterSite:hover, a#enterSite:active {  background-position: center bottom;  }

/** FOOTER **/
#footer {  padding-top: 20px;  padding-bottom: 20px;  margin-bottom: 5px;  text-align: center; background-color: #faaf40; color: #000;  position: relative;  }

#footer h2 {
	display: block;  width: 355px;  height: 25px;  background-image: url(_assets/footerHeader.png);  background-repeat: no-repeat;  background-position: center center;	  overflow: hidden;  text-indent: -999999px;  margin-right: auto;  margin-left: auto;  }

#footer ul { clear: left;  float:left;  list-style:none;  margin-left:0px;  margin-right:0px;  margin-top: 5px;  margin-bottom:0px;  padding: 0;  position:relative;  left:50%;  text-align:center; }
#footer ul li {  list-style:none;  float:left;  display:block;  margin:0;  padding:0;  position:relative;  right:50%;    }

#footer ul li a:link, #footer ul li a:visited {  background-color: #be1e2d;  color: #faaf40;  text-decoration: none; display: block;  padding: 5px;  margin-right: 3px;  font-weight: bold;  }
#footer ul li a:hover, #footer ul li a:active {  color: #fff;  }
