body {
	background: #C7E4E7;
	margin: 0;
	padding: 0;
        font-family: Helvetica, Arial, Verdana, Trebuchet MS, sans-serif;
	}
a:link {
        color: #FFF200;
        text-decoration: none;
        }
a:visited {
        color: #ccc;
        text-decoration: none;
        }
a:active {
        color: #fff;
        text-decoration: none;
        }
a:hover {
        color: #ffcc00;
        text-decoration: underline;
        }
h1 {
        font-size: 24px;
        font-weight: bold;
        color: #FCB116;
        margin-top: 20px;
        }
h2 {
        font-size: 20px;
        font-weight: bold;
        color: #FCB116;
        }
h3 {
        font-size: 16px;
        font-weight: bold;
        color: #FCB116;
        margin: 0;
        padding: 1em 0 0 0;
        }
.txt1 {
        font-size: 16px;
        color: #fff;
        padding: 0 30px 0 30px;
        }
.txt2 {
        font-size: 14px;
        color: #fff;
        }

.affiliates p {
        margin-left: 15px;
        }
.affiliates b {
        margin-left: -15px;
        }

#dropmenudiv {
position:absolute;
background-color: #000;
border:1px solid #0092AE;
border-bottom-width: 0;
font-size: 10px;
line-height: 20px;
z-index:100;
}

#dropmenudiv a {
width: 100%;
display: block;
text-indent: 4px;
color: #ABDFE8;
border-bottom: 1px solid #0092AE;
padding: 0;
margin: 0;
text-decoration: none;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #0092AE;
color: #fff;
}



