/* CSS Document */
body {
	background-color: #002D62;
	padding: 0;
	margin: 0;
	border: 0;
	}

body, p, div, td, th, select, input, textarea, li, ul, ol {
	font-size:	14px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #3333;
	}

h1 {
	border-bottom: 1px solid #002D62;
	font-size:	18px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #002D62;
	}
	
h2 {
	font-size:	15px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #002D62;
	}
ul {
	list-style: square;
	}
.footer {
	font-size:	14px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #002D62;
	}
.footer a, .footer a:visited, .footer a:active{
	color: #004497;
	}
.footer a:hover{
	color: #002D62;
	}
.menu ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	}
.menu li {
	display: block;
	font-size:	14px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #002D62;
	text-transform: uppercase;
	margin-top: 6px;
	}
.menu span, p.menu{
	display: block;
	color: #002D62;
	line-height: 22px;
	text-transform: uppercase;
	border: 1px solid #E5E5E5;
	padding-left: 5px;
	background: #FFF url('/images/menu-head-bg.jpg') repeat;
	
	}
	
.menu li a, .menu li a:visited, .menu li a:active{
	display: block;
	font-size:	14px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #002D62; 
	text-transform: none;
	padding-left: 23px;
	margin-top: 6px;
	text-decoration: none;
	}

.menu li a:hover{
	color: #002D62; 
	background: #FFF url('/images/menu-hover.gif') no-repeat 5px 7px;
	}

.pgHeading {
	background: #F0F0F0 url('/images/handshake_small.jpg') no-repeat top left;
	}

.pquote {
	border: solid 1px #002D62;
	margin: auto 40px;
	padding: 10px;
	background-color: #F0F0F0;
	color: #002D62;
	text-align: center;
	}

a, a:visited, a:active{
	color: #002D62; 
	text-decoration: none;
	}
.bolded {
	font-weight:bold;
	text-decoration: underline;
}
a:hover{
	color: #990000;
	}