﻿body {
	margin: 0px 0px 0px 0px;
	background: #FFFDED;
	font-family: "Times New Roman", "Times", serif;
	font-size: 12pt;
	color: #000000;
	}

a {
	text-decoration: none;
	font-weight: bold;
	color: #808080;
	outline: none;
	}

a:visited {
	color: #808080;
	}

.underline {
	text-decoration: underline;
	}

#top {
	margin: auto;
	text-align: center;
	padding: 10px;
	clear: both;
	}
	
#left {
	float: left;
	width: 120px;
	margin: 20px 10px 10px 20px;
	padding: 0px;
	}

#left a {
	display: block;
	}

#right {

	float: right;
	width: 120px;
	margin: 20px 20px 10px 10px;
	padding: 0px;

	}

#middle {
	margin: 10px 150px;
	padding: 15px 10px 30px 10px;
	border: 2px solid #ccc;
	}


#footer {
	margin: 10px 160px;
	text-align: center;
	padding: 0px 0px 30px 0px;
	height: 40px;
	clear: both;
	}

	
h1, h2, h3, h4 {
	text-align: center;
	}

.float-right {
	float: right;
	margin: 8px 0px 5px 15px;
	}

.float-left {
	float: left;
	margin: 8px 15px 5px 0px;
	}

.asterisk {
	margin: auto;
	text-align: center;	
	word-spacing: 5em;
	}

.indentnav {
	text-indent: 20px;
	font-size: 80%;
	}

.centered {
	text-align: center;
	}


.alignright {
	float: right;
	}

.alignleft {
	float:left;
	}

.italic {
	font-style: italic;
	}

	