﻿a:link 
{
    color: Black;
    text-decoration: none;
}
a:hover { color: red;
    text-decoration: underline;      
}
a:visited { color: Black;
    text-decoration: none;
}

.TopBanner {
	width: 64px; 
	background-image: url('../Images/HomePageTopBanner.jpg');
}
.RedTop {
	 width: 830px; 
	 height: 112px; 
	 font-size: 32px; 
	 font-weight: bolder; 
	 font-family: Verdana; 
	 color: #CF7778; 
	 text-align: right;
	 vertical-align:bottom;
	 background-image: url('../Images/HomePageRedTop.jpg');
}
.GrayTop {
	 height: 30px; 
	 width: 830px; 
	 text-align: right; 
	 font-family: Verdana; 
	 color: White; 
	 font-size: 11px;
	 color: White; 
	 font-size: 11px;
	 background-image: url('../Images/HomePageGreyTop.jpg');
}	
.RedBand {
	 height: 6px;
	 background-image: url('../Images/HomePageRedTop.jpg');
}
.leftmenu 
{   
    background-color:#f5f5f5;
    font: normal 11px Arial, Verdana, Sans-serif;
}
.homepage 
{
    color: Black;
    font-size: 12px;
    font-weight: normal;
    font-family:Verdana;
    line-height: 16px;
}
a.homepage:link 
{
    color: Black;
    text-decoration: none;
    font-size:13px;
    font-weight: normal;
    font-family:Verdana;
}
 a.homepage:visited 
{   color: black;
    text-decoration: none;
    font-size:13px;
    font-weight: normal;
    font-family:Verdana;
}
a.homepage:hover 
{   
    color: red;
    text-decoration: Underline;
    font-size:13px;
    font-weight: normal;
    font-family:Verdana;
}
.SpanishTop {
	  
	 width: 830px; 
	 text-align: right; 
	 font-family: Verdana; 
	 color: White; 
	 font-size: 11px;
	 background-image: url('../Images/HomePageGreyTop.jpg');
}
a.SpanishTop:link 
{
    color: #f5f5f5;
    text-decoration: none;
    background-image: none;
    font-weight:normal;
}
 a.SpanishTop:visited 
{   color: #f5f5f5;
    text-decoration: none;
    background-image: none;
    font-weight:normal;
}
a.SpanishTop:hover 
{   
    color: white;
    text-decoration: Underline;
    background-image: none;
    font-weight:normal;
}
 a.SpanishTop:active 
{   color: #f5f5f5;
    text-decoration: none;
    background-image: none;
    font-weight:normal;
    
}

.tabcontent { font-family: Verdana; 
     font-weight: normal;
     font-style: normal;
     color: Black; 
     font-size: 11px;
     
}

.tabheader { font-family: Verdana; 
             font-weight: normal; 
             color: Black; 
             font-size: 20px;
}

.tabbullets { font-family: Verdana; 
     font-weight: normal; 
     color: Black; 
     font-size: 12px;
     line-height:16px
}
h1 
{
    font-family:Verdana;
	font-size:24px;
	color: #d51e20;
}

.landing 
{
    font-family:Univers 55;
    font-weight: bold;
    font-size: large;
    color: Gray;
}
a.landing:link
{
    color: Black;
    text-decoration: none;
    background-image: none;
    font-weight: bold;
}
a.landing:hover
{
    color: red;
    text-decoration: Underline;
    font-size: large;
    font-weight: bold;
    font-family: Univers 55;
}
a.landing:visited
{
    font-weight: bold;
}              

