/* CSS Document */
body {
	background-color: #8585ad;
	margin: 0px;
	padding: 0px;
	background-image: url(images/topcorner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1, h2, h3, h4, h5, p, div {
	margin: 0px;
	padding: 0;
}
#container {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	background: #8585ad url(images/bottomcorner.jpg) no-repeat right bottom;
	position: absolute;
	left: 100px;
	top: 40px;
}
#banner {
	margin: 0px;
	padding: 0px;
	width: 910px;
	background: #FFFFFF url(images/logo.jpg) no-repeat 20px 10px;
	height: 170px;
	float: left;
}
#innerwrap {
	margin: 0px;
	background: #FFFFFF;
	float: left;
	width: 910px;
	padding: 0px;
	position: relative;
}
.clear {
	clear: both;
}
#content {
	float: left;
	width: 870px;
	margin: 0px;
	background: #FFFFFF;
	padding: 20px;
	position: relative;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	margin: 10px 0px;
	padding: 0px;
	line-height: 120%;
}
p a:link {
	color: #666699;
	text-decoration: underline;
}
p a:visited {
	color: #666699;
	text-decoration: underline;
}
#content li {
	margin: 0px;
	padding: 0px;
	display: list-item;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height: 140%;
}
#content ul {
	list-style: disc;
	margin-left: 21px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
#content ul a {
	text-decoration: underline;
	color: #666699;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #cc3333;
	margin: 5px 0px;
	font-weight: bold;
	padding: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666699;
	font-weight: bold;
	margin: 5px 0px;
	padding: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc3333;
	margin: 5px 0px;
	padding: 0px;
	font-style: italic;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 5px 0px;
	padding: 0px;
}
#footer {
	width: 910px;
	padding-top: 10px;
	height: 40px;
	float: left;
	text-align: center;
}
#footer p {
	font: 65% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#footer p a {
	text-decoration: underline;
	color: #666699;
}
blockquote {
	margin: 5px 0px 5px 15px;
	padding: 0px;
}
h2 a {
	color: #666699;
}
.quote {
	font-style: italic;
	line-height: normal;
	color: #666699;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: center;
}
.reditalic {
	font-style: italic;
	color: #cc3333;
}
ol {
	font: normal 14px Georgia, "Times New Roman", Times, serif;
}
.blueitalic {
	font-style: italic;
	color: #666699;
}
.front {
	color: #333333;
	font-size: 14px;
	line-height: 175%;
}
.image {
	border-top: thin solid #666699;
	border-right: thin solid #666699;
	border-bottom: thin solid #666699;
	border-left: thin solid #666699;
}
