body {
	font: 76%/1.5 Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: #6E7063;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #99B3CC;
}

a:focus, a:hover, a:active {
	color: #FFFFFF;
}

h1, h2, h3, h4 {
	color: #E9E6E6;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 0 0 20px;
	background: url(../i/hdbg.gif) no-repeat left center;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #EEEEEE;
}

ul{
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
}

ul li{
	padding: 0 0 0 17px;
	margin: 0 0 5px 0;
	background: url(../i/libul.gif) no-repeat left center;
}

blockquote {
	font-size: 100%;
	font-style: italic;
	color: #D2CFCC;
	margin: 0;
	padding: 0 0 0 6px;
	border-left: 1px dotted #EEEEEE;
}

cite {
	text-transform: uppercase;
	color: #CC9999;
}

div.holdcode {
	width: auto;
	height: auto;
	overflow: auto;
	padding: 10px;
	margin: 0 0 10px 0;
	border: 1px solid #EEEEEE;
}

code {
	color: #99B3CC;
	font: 100% monospace;
}

input {
	background: #EEE1E1;
	border: 1px solid #EEEEEE;
}

input:focus {
	background: #FFE6CC;
}

fieldset {
	padding: 6px;
	border: 1px solid #EEEEEE;
}

legend {
	color: #EEEEEE;
	text-transform: uppercase;
}

.formbutz {
	color: #FFFFFF;
	background: #99B3CC;
	margin: 10px 0 0 0;
}

#wrapper {
	width: 610px;
	margin: 0 auto;
	text-align: left;
	background: url(../i/wrapbg.jpg) repeat-y;
	border-bottom: 10px solid #7D7E73;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
}

#skipnav {
	position: absolute;
	top: 160px;
	right: 20px;
}

#skipnav a {
	font-size: 11px;
}

#contentwrapper {
	padding: 0 20px 0 20px;
}

#contentleft {
	width: 136px;
	float: left;
	padding: 0 0 10px 0;
}

#contentright {
	width: 400px;
	float: right;
	padding: 0 0 10px 0;
}

#footer {
	clear: both;
	padding: 0 20px 0 0;
	text-align: right;
	border-top: 10px solid #7D7E73;
}

#footer p {
	margin: 6px 0 6px 0;
	line-height: normal;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	font-size: 9px;
}

