body {
background-color: #B7CCF8;
margin: 0px;
padding: 0px;
font-family: verdana, helvetica, sans-serif;
font-size: 9pt;
color: #000000;
}


#nav {
float: left;
width: 15%;
z-index: 2;
text-align: center;
}

#content {
float: right;
z-index: 2;
width: 80%;
}

div.padding {
padding-left: 15px;
padding-right: 15px;
}

input, textarea {
	background-color: #FFFFFF;
	font-family: verdana, helvetica, sans-serif;
	font-size: 9pt;	
	color:#000000; 
	padding: 2px;
	margin: 2px;
	border: 1px solid #11224D;
}


h2 {
height: 448px;
background-image: url(finalheader.png);
background-position: top right;
background-repeat: no-repeat;
background-color: #FFFFFF;
border-bottom: 3px solid #11224D;
margin: 0px;
padding: 0px;
}


h1 {
color: #11224D;
border-bottom: 2px solid #11224D;
font-weight: normal;
font-family: georgia, times, serif;
font-size: 18pt;
font-style: italic;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
text-align: right;
margin-top: 0px;
}

a:link { color:#11224D; text-decoration: underline;  font-weight: bold; }
a:visited { color:#11224D; text-decoration: underline;  font-weight: bold; }
a:hover { color:#FFFFFF; text-decoration: overline;  font-weight: bold; }


a.nav:link { color: #11224D; text-decoration: none; font-weight: none; border: none; background-color: #FFFFFF }
a.nav:visited { color: #11224D; text-decoration: none;  font-weight: none; border: none; background-color: #FFFFFF }
a.nav:hover { color: #B7CCF8; text-decoration: none;  font-weight: none; border: none; background-color: #FFFFFF}

.menu {
	color: #11224D;
	font-family: georgia, times, serif;
	font-size: 12pt;
	font-style: italic;
	letter-spacing: 2px;
	text-align: center;
	padding: 10px;   
	margin-bottom: 5px;
	background-color:#FFFFFF;
	border: 1px solid #11224D;
	width: 85%;
}

.title {
color: #11224D;
font-weight: normal;
font-family: georgia, times, serif;
font-size: 15pt;
font-style: italic;
padding-bottom: 5px;
}

blockquote { color: #11224D;
	padding: 10px;   
	background-color:#FFFFFF;
	border: 1px solid #11224D;
	width: 85%; 
	line-height: 18px;}

p, ul, li {line-height: 18px;
	text-align: justify;}