@charset "UTF-8";
/* CSS Document */

body {
	background-color: #2A507E;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS"; 
	font-size: 14px;
	font-style: normal; 
	color: #333;
}

.body {  font-family: "Trebuchet MS"; font-size: 12px; font-style: normal; color: #000000}
.bodybold { font-family: "Trebuchet MS"; font-size: 12px; font-style: normal; color: #000000 ; font-weight: bold}
.bodyboldwhite { font-family: "Trebuchet MS"; font-size: 12px; font-style: normal; color: #FFFFFF; font-weight: bold }
.bodyboldblue { font-family: "Trebuchet MS"; font-size: 12px; font-style: normal; color: 2A507E; font-weight: bold }
.bodysmall { font-family: "Trebuchet MS"; font-size: 11px; font-style: normal; color: #000000 }


h1 {
	background-color:#2A507E;
	color: #FFF;
	font-size: 18px;
	margin-top:0px;
	margin-right: 2px;
	padding: 3px;
}
h1.red {
	background-color:#da4747;
	color: #FFF;
}

a {
	color: #2A507E;
}
a:hover {
	color: #d14747;
}

h2 {
	font-size: 16px;
	color: #2A507E;
}

p.content {
	padding: 5px 15px;
}

.red {
	color: #da4747;
}

.blue {
	color: #2A507E;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

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

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