body {
	background-color: #023A5B;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	color: #02183E;
	font-family: verdana, arial, tahoma, helvetica, sans-serif;
	font-size: 75%;
	margin: 0;
	padding: 0;
	padding-bottom: 2em;
	text-align: center;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 150%;
}
li {
	margin-top: .3em;
	margin-bottom: .3em;
	line-height: 150%;
}
#wrapper1 {
	background-color: #fff;
	background-image: url(images/bgleft.gif); 
	background-position: top left;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 80%;
}
#wrapper2 {
	background-image: url(images/bgright.gif); 
	background-position: top right;
	background-repeat: repeat-y;
}
#wrapper3 {
	background-image: url(images/bgtopleft.gif); 
	background-position: top left;
	background-repeat: no-repeat;
}
#wrapper4 {
	background-image: url(images/bgtopright.gif); 
	background-position: top right;
	background-repeat: no-repeat;
}
#header {
	background-image: url(images/bgheader.gif); 
	background-position: top left;
	background-repeat: repeat-x;
	height: 201px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 19px;
	position: relative;
}
#logo h1 {
	margin-top: 0;
	display: none;
}
#logo span {
	background-image: url(images/logo.gif); 
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	width: 108px;
	height: 18px;
	margin-left: 25px;
	cursor: hand;
}
#header .image {
	background-image: url(images/family.jpg); 
	background-position: top left;
	background-repeat: no-repeat;
	width: 375px;
	height: 138px;
	position: absolute;
	top: 57px;
	left: 53px;
}
#nav {
	color: #A5DBF8;
	float: right;
	padding-right: 7%;
	margin-top: -14px;
	display: inline!important;
	width: 285px;
}
#nav a, #subnav a, #footer a {
	color: #A5DBF8;
	text-decoration: none;
}
#nav a {
	display: block;
	float: left;
	padding: 11px;
	padding-top: 6px;
	padding-bottom: 8px;
}
#nav a:hover, #subnav a:hover, #footer a:hover { color: #fff; }
#nav strong a {
	background-image: url(images/tableft.gif); 
	background-position: top left;
	background-repeat: no-repeat;
}
#nav strong  {
	background-color: #0D75AC;
	background-image: url(images/tabright.gif); 
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	float: left;
}
#subnav {
	font-size: 92%;
	margin-top: 30px;
	margin-left: 460px;
	margin-right: 53px;
	padding-left: 0px;
}
#subnav a {
	border-top: 1px solid #0C689A;
	clear: both;
	display: block;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 97%;
}
#subnav .first a {
	border: 0;
}
#nav p, #subnav p {
	margin: 0;
}
#content {
	margin-left: 63px;
	margin-right: 73px;
}
#content a {
	color: #CE2F00;
}
#content a:visited {
	color: #9D857F;
}
#content a:hover {
	color: #FE3E0E;
	text-decoration: none;
}
.drop-cap {
	display: block;
	float: left;
	font-family: Times New Roman, Georgia, Palatino, Times, Geneva;
	font-size: 300%;
	line-height: 100%;
	padding-right: 2px;
}
h1 {
	color: #0D75AC;
	font-weight: normal;
	font-family: times new roman, georgia, serif;
	font-size: 250%;
	margin-top: 5px;
	margin-bottom: -5px;
}
#footer {
	background-color: #05598B;
	color: #fff;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5em;
	padding: 3px;
	padding-left: 25px;
}
#footer p {
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#subfooter {
	background-color: #023A5B;
	background-image: url(images/bgbottom.gif);
	background-position: 10px top;
	background-repeat: repeat-x;
	height: 10px;
}
#subfooter .sub1 {
	background-image: url(images/bgbottomleft.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 10px;
	float: left;
	width: 10px;
}
#subfooter .sub2 {
	background-image: url(images/bgbottomright.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 10px;
	float: right;
	width: 10px;
}