body {
  font-family: arial, helvetica, sans-serif;
  font-size: 0.75em;
  color: #FFFFFF;
  background-color: #000000;  
  background-image:url(../images/halloween-graveyard.gif);
  background-repeat: no-repeat;
}

acronym {
  cursor: help;
  border-bottom: 1px dashed #999999;
}

/* -- Layout classes -- */

#mainContainer {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* -- Content container -- */

#content {
  float: right;
  width: 550px;
  margin-right: 10px;
}

#content p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 8px;
  background-color: transparent;
}

#content table {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
  background-color: transparent;
  border:none;
}

table.sample {
	border-width: 2px 2px 2px 2px;
	border-spacing: 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: rgb(255, 250, 250);
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: dashed dashed dashed dashed;
	border-color: black black black black;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 6px 6px 6px 6px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: dashed dashed dashed dashed;
	border-color: black black black black;
	background-color:inherited;
	-moz-border-radius: 6px 6px 6px 6px;
}

#content a {
  text-decoration: none;
  border-bottom: 1px solid #FF9933;
  color: #ffffff;  
}

#content a:hover {  
  border-bottom: 1px solid #FF9933;
  color: #FF9933;
}

#content a img {
  border: 0px;
}

#content h1, #sideBar h1{
  clear: both;  
  font-size: 1.0em;
  letter-spacing: 1.0px;
  text-transform: uppercase;
  text-indent: 10px;
  margin: 0px;
  border-top: 10px solid #000000;
  border-bottom: 10px solid #333333;  
  color: #ff9933;
  background-color: #000000;
}

#content h11, #sideBar h11{
  clear: both;  
  font-size: 1.0em;
  letter-spacing: 1.0px;
  text-transform: uppercase;
  text-indent: 10px;
  margin: 0px;
}

/* -- Content header and footer -- */

#header {
  display: table-cell;  
  height: 100px;
  width: 550px;
  text-align: right;
  vertical-align: bottom;
  margin-bottom: 0px;
  color: #FFFFFF;
  background: url(../images/halloween_hdr.gif) no-repeat top left;  
}

#footer {
  float: left;
  height: 75px;
  width: 550px;  
  font-size: 0.8em;
  text-transform: uppercase;
  text-align: center;  
  margin-top: 10px;
  margin-bottom: 10px; 
  color: #FFFFFF;
  background: #333333 url(../images/round_corner.gif) no-repeat bottom right;  
}

#footer a {
  border: 0px;
  color: #FF00B4;  
}

#footer a:hover {
  border: 0px;
  color: #AAAAAA;  
}

.dateline
{
	display: block;
	color: #000000;
	padding: 5px 5px 7px 0;
	font-size: .8em;
	text-transform: uppercase;
	background-color: #FFFFFF;
}

.dateline2
{
	display: block;
	color: #ffffff;
	padding: 5px 5px 7px 0;
	font-size: .9em;
	background-color: transparent;
}
/* -- Menu & news container -- */

#sideBar {
  float: right;  
  width: 200px;
  margin: 0px;  
  background-color: #333333;
}

#sideBar p {    
  margin: 0px;
  padding: 5px 5px 10px 5px;
  background-color: #333333;
}

#sideBar a {  
  text-decoration: none;
  border-bottom: 1px solid #FF9933;
  color: #ffffff;
}

#sideBar a:hover {
  color: #FF9933;
}

#sideBar a img {  
  vertical-align:middle;
  padding: 0 5px 0 5px;
  border: 0px;
}

#sideBar a.menuItem {
  display: block;
  clear: both;
  font-size: 0.8em;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 1px;
  padding: 0 0 0 25px;
  border: 0px;
  color: #ffffff;
  background: transparent url(../images/halloween_icn_menu.gif) no-repeat center left;
}

#sideBar a:hover.menuItem {
  color: #FF9933;
  background: transparent url(../images/halloween_icn_menu_on.gif) no-repeat center left;
}

#sideBarHeader {
  height: 100px;
  background: #333333 url(../images/halloween_hdr_bg.gif) repeat-x bottom right;;
}

#sideBarFooter {  
  height: 70px;
  border-top: 10px solid #000000;
  background: #333333 url(../images/round_corner.gif) no-repeat bottom right;
}

/* -- Title and sub-headings -- */

.highLight {
  color: #FF9933;
}

/* -- IE CSS2 selector hack.  This still validates, but IE ignores the class defined
      with the [id].  The result is you set the IE specific value in the first class
      definition, and the standard compliant browser value in the second class -- */

#title {
  font-size: 36px;
  padding: 48px 4px 0px 0px;     
}

#title[id] {
  padding-top: 0px;
  padding-bottom: 3px;
}

#title a{
  display: block;  
  font-size: 10px;
  text-transform: uppercase;
  margin-top: -8px;
  border: 0px;
  color: #FFFFFF; 
}

#title a:hover{
  color: #FF00B4;
}

strong, .subHeading {
  font-size: 1.0em;
  text-transform: uppercase;  
  color: #FF9933;  
}

strong, .subHeading2 {
  font-size: 0.8em;
  text-transform: uppercase;  
  color: #FFFFFF;  
}

strong, .subHeading3 {
  font-size: 0.8em;
  text-transform: uppercase;  
  color: #000000;  
}

.subHeading {
  display: block;
}

/* -- Images styles -- */

.imgRight, .imgLeft {
  border: 0px solid #555555;
}

.imgRight {
  float: right;
  margin: 0 0 10px 10px;
  
}

.imgLeft {
  float: left;
  margin: 0 10px 10px 0;  
}

/* -- Takes care of the 'jump to top' arrow -- */

.upArrow {
  clear: both;
  display: block;
  text-align: right;
}

.upArrow a img {  
  margin-top: 10px;
  border-bottom: 0px;
  background-color: transparent;
}

.upArrow a:hover img {  
  border: 0px;
  background-color: #FFFFFF;
}

/* -- Quote block styles -- */

.quote {
  display: block;
  margin: 10px 20px 10px 20px;
  padding: 5px 5px 5px 5px;  
  border: 1px solid #555555;
  background-color: #999999;
  color: #000000;
}

.author {
  display: block;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #FF9933;
}

/** form button **/
.button { background: #999999; border-bottom: 1px solid; border-left: 1px solid; border-right: 1px solid; border-top: 1px solid; color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; }

/* error message style -- bright red */
.error {
	color: #DD0000;  
	background-color: #FFFFFF;
}
.error2 {
	color: #DD0000;  
}