@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.5em;
	font-weight: bold;
	color: #000099;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 15px 0 15px;
}
#content {
	margin-top: 20px;
	}
#content h2 {
	margin: 10px 10px 10px 10px;
	font-weight: normal;
	font-size: 1em;
	line-height: 20px;
}
#content h3 {
	margin: 10px 10px 10px 10px;
	font-weight: bold;
	font-size: 1.2em;
}

#content p {
	margin: 0px 10px 7px 10px;
}
#content p.indentItalic {
	margin: 0px 20px 7px 20px;
	font-style: italic;
}
#content ul {
	margin: 0px 30px 0px 20px;
}
#content li {
	margin: 0px 30px 0px 20px;
}
#content li.spaceAfter {
	margin: 0px 30px 7px 20px;
}


a {
	font-weight: bolder;
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}

