a:link {
   color: #333;
   text-decoration: underline;
}

a:visited{
   color: #333;
   text-decoration: underline;
}

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

#banner {
   position:absolute;
   width:980px;
   height:144px;
   z-index:1;
   left: 0;
   top: 0;
}

#bannerquote {
   position:absolute;
   width:500px;
   height: 100px;
   left: 473;
   top: 40;
   padding: 0px;
   margin: 0px;
   text-align: left;
   vertical-align: top;
   z-index: 2;
   font-family: Georgia, Times, serif;
   font-weight: bold;
   font-size: 18px;
   color: #333333;
}
.topquote_author {
   font-family: Georgia, Times, serif;
   font-weight: bold;
   font-size: 18px;
   color: #cc0000;
}

#leftmenu {
   position:absolute;
   width:145px;
   left: 15;
   top: 150;
   padding: 0px;
   margin: 0px;
   text-align: left;
   vertical-align: top;
}

#centralcolumn {
   position:absolute;
   width: 540px;
   left: 170;
   top: 150;
   padding: 0px;
   margin: 0px;
   text-align: left;
   vertical-align: top;
   font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

#rightcolumn {
   position:absolute;
   width: 250px;
   left: 720;
   top: 150;
   padding: 0px;
   margin: 0px;
   text-align: right;
   vertical-align: top;
}

a.leftmenutext {
   font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
   color: #333;
   font-size: 16px;
   line-height: 22px;
   font-weight: normal;
}

a.leftmenutext:link {
   font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
   color: #333;
   text-decoration: none;
}

a.leftmenutext:visited {
   font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
   color: #333;
   text-decoration: none;
}

a.leftmenutext:hover {
   font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
   color: #333;
   text-decoration: underline;
}

h1 {
   font-family: Comic Sans MS, Georgia, Times, serif;
   font-size: 24px;
   line-height: 24px;
   color: #cc0000;
}

h2 {
   font-family: Comic Sans MS, Georgia, Times, serif;
   font-size: 18px;
   line-height: 18px;
   color: #cc0000;
}

p, ul, li {
   font-family: Georgia, Times, serif;
   font-size: 15px;
   line-height: 17px;
   color: #000;
   font-weight: normal;
}

.news_title {
   font-family: Georgia, Times, serif;
   font-size: 15px;
   line-height: 18px;
   color: #000;
   font-weight: bold;
}

a.news_title:link {
   text-decoration: none;
}

a.news_title:visited {
   text-decoration: none;
}

a.news_title:hover {
   text-decoration: underline;
}

.news_summary {
   font-family: Georgia, Times, serif;
   font-size: 15px;
   line-height: 18px;
   color: #000;
   font-weight: normal;
}

.news_date {
   font-family: Georgia, Times, serif;
   font-size: 12px;
   line-height: 14px;
   color: #c00;
   font-weight: normal;
}

.floatright {
   float: right;
   padding; 5px;
}