* {
    font-family: Arial, Helvetica, sans-serif;
}


/* Banner classes */
.bannerbitlogo
{
    position:absolute;
    top:5px;
    width:20%;
    height:50px;
    left:40%;
    margin-left:auto;
    margin-right:auto;
}

.bannermainlogo
{
    position:absolute;
    top:18px;
    left:50px;
}

.bannerbg
{
    position:absolute;
    background-color:#cc99ff;
    width:96%;
    left:2%;
    top:5px;
    height:75px;
}

.bannercontactinfo
{
    position:absolute;
    width:200px;
    right:10px;
    height:50px;
    font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align:right;
	top:20px;
	z-index:1;
}

/* banner link buttons */

div#buttonhome
{
    position:absolute;
    left:10%;
    top:90px;
}
















table#header
{
    background-color: #cc99ff;
    width:100%;
    vertical-align:middle;
    text-align:center;
}

.FF1HyperLink{
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0000FF;
	text-decoration: underline;
}

.FF2PageHeading {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}

.FF3TopNav {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.FF4MainText {
	font-size: 14px;
}

.FF5Quote {
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	color: #660099;
}

.FF6Question {
	font-size: 14px;
	color: #000099;
}

.FF7Answer {
	font-size: 14px;
	color: #006666;
}

.FF8PageHeadingSmall {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

.FF9Price {
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	color: #660099;
}
    
   

.main
{
    width:60%;
    margin-left:auto;
    margin-right:auto; 
}

.footer
{
    width:60%;
    margin-left:auto;
    margin-right:auto;
}


/* styles for the ticker on the main page*/
.ticker 
{
    text-align:center;
}
.ticker a
{
    text-decoration:none;
    /*width:80%;*/
    border-width:thin;
    margin-left:auto;
    margin-right:auto;
    border-top:solid;
    border-bottom:solid;
    border-top-color:Gray;
    border-bottom-color:Gray;
    color:Gray;
}

.ticker a.SoftTicker 
{
    text-decoration:none;
    font-weight:bold;
    color:White;
    background-color:Green;
}

.ticker a.WebTicker  
{
    text-decoration:none;
    font-weight:bold;
    color:White;
    background-color:Blue;
}

.ticker a:hover
{
    color:Red;
    background-color:Black;
    font-weight:bold;
}



.layout
{
    width:100%;
}

.leftlinks
{
    vertical-align:top;
    width:20%;
}

.rightlinks
{
    width:20%;
}

/* styles needed for the button rollover */

.headerlinks a
{
    text-decoration:none;
    display:block;
    width:130px;
    height:22px;
    padding-top:8px;
    color:White;
    background-image: url('Images/BtnOn.gif');
    text-align:center;
    vertical-align:middle;
    font-weight:bold;
}

.headerlinks a:hover
{
    background-image: url('Images/BtnOff.gif');
    color:Black;
    text-align:center;
    font-weight:bold;
    }
    

#Bulletin
{
    position:relative;
    margin-left:2%;
    margin-right:2%;
    top:100px;
    background-color:#DDDDDD;
    padding:2%;
}

.Bulletin1
{
    font-size:large;
    font-weight:bold;
    color:Red;
}
    .Bulletin2
{
    font-size:inherit;
    color:Red;
    font-size:small;
}

#mainexternal
{
    position:absolute;
    top:80%;
    width:100px;
    right:20px;
}