body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #3D4A77;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(images/interior_hdr_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
/****** STANDARD MARKUP STYLES ******/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #3D4A77;
	text-decoration: none;
	text-align: justify;

}
strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3D4A77;
	text-decoration: none;
}
small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #3D4A77;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #3D4A77;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #3D4A77;
	text-decoration: none;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #3D4A77;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #99CCFF;
	text-decoration: underline;
}
a:active {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

/****** PAGE FORMATTING STYLES ******/

#nav {
	position: absolute;
	top: 98px;
	margin: 0;
	padding: 0px;
	left: 0px;
	z-index: 5;
	width: 600;
	height: 28px;




}
#content {
	position: absolute;
	top: 305px;
	left: 0;
	width: 80%; 
	padding: 0px;
	margin: 0px;  
	z-index: 1;
}
#header {
	position: absolute; 
	top: 0px; 
	left: 0; 
	margin: 0; 
	padding: 0px; 
	z-index: 2;
}
.blubold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #5F6188;
	text-decoration: none;
}