html { 
padding:0px;
margin:0px;
}

body { /*defines text style and */
font-family: helvetica, arial, sans-serif;
color:#000;  
background-color: #fffed4;
font-size: 15px;
margin:0px;
padding:0px;
}

#title { /*defines style for blue title and links bar at the top*/
font-family: helvetica, arial, sans-serif;
font-size: 8px;
width: full;
background-color: #003399;
margin: 0px;
padding:10px;
text-align:center;
}

#title a:link { /*title link, active, visited, and hover all define how links look in the main title bar*/
font-size: 14px;
color: #ffffff;
text-decoration: none; 
}
#title a:active {
font-size: 14px;
color: #FF9A33;
text-decoration: none; 
}
#title a:visited {
font-size: 14px;
color: #FFEBC1;
text-decoration: none; 
}
#title a:hover {
font-size: 14px;
color: #FFBC7B;
text-decoration: underline; 

}

#headline {	/*divider ID for headlines appearing on News and Local Interest pages*/
font-family: helvetica, arial, sans-serif;
width: 400px;
font-size: 18px;
text-align: left;
color: #fff;
background-color: #003399;
padding:5px 8px;
margin:0px
}

















#box {
width:750px;
margin: 0px auto;
padding:0px;
text-align:left;
}



#middle {
width:575px;
padding:0px;
float:left;
background-color:#ffffff;
overflow: auto;
}

#head {
background-color:transparent;
}


#head h2 {
font-size: 11px;
text-transform:uppercase;
text-align: left;
color: #fff;
background-color: #28448A;
padding:5px 8px;
margin:0px
}


#right {
width:175px;
padding:0px;
float:left;
color:#ffffff;
background-color:#5F6B8A;
}

#right a:link {
color: #ffffff;
text-decoration: none; 
}
#right a:active {
color: #FF9A33;
text-decoration: none; 
}
#right a:visited {
color: #FFEBC1;
text-decoration: none; 
}
#right a:hover {
color: #FFBC7B;
text-decoration: none; 

}








