@charset "ISO-8859-1";


/*menu*/

:link {
	color: #015794;
	text-decoration: underline;
	}
a:visited { 
	color: #015794;
	text-decoration: none;
	}
a:hover { 
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	}
a:active { 
	color: #408EB5;
	text-decoration: none;
	}

.cover {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size: 9pt;
	line-height: 13pt;
	font-weight: normal;
	color: #4573A1;
	padding-left: 65px;
}
.text {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size: 10pt;
	line-height: 16pt;
	font-weight: normal;
	color: #ffffff;
}
.texttitle {

	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size: 16pt;
	line-height: 16pt;
	font-weight: normal;
	color: #ffffff;
}
.callout {

	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size: 8pt;
	line-height: 14pt;
	font-weight: normal;
	color: #ffffff;
}

#dropmenudiv{
position:absolute;
border:1px solid white;
border-bottom-width: 0;
font:normal 11px Lucida Sans, Lucida Sans Unicode, Arial,Helvetica;
font-weight: normal;
line-height:21px;
text-align: center;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #006bb6;
}
#dropinboxv2cover{

width: 400px; /*change width to desired */

height: 160px;  /*change height to desired. REMOVE if you wish box to be content's natural height */

position:absolute; /*Don't change below 4 rules*/

z-index: 100;

overflow:hidden;

visibility: hidden;

}



#dropinboxv2{

width: 400px; /*change width to above width-20. */



border: 0px solid black; /*Customize box appearance*/

background-color: none;

padding: 0px;

position:absolute; /*Don't change below 3 rules */

left: 0;

top: 0;

}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	font-weight: normal;
	color: #996633;

}
.comments {

	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size: 9pt;
	line-height: 14pt;
	font-weight: normal;
	color: #006BB6;
}.header_top {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #ffffff;
	padding-right: 10px;
}

