.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #0058a6;
	text-align: center;
	padding: 12px;
}
.padding {
	padding: 6px;
}
.bulletcopy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #003366;
	margin-left: 6px;
	margin-right: 6px;
	list-style-position: outside;
	list-style-type: square;
}
.border {
	border: 1px solid #003366;
}

.subhead {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #003366;
	margin-left: 6px;
	margin-bottom: -15px;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #003366;
	margin-left: 6px;
	margin-bottom: -5px;
	margin-right: 6px;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 23px;
	font-weight: normal;
	color: #003366;
	margin-left: 6px;
	margin-bottom: -10px;
}
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 23px;
	font-weight: bold;
	color: #003366;
	margin-left: 6px;
	margin-bottom: -10px;
}
body {
	background-color: #003366;
	margin-top: 0px;
}
a:link {
	text-decoration: none;
	color: #993300;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #993300
}

#menu
{	margin: 0;
	padding: 0;
}

#menu li
	{
	float: left;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#menu li a
	{
	display: block;
	text-decoration: none;
	width: auto;
	color: #FFFFFF;
	white-space: nowrap;
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	background-color: #0058a6;
}

#menu li a:hover
	{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #6699cc;
	background-color: #0058a6;
	}
		
#menu li ul
{	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
}
		
#menu li ul li
{	float: none;
	display: inline;
}
			
#menu li ul li a
{	width: auto;
	background: #0058a6; 
	color: #ffffff;
} 
			
#menu li ul li a:hover
{	background: #666666;

}
.leftrule {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-right: 6px;
	padding-bottom: 6px;
	
}
#ord {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
}
.rulebottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0033cc;
}
