* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	color: #000;
	background-position: center;
	background-attachment: fixed;
}
#container {
	width: 800px;
	padding: 2px;
	margin: 0px auto;
	font-size: 0.8em;
	color: #000000;
}
#comment {
	font-style: italic;
	background-color: #FF0000;
	border: medium solid #FFFFFF;
	font-weight: bold;
	padding: .5em 1em .5em 1em;
}
#header {
	margin-top: 1px;
	height: 333px;
	border: 0px solid #616757;
}
#wrapper {
	margin-top: 7px;
	background-color: #FF9;
}
#left {
	width: 240px;
	color: #000;
	padding: 10px;
	font-weight: bold;
	float: left;
}
#content {
	margin-left: 250px;
	margin-right: 15px;
	margin-bottom: 5px;
	padding: 10px;
	padding-left: 25px;
	color: #000000;
	background-color: #FFFFFF;
	border: 0px solid #FFFFFF;
}
#footer {
	clear: both;
	background-color: #FF9;
	color: #666;
	padding: 1px;
	border: 1px solid #FFFFFF;
	text-align: center;
	font-size: x-small;
}
/* Begin text formatting and image floats */
.imageleft {
	float: right;
	margin-right: 7px;
	margin-bottom: 1px;
	margin-top: 2px;
	border: 2px, 2px, 2px, 2px;
	padding: 0px, 6px, 6px, 18px;
}
p, .job, sample {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 9pt;
}
.job {
	font-weight: bold;
	font-style: italic;
}
button {
	font-weight: bold;
	background-color: #FF0;
	color: #666;
}
sample {
	background-color: #FFC;
	color: #000000;
	padding-left: 20px;
}
h1, h2 {
	background-color: #FF9;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 1.5em;
	color: #000;
	margin-top: 16px;
	margin-bottom: 3px;
	border-top: 4px solid #CCC;
	border-bottom: 4px solid #CCC;
}
h1 {
	padding: 5px;
	font-size: 3em;
}
h3, h3 a {
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
	margin-top: 6px;
	margin-bottom: 2px;
	border-bottom: 1px dashed;
	text-decoration: none;
}
.list {
	font-size: 9pt;
	margin-left: 15px;
	margin-top: 11px;
}
.jlist {
	margin-left: 15px;
}
.blist {
	font-size: 9pt;
	text-align: left;
	display: inherit;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 4px;
}
.plist {
	margin-left: 15px;
	background-color: #FFC;
	font-size: 9pt;
	list-style-position: outside;
	list-style-type: diamond;
	margin-bottom: 4px;
}
a:link, a:visited, a:hover, a:active {
	color: #000000;
	background-color: inherit;
	text-decoration: underline;
}
