/*******************************/
/***** Basic Element Rules *****/
/*******************************/

div {
  margin: 0;
  padding: 0;
  outline: 0px solid #f00;
  }
  
body {
  font-family: Helvetica,Arial,sans-serif;
  line-height: 12px;
  margin: 0px;
  padding: 0px;
  background: #333333;
  text-align: center;
  }

h1 {
  font-family: Georgia,Times New Roman,Times,serif;
  font-size: 175%;
  color: #C59A6F;
  letter-spacing: 0.4em;
  margin: 0px;
  padding: 0px;
  }

h2 {
  font-family: Arial,sans-serif;
  font-size: 175%;
  color: #561420;
  letter-spacing: 0.075em;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  }

h3 {
  font-family: Arial,sans-serif;
  color: #C59A6F;
  font-size: 14px;
  margin: 0px;
  }

h4 {
  font-family: Arial,sans-serif;
  font-size: 120%;
  font-weight: bold;
  color: #561420;
  margin: 0px;
  padding: 10px 0px 10px 0px;
  }

h5 {
  font-family: Verdana,Arial,sans-serif;
  font-size: 100%;
  color: #000000;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  }


/******************************/
/***** Basic Layout Rules *****/
/******************************/

#container {
  width: 600px; /*modified in print.css*/
  margin: 10px auto;
  background: #FCFCFC;
  text-align: left;
  outline: 0px solid #f00;
  }

#masthead {
  display: none; /*added to print.css*/
  padding: 3px 0px 1px 0px;
  width: 100%;
  text-align: left;
  background: url(_images/top.gif) no-repeat top;
  background-color: #561420;
  outline: 0px solid #f00;
  }

#menubar {
  display: none; /*added to print.css*/
  float: left;
  width: 170px;
  margin: 0px;
  padding: 5px 0px 0px 0px;
  background: #561420;
  letter-spacing: 1.5px;
  font-size: 12px;
  outline: 0px solid #f00;
  }

#adbar {
  display: none; /*added to print.css*/
  float: right;
  width: 185px;
  padding: 5px 0px 0px 0px;
  margin: 0px;
  background: #FCFCFC;
  text-align: center;
  outline: 0px solid #f00;
  }

#content {
  float: left;
  padding: 0px;
  margin: 0px;
  width: 100%; /*modified in print.css*/
  background: #FCFCFC;
  outline: 0px solid #f00;
  }
  
#footer {
  clear: both;
  background: #FCFCFC;
  width: 100%;
  text-align: center;
  outline: 0px solid #f00;
  padding: 10px; /*added to print.css*/
  }


/******************************/
/***** Masthead Div Rules *****/
/******************************/

/* Masthead Rules */

#masthead img {
  border: 0;
  padding-left: 10px;
  }
  
/* Global Navigation Bar Rules */

#globalbar {
  display: none; /*added to print.css*/
  font-size: 12px;
  font-weight: bold;
  padding: 4px 0px 4px 10px;
  background: #C59A6F;
  color: #333333;
  }

#globalbar a {
  padding: 0px 0px 0px 0px;
  color: #333333;
  }
  
#globalbar a:link, #globalbar a:visited {
  text-decoration: none;
  }
  
#globalbar a:hover {
  text-decoration: underline;
  }
  
#share {
  display: none; /*added to print.css*/
  clear: both;
  margin: 10px 0 0 0;
  /*border: 1px solid #000;*/
  }
  
.sharecol {
  display: none; /*added to print.css*/
  float: left;
  margin-right: 15px;
  /*border: 1px solid #999;*/
  }
  
.spacer {
  display: none; /*added to print.css*/
  clear: both;
  padding: 10px 0 10px 0;
  }


/*****************************/
/***** menubar Div Rules *****/
/*****************************/

#menubar ul a:link, #menubar ul a:visited {
  display: block;
  }
  
#menubar ul {
  list-style: none; 
  margin: 0; 
  padding: 0;
  }

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#menubar li {
  border-bottom: 1px solid #561420;
  }

/* fix for browsers that don't need the hack */
html>body #menubar li {
  border-bottom: none;
  }

ul a:link, ul a:visited, ul a:hover, ul a:active {
  display: block;
  text-decoration: none;
  padding: 1.5px 0px 1.5px 11px;
  }
  
ul a:link, ul a:visited, ul a:active {
  color: #C59A6F;
  }

ul a:hover {
  color: #C59A6F;
  background: #821122;
  text-decoration: none;
  }

a.state:link, a.state:visited, a.state:hover {
  color: #FCFCFC;
  padding-left: 6px;
  }
  
#menubar h3 {
  padding: 5px 0px 3px 6px;
  }


/*****************************/
/***** Content Div Rules *****/
/*****************************/

/* Breadcrumb Rules */

#breadcrumb {
  display: none; /*added to print.css*/
  font-size: 15px;
  padding: 2px 0px 0 10px;
  color: #821122;
  }

#breadcrumb a {
  color: #C59A6F;
  text-decoration: none;
  }


/* Jump Rules */

#jump {
  display: none; /*added to print.css*/
  font-size: 12px;
  color: #821122;
  }

#jump a {
  color: #C59A6F;
  }


/* Story Rules */

.story {
  clear: both;
  padding: 10px 0px 0px 10px;
  font-family: Verdana,Arial,sans-serif;
  font-size: 0.75em;
  }

.story p {
  padding: 0px 0px 10px 0px;
  margin-top: 0px;
  margin-bottom: 5px;
  line-height: 140%;
  }

.story a {
  color: #821122;
  text-decoration: none;
  }

.story a:hover {
  text-decoration: underline;
  }

/*.external {
  padding-right: 15px;
  background: url(_images/exlink.jpg) no-repeat right center;
  } removed from print.css*/
  
.emph {
  font-weight: bold;
  }
  
.error {
  color:#FF0033;
  font-weight:bold;
  }


/* Form Rules */

form {
  margin: 0;
  padding: 0;
  }
	
fieldset {
  margin: 0 0 10px 0;
  padding: 5px;
  border: 1px solid;
  width: 90%;
  }
  
fieldset p {
  margin: 3px 0 2px 0;
  padding: 5px;
  }
  
label {
  font-weight: bold;
  }


/* Comments Rules */

.comments{
  display: none; /*added to print.css*/
  clear: both;
  padding: 10px 0px 0px 10px;
  font-family: Verdana,Arial,sans-serif;
  font-size: 0.75em;
  }

.comments p {
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
  margin-bottom: 5px;
  line-height: 140%;
  }

.comments a {
  color: #821122;
  text-decoration: none;
  }

.comments a:hover {
  text-decoration: underline;
  }

.comments img {
  padding: 10px 0px 10px 0px;
  }
  
.post {
  font-size: 11px;
  font-style: italic;
  color: #C59A6F;
  }


/* Disclaimer Rules */

.disclaimer{
  display: none; /*added to print.css*/
  clear: both;
  padding: 10px 0px 0px 10px;
  font-family: Verdana,Arial,sans-serif;
  font-size: 0.75em;
  font-style: italic;
  }

.disclaimer p {
  padding: 0px 0px 10px 0px;
  margin-top: 0px;
  margin-bottom: 5px;
  line-height: 140%;
  }

.disclaimer a {
  color: #821122;
  text-decoration: none;
  }

.disclaimer a:hover {
  text-decoration: underline;
  }

    
/* Picture Rules */

.hpicture {
  float: right;
  clear: right;
  padding: 5px 5px 5px 5px;
  margin: 18px 2px 2px 2px; /*modified for print.css*/
  /*Large top padding is to fix Firefox 3 text running through image issue.*/
  /*border: solid 2px #CCCCCC; removed from print.css*/
  width: 300px;
  }

.vpicture {
  float: right;
  clear: right;
  padding: 5px 5px 5px 5px;
  margin: 18px 2px 2px 2px; /*modified for print.css*/
  /*Large top padding is to fix Firefox 3 text running through image issue.*/
  /*border: solid 2px #CCCCCC; removed from print.css*/
  width: 225px;
  }

.caption {
  margin: 2px 0px 0px 0px;
  font-size: 0.85em;
  line-height: 110%; /*added to print.css*/
  }


/*******************************/
/*** Footer Links Div Rules ****/
/*******************************/

#footerlinks {
  display: none; /*added to print.css*/
  font-size: 0.70em;
  color: #333333;
  }
  
#footerlinks p {
  padding: 0px 0px 0px 0px;
  }
  
#footerlinks a {
  color: #821122;
  text-decoration: none;
  }

#footerlinks a:hover {
  text-decoration: underline;
  }


/*******************************/
/***** Copyright Div Rules *****/
/*******************************/

#copyright {
  font-size: 0.70em;
  color: #333333;
  }

#copyright a {
  color: #821122;
  text-decoration: none;
  }

#copyright a:hover {
  text-decoration: underline;
  }