    
body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans serif;
}

a {
    text-decoration: none;
    }

img {
    border: 0;
}

table td {
    border-spacing: 0;
    padding: 0;
}

h1 {
    text-align: center;
    margin: 14px 0 29px 0;
    font-family: Times;
    font-size: 16px;
    font-weight: bold;
}

h2 {
    text-align: left;
    font-size: 13px;
}

.headerBg, .sideBg {
    background: #003333;
}

.stripe {
    background: #9C8C52;
    font-size: 10px;
    color: #003333;
}

.stripe a {
    text-decoration: none;
    color: #003333;
}

.stripe a:hover {
   text-decoration: underline;
}

.footer {
    font-size: 9px;
    color:#003333;
}

.footer a {
    text-decoration: none;
    color: #003333;
}

.footer a:hover {
   text-decoration: underline;
}


.mainnav {
   color: #ffffff;
   font-size: 13px;
}

a.mainnav:link {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
}

/*
a.mainnav:visited {
    color: #9A8F57;
    text-decoration: none;
    font-size: 13px;
}
*/

a.mainnav:active {
    color: #69B8B6;
    font-size: 13px;
}

a.mainnav:hover {
    color: #69B8B6;
}

.currentSec {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}    

.currentSub {
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
}

.mainText {
    text-decoration: none;
    color: #000D0D;
    font-size: 12px;
}

.textMailtoLink {
    color: #3759AB;
    text-decoration:none;
}

.textMailtoLink:hover {
    text-decoration: underline;
    
}

a.mainText:link {
    color: #3759AB;
    text-decoration: none;
}

a.mainText:hover {
    text-decoration: underline;
}

a.subSection {
    font-size: 10px;
    color: #ccc;
    text-decoration: none;
}

a.subSection:hover {
    color: #69b8b6;
}
    