body {
	font-family: "Trebuchet MS", "Gill Sans", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
}
.topimage {
	position: absolute;
	right: 0px;
	top: 0px;
}
#curvenav {
	position:absolute;
	left:0px;
	top:132px;
	z-index:1;
}

.index-scroller {
	font-size: 0.8em;
	padding-left: 220px;
	padding-right: 200px;
}

.content ul {
	list-style-type: square;
	font-size: 0.8em;
	color: black;
	padding-left: 220px;
	padding-right: 200px;
}		

.content ol {
	font-size: 0.8em;
	color: black;
	padding-left: 220px;
	padding-right: 200px;
	list-style-position: inside;
}	

.content ol li {
		padding-top: 8px;
}	

.content p {	
	font-size: .8em;
	color: black;
	line-height: 1.8em;
	margin-left: 192px;
	padding-right: 60px;
}
	
.content table {
	font-size: 0.8em;
	color: black;
	line-height: 1.8em;
	margin-left: 192px;
}

.content {
	background-image: url(images/bg-halfcircle.gif);
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align: top;
}



.rightimage {
	float: right;
	margin-left:15px;
	margin-bottom:5px;
}	
.leftimage {
	float: left;
	margin-right:15px;
	margin-bottom:5px;
}	

h1 {
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
	color: #999999;
	padding-left: 192px;
	padding-top: 60px;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;
	color: black;
	margin-bottom: 0px;
	padding-left: 192px;
}
h3 {
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	color: #999999;
	margin-bottom: 0px;
	padding-left: 192px;
}
h4 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	color: black;
	margin-bottom: 0px;
	padding-left: 192px;
}


.address {
	padding: .7em;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
}

.address a {
	font-weight: bold;
}
.address a:link {
	color: #FFE813;
	text-decoration: underline;
}
.address a:visited {
	color:#FFE813;
}
.address a:hover {
	text-decoration: none;
	color: #ffffff;
}

.address a:active {
	color: #999999;
}


a {
	font-weight: bold;
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color:#660000;
}
a:hover {
	text-decoration: none;
	color: #999999;
}

a:active {
	color: #FFE813;
}