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

body{
font-family: Myriad, Myriad Pro, Helvetica, Arial, sans-serif;
font-size:14px;
line-height:20px;
color:#1C2F51;}
body a:link, a:visited, a:hover, a:active {color:#2C487E;}
p{margin:0;}
a { outline:0; }
.menu{
	background-image:url(images/menu-bg.gif);
	background-repeat:repeat-x;
}
.header{
	font-size:16px;
	color:#930000;
	font-weight:bold}
.alt-text{
	font-size:14px;
	color:#930000;}
.lower{
background-image:url(images/content-bg.gif);
background-repeat:repeat-y;}
.content{
padding: 15px 40px 15px 40px;
text-align:left}
.footer{
font-size:12px;
color:#666666;}
#dropmenudiv{
	position:absolute;
	margin-left:4px;
	border:1px solid #A70000;
	border-bottom-width: 0;
	font:normal 14px Myriad Pro, Myriad, Helvetica, Arial, sans-serif;
	line-height:18px;
	z-index:100;
	color: #FFFFFF;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	color: #FFFFFF;
	border-bottom: 1px solid #A70000;
	padding: 1px 0;
	text-decoration: none;
}
#dropmenudiv a:hover{ /*hover background color*/
background-color: #A70000;
}