A:link {
	text-decoration: none;
	color: #fff180;
	
}
A:visited {
	text-decoration: none;
	color: #CD853F;
}
A:active {
	text-decoration: none;
	color: #fff180;
	
}
A:hover {
	text-decoration: none;
	color: #bfe7ff;
	
}
body {
	font: normal 10px Arial, Helvetica, sans-serif;
	background-color: #005486;
	color: #fff8bf;
	background-repeat: no-repeat;
}
p {
color: #fff8bf;
}

.padding {
	padding: 0px 5px 0px 5px;
}
h4{
	margin-bottom: -15px;
	font: normal bold 12pt Arial, Verdana, sans-serif;
}
.quote {
	padding-right: 20px;
   padding-top:20px;  
	font: normal 11pt Arial, Verdana, sans-serif;
}
#email {
	margin-bottom: 10px;
}
#linkcontainer {
margin-bottom: 40px;
margin-left: -40px;
	
}
#links {
	list-style: none;
	text-align: right;
}
#footer td{
	text-align: center;
   color: black;
	font-size: 11px;
}
#footer A:link {
	text-decoration: none;
	color: #fff180;
}
#footer A:visited {
	text-decoration: none;
	color: #fff180;
}
#footer A:active {
	text-decoration: none;
	color: #fff180;
}
#footer A:hover {
	text-decoration: none;
	color: #fff8bf;
}
.underline {
   text-decoration: underline;
}

/* ######### Style for Drop Down Menu ######### */

.ddcolortabs{
padding: 0px; /* moves tabs on line */
width: 100%;
background: transparent;
}

.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0px;
	text-transform: uppercase;
}


.ddcolortabs a{
   float: left;
   color: #fff8bf;
   background: #0078c0 url(navagation/dropdownfiles/media/color_tabs_left.gif) no-repeat left top;
   margin: 0 2px 0 0;
   padding: 0 0 1px 3px;
   text-decoration: none;
   letter-spacing: 1px;
   line-height: 17px;
}

.ddcolortabs a span{
	float: left;
	display: block;
	background: transparent url(navagation/dropdownfiles/media/color_tabs_right.gif) no-repeat right top;
	padding: 5px 6px 2px 6px;
	line-height: 17px;
   vertical-align: bottom;
}

.ddcolortabsline{
clear: both;
margin:top: -2px;
width: 100%;
height: 4px;
line-height: 4px;
background: #c0005d;

}
.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
	background-color: #bfe7ff;
	color: #c0005d;
}

.ddcolortabs a:hover span{
	background-color: #bfe7ff;
	color: #c0005d;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
	position: absolute;
	top: 0;
	border: 1px solid #fff8bf;
	border-top-width: 3px; /*Top border width total Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	font: normal 12px Arial, Verdana, sans-serif;
	line-height: 18px;
	z-index: 100;
	background-color: #0078c0;
	width: 200px;
	visibility: hidden;

}

.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0;
	border-bottom: 1px solid #fff8bf;
	padding: 1px 0 1px 0;
	text-decoration: none;
	color: #fff8bf;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #bfe7ff;
	color: #c0005d;
}