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/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: 10px;
	font-style: normal;
	font-weight: bold;
	color: #3D4A77;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	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 ******/
#bottom {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 27px;
	left: 0;
	margin: 0;
	padding: 0px;
	z-index: 1;
	background-image: url(images/footerbg_short.gif);	
}
#nav {
	position: absolute;
	top: 102px;
	margin: 0;
	padding: 0px;
	left: 0px;
	z-index: 5;
	width: 600px;
	height: 129px;



}
#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: 1;
	visibility: visible;

}
