body {
	background-color:#fffff;
}
a {
	color: #0B4578;
	text-decoration: underline;
} 

a:hover {
	color: #7465A5;
	text-decoration: none;
}




.hide {
	visibility: hidden;
	display: none;}

p, ul li, ol li {
	font-family: Verdana, arial, helvetica, helv, sans-serif; 
	font-size: 12px; 
	color: black; 
	line-height: 18px;}

ul li, ol li {
	margin-bottom: 4px;
}

h1 {
	font-family: verdana, arial, helvetica, helv, sans-serif;
	font-size: 22px;
	color: #04348A;
	font-weight: bold;
	margin-top: 0px;

}


h2 {
	font-size: 18px;
	font-family: verdana, arial, helvetica, helv, sans-serif;
	color: #04348A;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-family: verdana, arial, helvetica, helv, sans-serif;
	color: #04348A;
	font-weight: bold;

}
h4 {
	font-size: 14px;
	font-family: verdana, arial, helvetica, helv, sans-serif;
	color: #000000;
	font-weight: bold;

}

h4.frontpage {
	font-size: 14px;
	font-family: verdana, arial, helvetica, helv, sans-serif;
	color: #ffffff;
	font-weight: bold;
	background-color: #00467F;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 6px;
}

h4.frontpage a {
	color: #ffffff;

}
h4.frontpage a:hover {
	color: #ffffff;
	text-decoration: none;

}

.note {
	font-family: Verdana, helvetica, arial; 
	font-size: 11px; 
	line-height: 12px;}

.revdate {
	font-family: Verdana, helvetica, arial; 
	color: #727272;
	font-size: 11px; 
	line-height: 12px;}


/*left side menu nav */

.menu
{
	width: 145px;
	border-right: 1px solid #04348A;
	padding-right: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
*html .menu
{
	width: 170px;
}

h3.menu {
	border-right: 1px solid #ffffff;
	padding-left: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 16px;
	font-size: 12px;
	color: #04358C;
	background-color: #ccccff;
	font-weight: bold;
	text-transform: uppercase;
}

.menu a:link, .menu a:visited {
	color: #04358C;
}
.menu a:hover {
	text-decoration: none;
}

ul.menubullet {
	list-style-image: url("images/bullet.gif");
	list-style-position: outside; 
	margin-left: -24px;

}

*html ul.menubullet {
	margin-top: -6px;
	margin-left: 16px;

}

li.menubullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;

}


/*tables*/


table.content {
	border-width: 1px;
	border-style: solid;
	border-color: #F5F3F9;
	border-collapse: collapse;
	background-color: white;
}

table.content th  {
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: #F5F3F9;
	background-color: #00467F;
	-moz-border-radius: ;
}

table.content td {
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: #cccccc;
	background-color: #F7F9FB;
	-moz-border-radius: ;
}

.tablehdr {
	font-family: verdana, arial, helvetica, helv, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;}

/* footer links */

.footer {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

p.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: none;
	MARGIN-TOP: 0px; 
	MARGIN-BOTTOM: 20px; 
	MARGIN-LEFT: 0px
}

.footer a {
	COLOR: #000000;
	text-decoration: underline;
}
.footer a:link {
	COLOR: #000000;
	text-decoration: underline;
}
.footer a:hover {
	COLOR: #000000;
	text-decoration: none;
}

.footer a:visited {
	COLOR: #000000;

}

/*box text */

.BoxText {
	width: 75%;
	border:1px solid #04348A;
	padding: 6px 6px 0px 6px;
	margin-left: 48px;
	margin-bottom: 24px;
	background-color:#F5F3F9;
	color:#006990;
}

/*pull quote */

.Pull {
	float: right;
	width: 200px;
	border:1px solid #04348A;
	padding: 6px 6px 0px 6px;
	margin-left: 24px;
	margin-bottom: 24px;
	background-color:#F5F3F9;
	color:#006990;
}

.Pull p {font-family: Arial, helvetica, helv, sans-serif; 
	font-size: 12px; 
	color: black; 
	font-weight: bold;
	line-height: 18px;}

.italname {font-style: italic;
	margin-top: -16px;}


