/* 
   Following classes must be in order of link, visited, hover then
   active for certain browser compatibility
*/

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "New Century Schoolbook", Times, serif;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #228B22;
  background: transparent;
}

a:hover {
  color: red;
}

.body {
  color: #555555;
  background: center center transparent url(sageWeb2.0LogoLargeGrayscaleFade.gif) no-repeat fixed;
  margin-top: 25px;
  margin-right: 0;
  margin-bottom: 25px;
  margin-left: 0;
  padding: 0;
  text-align: center;
}

#container {
  margin: 0 auto;
  width: 600px;
  text-align: left;
}

.headerOuterTable {
  width: 100%; 
  border: 0px; 
  padding: 0px;
}

.headerInnerTable {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.contentOuterTable {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  border: 0px;
  padding: 2px;
}

.contentCell {
  width: 420px;
  vertical-align: top;
}

.navigationCell {
  vertical-align: top;
  width: 190px;  
}

.paddingCell {
  width: 30px;
  vertical-align: top;  
}

.footerTable {       
  vertical-align: bottom;
  width: 100%;
  border: 0;
  padding: 10px;
}
 
.img_no_border {
  border: 0;
}

.width_30pct {
  width: 30%;
} 

.width_33pct {
  width: 33%;
} 

.width_70pct {
  width: 70%;
}
 
         
/* 
   These are the styles for the RSS feed and the class titles cannot 
   be modified.  Currently taking defaults from above.  
*/

.rss_box {
}
 
.rss_title, rss_title a {
}

.rss_items {
}

.rss_item {
  margin-top:10px;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
}

.rss_item a:hover { 
}
	
.rss_date {
}

