body {
	color: #000000;
	background-color: #51323C;
	font-family: Georgia,Arial,Helvetica,sans-serif;
	font-size: 110%;
	margin: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}
td {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
form {
	margin: 0px;
}
ul li {
	margin-bottom: 5px;
}
ol li {
	margin-bottom: 12px;
}
a {
	color: #A4224D;
	font-weight: bold;
}
a:link, a:active, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#container {
	margin: 0px auto 0px auto;
	text-align: center;
}
#roof {
	width: 970px;
	height: 195px;
	background-image: url(/li/roof.jpg);
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
}
#main {
	clear: both;
	width: 970px;
	background-image: url(/li/backdrop.gif);
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
}
#main #left {
	width: 250px;
	float: left;
	margin: 0px 0px 0px 10px;
}
#main #left ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 25px 0px;
	width: 250px;
}
#main #left ul li {
	list-style: none;
	padding: 0px 12px 0px 26px;
	height: 37px;
	line-height: 37px;
	text-align: left;
	margin: 0px;
	font-size: 90%;
	border-bottom: 1px dashed #888888;
	background-image: url(/li/left-arrow.gif);
	background-position: 12px center;
	background-repeat: no-repeat;
}   
#main #left ul li a {
	display: block;
}
#main #left ul li.heading {
	height: 37px;
	text-align: left;
	vertical-align: middle;
	padding: 0px 12px 0px 12px;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
	background-color: #715261;
	border-top: 1px dashed #888888;
	border-bottom: 1px dashed #888888;
}
#main #left ul li.heading a {
	color: #FFFFFF;
}
#main #left .advertisement {
	margin: 0px 0px 10px 0px;
	text-align: center;
}
#main #content {
	float: left;
	width: 670px;
	padding: 0px 15px 15px 15px;
	font-size: 90%;
	text-align: left;
	vertical-align: top;
}
#main #content h1 {
	margin-top: 0px;
}
#main #content p {
	line-height: 140%;
}
#main #content #ad-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 40px;
}
#main #content #nextPage {
	text-align: right;
}
#main #epilogue {
	clear: both;
	text-align: right;
}
#base {
	clear: both;
	width: 970px;
	height: 60px;
	background-image: url(/li/base.gif);
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	padding: 20px 0px 0px 0px;
}
#base a {
	color: #FFFFFF;
	font-weight: normal;
}
#base a:link, #footer a:visited {
	text-decoration: none;
}
#base a:hover, #footer a:active {
	text-decoration: underline;
}
#base table {
	margin: 0px 10px 0px 10px;
	width: 950px;
}
#base table tr td {
	height: 40px;
	vertical-align: middle;
	padding: 0px 20px 0px 20px;
	font-size: 75%;
	color: #FFFFFF;
}
#base table tr td.left {
	text-align: left;
}
#base table tr td.right {
	text-align: right;
}
#base table tr td.right img {
	border: 0px;
}

h1 {font-size: 160%; color: #000000; font-weight: normal;} 
h2 {font-size: 130%; color: #000000; font-weight: normal;}
h3 {font-size: 115%; color: #000000; font-weight: normal;}
h4 {font-size: 100%; color: #000000; font-weight: bold;}

.attention-positive {
	background-color: #F8FFF0;
	border-top: 2px #99CC00 solid;
	border-bottom: 2px #99CC00 solid;
	padding: 7px;
}
.attention-positive h3 {
	margin: 0px;
	color: #99CC00;
}
.attention-positive p {
	margin: 0px;
}
.attention-negative {
	background-color: #FFF8F0;
	border-top: 2px #CC9900 solid;
	border-bottom: 2px #CC9900 solid;
	padding: 7px;
}
.attention-negative h3 {
	margin: 0px;
	color: #CC9900;
}
.attention-negative div {
	border-bottom: 1px dashed #888888;
	padding: 2px;
}
.contact-table {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	width: 99%;
	margin-bottom: 10px;
}
.contact-table tr th {
	background-color: #E8E8E8;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 3px;
}
.contact-table tr td {
	background-color: #FFFFFF;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 3px;
	vertical-align: middle;
}
.contact-table tr td input, .contact-table tr td textarea, .contact-table tr td select {
	margin: 3px 0px 0px 0px;
	font-size: 110%;
	padding: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.contact-table tr td textarea.large {
	width: 500px;
	height: 100px
}
.contact-table tr td .annotation {
	font-size: 80%;
}
.contact-table tr td .req {
	color: #CC0000;
	font-size: 75%;
}
.contact-table tr td .smallprint {
	color: #333333;
	font-size: 75%;
}