/* Begin generic styles for font controls and basic HTML elements */

body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: Arial, Helvetica, Verdana, Sans-Serif;
  font-size: 100%;
  color: black;
  }

a {
  text-decoration: none;
  color: #0860A8;
  }

a:link {
  color: #0860A8;
  }

a:visited {
  color: #0860A8;
  }

a:active {
  color: #0860A8;
  }

a:hover {
  color: #0860A8;
  text-decoration: underline;
  }

a:visited:hover {
  color: #0860A8;
  text-decoration: underline;
  }

h1 {
  font-size: 2.0em;
  font-weight: bold;
  margin: 0 0 0.6em 0;
  }

h2 {
  font-size: 1.8em;
  font-weight: bold;
  }

h3 {
  font-size: 1.5em;
  font-weight: bold;
  }

h4 {
  font-size: 1.4em;
  font-weight: bold;
  }

h5 {
  font-size: 1.2em;
  font-weight: bold;
  }

h6 {
  font-size: 1.1em;
  font-weight: bold;
  }

p {
  margin: 0.8em 0 0.8em 0;
  line-height: 1.3em;
  }

ol, ul, li {
  font-size: 1.0em;
  }

table, tr, td {
  font-size: 1.0em;
  line-height: 1.4em;
  }
  
strong, b {
  font-weight: bold;
  }

form { 
  margin: 0;
  padding: 0;
  }

input, select {
  font-size: 0.7em;
  }

img {
  border: 0px;
  }
  
/* End generic styles for font controls and basic HTML elements */
  

/* Begin styles for layout */

.clear {
  clear: both;
  }

#PageBodyContainer {
  margin: 0 auto;
  }

#PageBodyContainer {
  width: 49.4em; 
  background-color: white;
  }

#HeaderContainer {
  background-color: #000;
  margin-bottom: 5px;
  }

#BodyContentOuterContainer {
  border-left: 9.4em solid #FFF;
  border-right: 8.8em solid #FFF;
  background-color: white;  
  }

#BodyContentInnerContainer { margin: 0; width: 100%; }

#LeftContainer {
  width: 9.4em;
  margin-left: -9.4em;
  float: left;
  position: relative;
  background-color: #C6D0E2; 
  }

#LeftSubContainer {
  padding: 0 5px 5px 5px;
  font-size: 0.7em;
  }

#LeftSubContainer p {
  margin: 1em 0 1em 0; 
  line-height: 1.2em;
  }    
  
#LeftContent {
  padding: 11px 5px 0 5px;
  }

.SectionTitle {
  margin-bottom: 11px;
  }

#MainContentContainer {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  }

#MainContentSubContainer {
  padding: 0px 5px 10px 5px;
  background-color: white;
  font-size: 0.7em;
  position: relative;
  }

#BreadcrumbContainer {
  padding: 5px 5px 6px 6px;
  }

#FeatureArticleContainer {
  background: white url(../../resources/images/bg_feature_article.jpg) repeat-x bottom left;
  padding: 0 5px 11px 5px;
  }
  
.FeatureArticleHeading {
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 0 0.2em 0;
  }  

.FeatureArticleHeading a, .FeatureArticleHeading a:link, .FeatureArticleHeading a:visited {
  color: black;
  text-decoration: none;
  }

#FeatureArticleImage {
  float: right;
  margin: 5px 0 8px 8px;
  position: relative;
  }

#FullArticleContainer {
  padding: 0 5px 0.8em 5px;
  }

.FullArticleHeading {
  font-size: 2em;
  font-weight: bold;
  margin: 0 0 0.2em 0;
  }

#FullArticleImage {
  float: right;
  margin: 5px 0 8px 8px;
  position: relative;
  }

#OptionsContainer {
  float: left;
  position: relative;
  padding: 0 0 5px 5px;
  }
  
.PrintOption {
  float: left;
  background: white url(../../resources/images/icon_print.gif) no-repeat 0 0.2em;
  padding: 4px 20px 2px 20px;
  text-decoration: none;
  }

.EmailOption {
  float: left;
  background: white url(../../resources/images/icon_email.gif) no-repeat 0 0.2em;
  padding: 4px 0 2px 20px;
  text-decoration: none;  
  }

#FullArticleDisclaimer {
  background: white url(../../resources/images/divider.gif) repeat-x top left;
  padding: 0 5px 0 5px;
  color: #999;
  }

#FullArticleDisclaimer p {
  margin: 0 0 1em 0;
  }

.ReadMoreMain {
  font-weight: bold;
  text-align: right;
  }

.ReadMoreMain a {
  background: url(../../resources/images/disc_arw.gif) no-repeat right center;
  padding: 4px 22px 5px 0;
  text-decoration: none;
  }

.ArticleContainer {
  background: url(../../resources/images/divider.gif) repeat-x bottom left;
  padding: 0 5px 11px 5px;
  }

.ArticleHeading {
  font-size: 1.4em;
  font-weight: bold;
  margin: 0.6em 0 0.6em 0;
  }
  
.ArticleHeading a, .ArticleHeading a:link, .ArticleHeading a:visited {
  color: black;
  text-decoration: none;
  }  

#RightContainer {
  width: 8.8em;
  margin-right: -8.8em;
  float: left;
  position: relative;
  }

.ReadMore a {
  background: transparent url(../../resources/images/menu_arrow_on.gif) no-repeat right center;
  padding: 0 8px 0 0;
  }

#RightBarContainer {
  float: left;
  width: 8.8em;
  background-color: #EEAA22;
  }

#SearchContainer {
  padding: 11px 2px 15px 8px;
  }

.SearchInput {
  width: 10.4em;
  font-size: 0.7em;
  }

.SearchSubmit {
  margin-bottom: 0px;
  margin-top: 4px;
  font-size: 0.7em;
}

input {
  margin-bottom: 0px;
  margin-top: 4px;
  font-size: 0.7em;
}

select {
  margin-bottom: 0px;
  margin-top: 4px;
  font-size: 0.7em;
  width: 130px;
}

.TopicSelector {
  width: 10.4em;
  margin: 0.8em 0 0 0;
  }

#SearchSubContainer {
  background: #EEAA22 url(../../resources/images/divider_search.gif) repeat-x top left;
  text-align: center;
  padding: 10px 0 10px 0;
  }

#OpinionContainer {
  background-color: #C6D0E2;
  padding: 11px 8px 10px 8px;
  font-size: 0.7em;
  }

#OpinionContainer p {
  margin: 0em 0 0.3em 0;
  line-height: 1.2em;
  }  

.OpinionImage {
  float: right;
  margin: 0 0 2px 5px;  
  }
  
#FooterContainer {
  border-top: 9px solid #000;
  color: white;
  text-align: center;
  padding: 8px 0 20px 0;
  width: 100%;
  position: relative;
  }

#Footer {
  font-size: 0.7em;
  color: #888;
  }
 
/* End styles for layout */

