

/* Presentation Stylesheet */ 


.index {
 display: none;
 }

#rss a {
 border-bottom: none;
 }

#rss a:hover {
 border-bottom: none;
 }

#rss a:visited {
 border-bottom: none;
 }

a {
 color: DarkBlue;
 text-decoration: none;
 border-bottom: 1px dotted DarkBlue;
 }

a:hover {
 color: red;
 text-decoration: none;
 border-bottom: 1px solid red;
 }

a:visited {
 color: dimgray;
 text-decoration: none;
 border-bottom:1px solid dimgray;
 }

 p {
 margin:0;
 padding-top: 8px;
 padding-bottom: 8px;
 font-family: verdana, arial, helvetica, sans-serif;
 line-height: 150%;
 font-size: 75%;
 letter-spacing: .8px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 font-size: 150%;
 font-weight: normal;
 letter-spacing: 1px;
 color: #313131;
 }
 


#l-col, #tertiary, #insert, #secondary {
 margin: 0;
 padding: 15px;
 font-family: verdana, arial, helvetica, sans-serif;
 line-height: 150%;
 font-size: 70%;
 text-align: left;

 }

#l-col h4, #tertiary h4, #insert h4, #secondary h4 {
 font-weight: bold;
 font-size: small;
 font-family: georgia, "times new roman", serif;
 letter-spacing: 1px;
 }

#l-col a,#tertiary a, #insert a, #secondary a {
 height: 25px;
 color: #990000;
 text-decoration: none;
 border-bottom: 1px dotted #990000;
 }


#l-col a:hover,#tertiary a:hover, #insert a:hover, #secondary a:hover {
 color: red;
 text-decoration: none;
 border-bottom: 1px solid red;
 }


#l-col a:visited,#tertiary a:visited, #insert a:visited, #secondary a:visited {
 color: dimgray;
 text-decoration: none;
 border-bottom:1px solid dimgray;
 }

#cont {
 margin: 0;
 padding: 15px;


 }

#cont h3 {
 color:#808080;
 font-family: georgia, "times new roman", serif;
 text-align: right;
 font-size: 90%;
 font-weight: normal;
 }

#cont h4 {
 font-family: georgia, "times new roman", serif;
 text-align: left;
 color: #990000;
 }

#cont h6 {
 color: #808080;
 font-weight: normal;
 margin: 0px;
 margin-bottom: 16px;
 font-family: georgia, "times new roman", serif;
 text-align: center;
font-size: .7em;
 }

#cont ul {
 font-family: georgia, "times new roman", serif;
 line-height: 150%;
 font-size: small;
 }

#cont ul li{
 /*padding-bottom: 8px;*/
 line-height: 150%;
 }

#cont ol {
 font-family: georgia, "times new roman", serif;
 line-height: 150%;
 font-size: small;
 padding: 4px;
 margin: 4px;
 }

#cont ol li{
 padding-bottom: 8px;

 }

#cont td {
 font-family: georgia, "times new roman", serif;
 font-size: small;
 }

blockquote {
 font-family: courier new, courier, fixed;
 font-size: small;
 color: darkblue;
 background-color: #eee;
 padding: 16px;
 } 

#bar {
 text-align: center;
 font-family: georgia, "times new roman", serif;
 font-size: x-small;
 }

#ftr {
 text-align: center;
 font-family: georgia, "times new roman", serif;
 font-size: small;
 padding: 4px;
 }

#ftr a:link {
 color: white;
 text-decoration: none;

}

#hdr a:link {
 color: #ffffff;
 font-family: helvetica, verdana, arial, sans-serif;
 font-size: 75%;
 border: 0px 0px 4px 0px;
 border-style: transparent;
 border-color: #ffffff;
 line-height: 25px;
 margin: 0px 15px 0px 16px;
 text-transform: uppercase;
 }

#hdr a:hover {
 border-bottom: 4px solid #ff0000;
 }

#hdr {
 color: #ffffff;
 }

#tertiary li {
 margin: 4px 0px;
 }

#tertiary ul {
 list-style: none;
 margin: 0px;
 padding: 0px;
 }

.entry h6 {
 margin-bottom: 50px;

 }
.entry {
 background-color: transparent;
 padding-bottom: 50px;
 background-image: url(scroll_line.gif);
 background-position: bottom center;
 background-repeat: no-repeat;
 }