/* center relative to window */
#container {
	position:relative;
	left: 50%;
	margin-left: -361px;
	width: 722px;
	text-align: left;
}

/* site background image and text styles */
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 86%;/* reduce default */
	color: #663333;
	background-color: #FFFFFF;
	background-image:  url(images/bg_paper.jpg);
	background-repeat: repeat;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* content area background image */
.content {
	background-image: url(images/mr_08.gif);
	background-repeat: repeat;
	text-align: left;
}

/* main content top cell area size */
#present1 {
	width: 475px;
	text-align: left;
	margin: 0px;
	padding-top: 15px;
	padding-left: 10px;
}

/* main content second cell area size */
#present2 {
	width: 540px;
	text-align: left;
	margin: 0px;
	padding-left: 10px;
}

/* footnotes siz */
#footnotes {
	width: 540px;
	text-align: left;
	padding-left: 10px;
}

/* content links */
a:link {
	color: #CC9933;
	text-decoration: underline;
}
a:visited {
	color: #CC9933;
	text-decoration: underline;
}
a:hover {
	color: #CC9966;
}

/* page head links */
.topnav {
	font-size: 0.95em;
	color: #663333;
	text-align: right;
}
.topnav a:link {
	color: #663333;
	text-decoration: none;
}
.topnav a:visited{
	color: #663333;
	text-decoration: none;
}
.topnav a:hover{
	color: #CC9966;
	text-decoration: underline;
}

/* site navigation links */
.sidenav a:link {
	color: #663333;
	text-decoration: none;
}
.sidenav a:visited{
	color: #663333;
	text-decoration: none;
}
.sidenav a:hover{
	color: #CC9966;
	text-decoration: underline;
	font-size: 1em;
}

/* page bottom links */
.bottomnav {
	color: #663333;
	text-decoration: none;
	text-align: center;
}

.bottomnav a:link {
	color: #663333;
	text-decoration: none;
}
.bottomnav a:visited{
	color: #663333;
	text-decoration: none;
	text-align: center;
}
.bottomnav a:hover{
	color: #CC9966;
	text-decoration: underline;
	font-size: 1em;
}

/* main content title */
h1 {
	font-size: 1.25em;
	font-style: italic;
	font-weight: bold;
}
.floatright {
	font-size: .95em;
	background-color: #FFFFFF;
	text-align: center;
	margin: 5px;
	padding: 5px;
	float: right;
	border: thin solid #CC6699;
}

.floatleft {
	font-size: .95em;
	background-color: #FFFFFF;
	text-align: center;
	margin: 5px;
	padding: 5px;
	float: left;
	border: thin solid #CC6699;
}

.floatcenter {
	font-size: .95em;
	background-color: #FFFFFF;
	text-align: center;
	margin: 5px;
	padding: 5px;
	float: none;
	border: thin solid #CC6699;
	clear: both;
}
.center {
	text-align: center;
}
li {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 0em;
	margin-bottom: 0.5em;
}
li.number {
	list-style-type: decimal;
}.moveright {
	text-align: right;
}
.right {
	float: right;
}
