.text {  font-family: Verdana; font-size: 12px; line-height: normal; font-weight: lighter}

.text2 {  font-family: Verdana; font-size: 12px; color: FF4500; line-height: normal; font-weight: bold}

.text3 {  font-family: Verdana; font-size: 12px; line-height: normal; font-weight: lighter}

.mission { font-family: Verdana; font-size: 13px; line-height: normal; font-weight: lighter ; color: #000000}

.links { font-family: Verdana; font-size: 14px; line-height: normal; font-weight: bolder; color: #000033}


.orange, .orange a:link, .orange a:visited, .orange a:hover
{
font-family: Verdana;
font-size: 12px;
color: FF4500;
text-decoration: none;
}

.media, .media a:link, .media a:visited, .media a:hover
{
font-family: Verdana;
font-size: 12px;
color: 0000FF;
text-decoration: none;
}

.page-heading {
    padding: 6px 10px 4px 10px;
    background: #ffff33;
    color: #003764;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica;
    border-bottom: 2px solid #FFF;
}

.page-heading2 {  
padding: 6px 10px 4px 10px;
    background: #cc0000;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica;
    border-bottom: 2px solid #FFF;
}

/* main nav bar */
#navcontainer {
	margin-top: 0px;
    margin-bottom: 0px;
    padding: 7px 0;
    overflow: hidden;
    background-color: #003764;
}

#navcontainer a,
#navcontainer a:link,
#navcontainer a:active,
#navcontainer a:visited {
    color: #fff200;
    font-size: 12px;
    font-family: arial, verdana, helvetica;
    font-weight: bold;
    text-decoration: none;
}

#navcontainer a:hover,
#navlist li.active a {
    color: #FF6600;
}

#navlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#navlist li {
    display: inline;
    list-style: none;
    border-left: 1px solid #FFF;
    line-height: 1em;
    margin: 0;
    padding: 0 .4em 0 .3em;
}

#navlist li.first {
    border-left: 0;
    padding-left: .6em;
}

/* end main nav bar */

