html,body,div,form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,br,pre,code,blockquote,hr,
th,td,p,ul,li { 
    margin: 0;
    padding: 0;
    list-style-type: none;
}

  
a:link, a:active { text-decoration: none; color: #0C4B97; }
a:visited { text-decoration: none; color: #0C4B97; }
a:hover { text-decoration: none; color: #4F6F95; }

.body-text  {
 font-size: 16px;
 line-height: 18px;
 letter-spacing: 1px;
 color: #7B7B7B;
 padding: 5px 5px 0px 5px;
}

.category-text  {
 font-size: 12px;
 line-height: 14px;
 letter-spacing: 1px;
 color: #7B7B7B;
 padding: 5px 20px 5px 20px;
}

.entry-title {
 font-size: 30px;
 line-height: 20px;
 color: #0C4B97;
 padding: 10px 0px 10px 4px;
 text-transform: uppercase;
}

.page-title {
 font-size: 25px;
 line-height: 27px;
 color: #0C4B97;
 padding: 15px 0px Opx 5px;
}

.entry-name {
 font-size: 18px;
 line-height: 18px;
 color: #0C4B97;
 padding: 5px 0px 5px 20px;
 text-transform: uppercase;
}

.entry-text  {
 font-size: 14px;
 line-height: 16px;
 color: #7B7B7B;
 padding: 0px 25px 25px 20px;
}

.entry-list {
 font-size: 16px;
 line-height: 18px;
 font-style: bold;
 color: #7B7B7B;
 padding: 5px 0px 5px 65px;
}

.footer  {
 font-size: 13px;
 color: #7B7B7B;
}

.header-description {
 font-size: 13px;
 line-height: 15px;
 letter-spacing: 1px;
 color: #707070;
 padding: 5px 5px 5px 5px;
}

.widget-content {
 font-size: 16px;
 line-height: 38px;
 font-style: italic;
 color: #7B7B7B;
 padding: 5px 0px 5px 5px;
 text-transform: uppercase;
}

.category-headers {
 font-size: 15px;
 line-height: 18px;
 padding: 15px 15px 15px 45px;
 text-transform: uppercase;
 letter-spacing: 2px
}

.border {border-style:solid;
border-width:5px; border-color: #cccccc; margin: 2px 10px 7px 7px;}

/** all following is for homepage jquery slideshow **/

#slideshow {
    position:relative;  
    height:525px;
    width:350px;
   /**  align:left; **/ 
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    padding: 55px 7px 7px 7px;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/** all above is for homepage jquery slideshow **/