body {
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 72px 8% 0 264px;
	padding: 0px;
	background-image: url(assets/l1_pgbg.jpg);
	background-repeat: repeat-x;
}
#navlist {
	position: absolute;
	left: 36px;
	top: 86px;
	width: 186px;
	z-index: 5;
}
#navlist p {
	font-size: .8em;
}
#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: .9em;
}
#navlist li {
	margin: 0;
}
#navlist a {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	background-color: #999999;
	background-image:  url(assets/l1_down.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
#navlist a:link, #navlist a:visited {
	color: #eee;
	text-decoration: none;
}
#navlist a:hover, #navlist a:active {
	background-color: #9F6F9F;
	background-image:  url(assets/l1_over.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #2D1E2D;
}
#navlink a:link, #navlink a:visited,
#navlink a:hover, #navlink a:active {
	background-color: #003333;
	background-image:  url(assets/l1_over.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #2D1E2D;
}
#logoDiv {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
#contentdiv {
	line-height: 1.25;
	background-color: #FFFFFF;
	width: 80%;
	margin-top: 5px;
	text-align: left;
	padding-left: 10px;
}
#contentdiv p {
	font-size: .85em;
}
h3 {
	margin-top: 2px;
	font-size: 1.2em;
	font-variant: small-caps;
	color: #009933;
	text-align: center;
	text-indent: 125px;

}
p {
	margin: 0px 0px 16px;
}
#footer {
	font-size: .75em;
	margin-top: 36px;
}
h4 {
	font-size: 1.25em;
	font-variant: small-caps;
	color: #009933;
	text-align: right;
	border-bottom: 1px dashed #999999;
}


h1 {
	font-size: 1.4em;
	color: #003333;
	margin-top: 0px;
	margin-bottom: 2px;
}
h2 {
	font-size: 1.2em;
	color: #009933;
	text-align: left;
}


.imagediv {
	position: relative;
}
.download {
	font-size: 1em;
	font-weight: normal;
	color: #993300;
	margin-left: 10px;
	text-decoration: none;

}
.article {
	color: #003333;
	text-align: left;
}
.article a:link {
	color: #003333;
	font-size: 0.85em;
	text-decoration: none;

}
.article a:hover {
	font-size: 0.85em;
	color: #FFFFFF;
	background: #003333;
}
.article a:visited {
	font-size: 0.85em;
}
.download a:hover {
	font-size: 1em;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	background: #FFFFCC;

}
.download a:link {

	font-size: 1em;
	font-weight: normal;
	color: #993300;
	text-decoration: none;
}
.download a:visited {
	font-size: 1em;
	font-weight: normal;
	color: #993300;
	text-decoration: none;

}
