/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#B2E0DD;
}

.clear {
	clear:both;
}

h1 {
	color:#016e91;
	font-size:24px;
	margin-left:15px;
	margin-top:5px;
	margin-right:185px;
}
h3 {
	color:#016e91;
	font-size:16px;
	margin-left:15px;
	margin-top:5px;
}
li {
	color:#016e91;
	font-size:14px;
	margin-right:385px;
}
/* ----------------------------- header ----------------------------*/
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 156px;
	width: 1242px;
}
.header-spacer{
	background-image: url(images/header-spacer.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 1242px;
}
/* ----------------------------- body ----------------------------*/
#container {
	width:1252px;
}
/* ------- left nav ---------- */
#left-nav {
	background-image:url(images/left-nav.jpg);
	background-repeat:no-repeat;
	height:575px;
	width:203px;
	float:left;
}
#left-nav a {
	color:#016e91;
	text-decoration:none;
	margin-left:50px;
}
#left-nav a:hover {
	color:#000000;
}
/* --------- body ------------ */
#content {
	background-image:url(images/body-bg.jpg);
	background-repeat:repeat-y;
	float:left;
}
#content-txt {
	background-image:url(images/body.jpg);
	background-repeat:no-repeat;
	width:1029px;
	float:left;
	padding-left:20px;
}
#content-txt a {
	color:#016e91;
	text-decoration:underline;
}
#content-txt a:hover {
	color:#000000;
}
#content-txt p {
	color:#016e91;
	margin-left:20px;
	margin-right:385px;
}
#content-txt blockquote {
	color:#016e91;
	margin-left:20px;
	margin-right:385px;
	font-size:12px;
}
#content-txt table {
	margin-left:20px;
	margin-right:385px;
	margin-top:5px;
	margin-bottom:5px;
	color:#016e91;
}
.spacer {
	background-color:#000000;
	height:1px;
}
.small {
	font-size:9px;
	text-align:center;
	margin-left:20px;
	margin-right:385px;
}
/* ----------------------------- footer ----------------------------*/
#footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	height:29px;
	width:1242px;
	padding-top:20px;
	padding-left:203px;
	clear:both;
}
#footer-txt {
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
	width:680px;
}
#footer-txt a {
	color:#FFFFFF;
	text-decoration:none;
}

