html {
	height: 100%;
}

body {
	background-color: #91B2D8;
	margin: 0;
	padding: 0;
	height: 100%;
	background-attachment: fixed;
	background-image: url(body-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#wrapper {
	position: absolute;
	width: 760px;
	left: 50%;
	margin-left: -380px;
}

#logo {
	width: 248px;
	height: 91px;
	position: absolute;
	z-index: 100;
	right: 10px;
	top: 107px;
}

#header {
	width: 758px;
	height: 149px;
	background-image: url(header_trace.jpg);
	background-repeat: no-repeat;
}

#nav {
	width: 758px;
	height: 24px;
	background-color: #000066;
	line-height: 24px;
	border-left: 1px solid #000066;
	border-right: 1px solid #000066;
}

#nav a{
	margin: 0;
	display: block;
	float: left;
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	padding: 0 9px 0 9px;
	height: 24px;
}

#nav a:hover {
	background-color: #FFFFFF;
	background-image: url(nav-ovr.gif);
	background-repeat: repeat-x;
	color: #000066;
}

.navon {
	margin: 0;
	display: block;
	float: left;
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #000066;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 0 9px 0 9px;
	height: 24px;
	background-image: url(nav-on.gif);
	background-repeat: repeat-x;
}

#content {
	float: left;
	width: 758px;
	border-left: 1px solid #000066;
	border-right: 1px solid #000066;
	background-color: #FFFFFF;
}

#text {
	float: left;
	width: 430px;
	padding: 20px;
}

#text h1 {
	font-family: Helvetica, Arial;
	font-size: 32px;
	color: #000066;
	margin-top: 0px;
}

#text h2 {
	font-family: Helvetica, Arial;
	font-size: 20px;
	color: #000066;
}

#text p {
	font-family: Helvetica, Arial;
	font-size: 14px;
	color: #000066;
	line-height: 20px;
}

#text a {
	color: #BE0D0D;
	text-decoration: none;
}

#text a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #BE0D0D;
}

#text ol {
font-family: Helvetica, Arial;
	font-size: 14px;
	color: #000066;
	line-height: 20px;
}

.textplg {
	font-family: Helvetica, Arial;
	font-size: 20px;
	color: #000066;
	line-height: 24px;
}

#pics {
	float: left;
	width: 240px;
	padding: 30px 0 10px 40px;
}

#footer {
	float: left;
	width: 760px;
	height: 15px;
	text-align: center;
	font-family: Helvetica, Arial;
	font-size: 10px;
	color: #000066;
	padding-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #000066;
}

#footer a {
	text-decoration: none;
	color: #BE0D0D;
}

#footer a:hover {
	text-decoration: underline;
	color: #000066;
}

td p {
padding: 0;
margin: 0;
}

#text td {
	font-family: Helvetica, Arial;
	font-size: 14px;
	color: #000066;
	line-height: 20px;
}
