@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}
body {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	}
#wrapper {
	position: relative;
	width: 850px;
	margin: 20px auto 0;
	text-align: left;
	border: thin dotted #000000;
	}
#clear {
	clear: both;
	}
#header {
	position: relative;
	}
 #header p {
	margin: 5px 0px 10px 0px;
	text-align: center;
	font-style: italic;
}
#header h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #003366;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 15px 0 15px;
}
#header h2 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 15px 5px 15px;
}
#content {
	margin-top: 20px;
	}

#content p {
	margin: 0px 10px 7px 10px;
}
#content p.lastPara {
	margin: 0px 10px 2px 10px;
}
#content p.leftIndent {
	margin: 0px 85px 20px 70px;
}
#content  ul {
	margin: 0px 10px 7px 40px;
	list-style-position: outside;
	list-style-type: disc;
	font-style: oblique;
}
#content h2 {
	margin: 10px 10px 10px 10px;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 20px;
	color: #003366;
}
#content h3 {
	margin: 10px 10px 10px 10px;
	font-weight: bold;
	font-size: 1.2em;
}
#content h4 {
	font-size: 1em;
	margin: 20px 10px 20px 10px;
}
a {
	font-weight: bolder;
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}

