body {
	background-color: white;
	font-family: Helvetica, Arial, sans-serif;
	padding-top: 20px;
	color: #263026;
}

#container {
	width: 790px;
	position: absolute;
	left: 50%;
	margin-left: -395px;
}

#main {
	background: url('img/bg.gif') no-repeat bottom;
	width: 750px;
	margin: 0px 20px 0px 20px;
	padding-left: 10px;
}

#titlenav {
	width: 270px;
	height: 500px;
	float: left;
	clear: left;
	border-right: 1px solid #c3cfba;
	margin-right: 10px;
}

#titleimg {
	margin: 0px 10px 10px 0px;
	border: none;
}

#navlinks {
	margin: 2px 10px 0px 10px;
}
#navlinks a {
	display: block;
	color: #263026;
	text-decoration: none;
	background-color: #c3cfba;
	text-align: left;
	font-size: 9pt;
	margin: 2px 0px 0px 0px;
	padding: 2px 5px 1px 5px;
}
#navlinks a:hover {
	background-color: #f3cf09;
}
#navlinks a.section {
	background-color: #f3cf09;

}
#navlinks a.subsection {
	margin-left: 30px;
	font-size: 8pt;
}

#description {
	font-size: 10pt;
	border-top: 1px solid #c3cfba;
	margin: 20px 0px 0px 10px;
	padding: 20px 10px 0px 0px;
	line-height: 130%;
}

#content {
	width: 440px;
	float: right;
	font-size: 10pt;
	margin-right: 20px;
}
#content p {
	line-height: 120%;
}
#content ul {
	line-height: 120%;
}
#content h1 {
	border-bottom: 1px solid #c3cfba;
}

#content h3 {
	color: #669900;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 8pt;
	padding: 10px;
}

.img_right {
	float: right;
	margin: 0px 0px 10px 10px;
	font-size: smaller;
	text-align: center;
}

td {
	font-size: 10pt; 
}

#side {
	font-size: smaller;
	line-height: 110%;
}

#side li.highlight {
	color: #669900;
}

p img {
    margin-bottom: 3px;
}