html,body {
	width:100%;
	text-align: center;
	height: 100%;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCC99;
	width: 600px;
	margin:0px;
	padding:0px;
}
#MainNav {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	border: 2px solid #00423A;
	text-align: center;
	font-weight: bold;
	background-color: #FEEED7;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#Content {
	text-align: center;
	padding-right: 100px;
	padding-left: 100px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: left;
}
a:link {
	color: #E88531;
	text-decoration: none;
}

a:visited {
	color: #E88531;
	text-decoration: none;
}
a:hover {
	color: #00423A;
	background-color: #FEEED7;
}
a:active {
	color: #A5C4BD;
	text-decoration: none;
	background-color: #E88531;
}
a.mainnav:link {
	color: #00423A;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
a.mainnav:visited {
	color: #00423A;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

a.mainnav:hover {
	color: #FFFFFF;
	background-color: #00423A;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

a.mainnav:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E88531;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
a.nostyle:link {
	text-decoration: none;
	background-image: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.nostyle:visited {
	text-decoration: none;
	background-image: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.nostyle:hover {
	text-decoration: none;
	background-image: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.nostyle:active {
	text-decoration: none;
	background-image: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}
.floatright {
	float: right;
	clear: left;
	position: relative;
	margin-right: -30px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	text-align: justify;
	padding: 20px;
	background-color: #FEF5E9;
	border: 1px dashed #666666;
	background-image: url(/images/BGquotes.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
}
.rightalign {
	text-align: right;
}
#body {
	position:absolute;
	left:50%;
	width:600px;
	margin-top:10px;
	background-color: #FFFFFF;
	border: 4px solid #E88531;
	margin-left: -300px;
	padding: 10px;
}
