body {
   background-color: #6D859F;
   font-family: "Century Gothic", "Arial Narrow", Arial, Trebuchet MS, arial,verdana,sans-serif;
   color: #333;
   }

.container {
   border: 1px solid #333;
   background-color: #fff;
   width: 800px;
   margin-right: auto;
   margin-left: auto;
}
.content_main {
   padding-left: 8px;
   padding-right: 8px;
   font-size: 0.95em;
   line-height: 130%;
}

#dropmenudiv{
position:absolute;
border-bottom-width: 0;
margin-top: 20px;
margin-left: -120px;
font:normal 9px verdana, sans-serif;
line-height:15px;
color: #fff;
background-color: #304D62;
z-index:100;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-top: 1px solid #fff;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: #fff;
background-color: #304D62;
text-transform: uppercase;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #F45E1F;
color: #fff;
}

.header_main {
 font-family: "Century Gothic", "Arial Narrow", Arial, Trebuchet MS,arial,verdana,sans-serif;
   border-top: 1px solid #333;
   border-bottom: 1px solid #333;
   background-color: #304D62;
   color: #fff;
   font-size: 13px;
   text-transform: uppercase;
   padding-left:11px;
   padding-top:3px;
   padding-bottom:3px;
   text-align: left;
   }
   
.header_main a:link {
	color: #fff;
   font-weight: bold;
   text-transform: uppercase;
   text-decoration: none;
}

.header_main a:visited {
   color: #fff;
   font-weight: bold;
   text-transform: uppercase;
   text-decoration: none;
}

.header_main a:hover {
   color: #F45E1F;
   font-weight: bold;
   text-transform: uppercase;
   text-decoration: none;
} 

.footer_main {
   color: #fff;
   border-top: 1px solid #333;
   background-color: #304D62;
   text-align: right;
   font-size: 10px;
   text-transform: uppercase;
   padding:4px;
   }
   
.footer_main a:link {
	color: #fff;
   font-weight: normal;
   text-transform: uppercase;
}

.footer_main a:visited {
   color: #fff;
   font-weight: normal;
   text-transform: uppercase;
}

.footer_main a:hover {
   color: #ff9;
   font-weight: normal;
   text-transform: uppercase;
} 
.listing {
 border: 1px solid #6D859F;
 background-color: #BCCCDD;
 font-size: .85em;
 }
a:link {
	color: #095BA5;
   font-weight: bold;
}

a:visited {
   color: #CD6233;
   font-weight: bold;
}

a:hover {
   color: #F45E1F;
   font-weight: bold;
} 

h1 {
   font-family: georgia, times new roman, times,serif;
   line-height: 110%;
}

small {
   font-size: 0.8em;
   font-family: Verdana,Arial, Geneva, sans-serif;
   line-height: 110%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
