body {
	background-color: #844200;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #444444;
	line-height: 22px;
	
}

.maintext A {
    color: #C66B06;
    text-decoration: none;
}
    
.maintext A:hover  {
    color:#E67B06;
    text-decoration: none;
}

.navigation {
	font-family: "Trebuchet", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	margin: 0px;
	word-spacing: 10px;
}

.navigation A {
    color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
    text-decoration: none;
}
    
.navigation A:hover  {
    color:#CCCCCC;
	font-style: normal;
	font-weight: normal;
    text-decoration: none;
}

.tips {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	margin: 0px;
}

.tips A {
    color: #C66B06;
	font-style: normal;
	font-weight: bold;
    text-decoration: none;
}
    
.tips A:hover  {
    color:#E67B06;
	font-style: normal;
	font-weight: bold;
    text-decoration: none;
}

.heading {
	color: #9a4d00;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 20px;
}

.headline {
	color: #9a4d00;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 20px;
}


.heading_small {
	color: #9a4d00;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	margin: 0px;
}

.tagline {
	color: #FFFFFF;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	margin: 0px;
	background-color: #333333;
}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
}

.footer A {
    color: #CCCCCC;
	font-style: normal;
	font-weight: normal;
    text-decoration: none;
}
    
.footer A:hover  {
    color:#FFFFFF;
	font-style: normal;
	font-weight: normal;
    text-decoration: none;
}


/* Top navigation and dropdowns */	
#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
	font-family: "Myriad Pro", "Myriad", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
padding: 5px 0;
z-index:100;
background-color: #333333;

}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 5px 0;
text-decoration: none;
	font-family: "Myriad Pro", "Myriad", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	z-index:100;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #000000;
z-index:100;
padding: 5px 0;
}

