﻿/* Banner Management Styles */

#content #banrightcol a {
    text-decoration: none;
}

.bannerBody 
{
    text-decoration: none;
    background-image:none; 
    background-color:#ffffff; 
    margin: 5px auto auto auto;
    
}

.bannerbox
{
    display: block;
    z-index: -1;
    text-decoration: none;
    margin: 0;
    border: 0px solid #dadada;
    /* max-height: 100%;  */
    overflow: hidden;
}

#Banner 
{
    margin: 0;
    border: 1px solid #fff;
}

.bannerText 
{
    display: block;
    position: relative;
    font-family: "Arial";
    text-align: center;    
    text-decoration: none;
    padding: 5px 10px;
    /* margin: 100px 0 0 0; */
    /* padding: 10px; */
    /* color: #000; */
    border: 0px solid #c00;
    cursor: pointer ;
    overflow: hidden;
}

.bannerText p, .bannerText ul
{
	font-size: 120%;
	list-style: none;
}

.bannerText h1 { font-size: 180%; }
.bannerText h2 { font-size: 150%; }
.bannerText h3 { font-size: 120%; }
.bannerText sub { font-size: 95%; }

.bannerText h1, .bannerText h2, .bannerText h3
{
    background-image: none;
    text-decoration: none;
    color: inherit;
}

.bannerText a:hover, .bannerText a
{
    text-decoration: none;
    /* background-color: #ccc; */
    cursor: pointer ;
    
}

