p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	list-style-type: square;
}
.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #003399;
}

#generic_container {
	position: relative;
	z-index: 1;
	width: 100%;
	
}

#home_box1{
	position: absolute;
	z-index: 2;
	left: 10px;
	top: 10px;
	width: 517px;
	height: 199px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #000;
	
}

#home_lowerbox{
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 222px;
	width: 455px;
	height: 406px;
	background-image: url(../images/lower_box.gif);
	background-repeat: no-repeat;
	
}

#home_lowerbox1{
	position: absolute;
	z-index: 3;
	left: 10px;
	top: 67px;
	width: 201px;
	height: 284px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #000;
	font-weight: normal;
}

#home_lowerbox2{
	position: absolute;
	z-index: 3;
	left: 43px;
	top: 352px;
	width: 184px;
	height: 41px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8.5pt;
	line-height: 11pt;
	color: #FFF;
	font-weight: normal;
}

#home_lowerbox3{
	position: absolute;
	z-index: 3;
	left: 231px;
	top: 15px;
	width: 209px;
	height: 41px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	line-height: 16pt;
	color: #FFF;
	text-align: center;
	font-weight: normal;
}

#home_lowerbox4{
	position: absolute;
	z-index: 3;
	left: 206px;
	top: 94px;
	width: 261px;
	height: 41px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	line-height: 15pt;
	color: #000;
	font-weight: normal;
}

#home_lowerbox5{
	position: absolute;
	z-index: 3;
	left: 231px;
	top: 264px;
	width: 213px;
	height: 41px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	line-height: 15pt;
	color: #000;
	font-weight: bold;
}




/*NAV
 * ------------------------------------------------------------------------- */

#nav {
	height:28px;
	background-color: #004E7A;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #FFF;
	text-align: center;
	}

#nav a {
	text-decoration: none;
	color: #FFF;
}



/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	text-align:center;
	color:#004E7A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005179;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

#footer p {
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color:#004E7A;
	text-decoration: underline;
}

#footer ul {
	margin-top:10px;
	margin-right: 40px;
}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9C9C9C;
	padding-top: 0;
	padding-bottom: 0;
	display: inline;
	padding-right: 10;
	padding-left: 10px;
	}

	#footer li.first { border: none; }
	
.blurb{
	color:#004E7A;
	font-size: 8pt;
	line-height: normal;
	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	}
