body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	text-align: left;
}
#wrapper #content #nav {
	background-image: url(images/sq_blue_r4_c1.jpg);
}
#wrapper #content #nav h1 {
	font-size: 1.2em;
	color: #000000;
	background-image: url(images/sq_blue_r6_c1.jpg);
	background-repeat: no-repeat;
	line-height: 26px;
	padding-left: 29px;
}
#wrapper #content #nav a {
	color: #333333;
	text-decoration: none;
}
#wrapper #content #nav a:hover {
	color: #CC9900;
	text-decoration: underline;
}
#wrapper #content #nav .nav_bot {
	background-image: url(images/sq_blue_r8_c1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
}
#wrapper #footer {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 12px;
	padding: 4px;
	font-size: 0.8em;
	color: #999999;
	background-position: right bottom;
	background-repeat: no-repeat;
}
#wrapper #content #nav ul {
	list-style-type: none;
	margin: 4px;
	padding: 2px;
}
#wrapper #content #content {
	padding: 6px;
}
#wrapper #content #content h1 {
	font-size: 1.5em;
	color: #CC9900;
}
hr {
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CC9900;
	border-right-color: #CC9900;
	border-bottom-color: #CC9900;
	border-left-color: #CC9900;
}
#wrapper #content #content a {
	color: #000000;
}
#wrapper #content #content a:hover {
	color: #CC9900;
	text-decoration: none;
}
#wrapper #content #content h2 {
	font-size: 1.3em;
	color: #333333;
	margin: 2px;
	padding: 2px;
	clear: both;
}
.img_right {
	float: right;
	margin: 4px;
}
.img_left {
	margin: 4px;
	float: left;
}


#wrapper #footer a {
	color: #999999;
}
#wrapper #footer a:hover {
	color: #666666;
	text-decoration: none;
}

