html, body {
	height: 100%;
}

* {margin: 0; padding: 0; }

body { background: #FFFFFF; }

#wrapper {
	width: 760px;
	margin: 10px auto;
}

div.content {
	width: 756px;
	font-family: Arial, sans-serif;
	border: 1px solid #660066;
	float: left;
}

div.footer {
	float: left;
	width: 752px;
	padding: 3px;
	margin: 20px auto;
	text-align: center;
	font-family: Arial, sans-serif;
	border: 1px solid #660066;
}

div.nav {
	float: left;
	width: 150px;
	font-family: Arial, sans-serif;
	text-align: left;
	margin-top: 19px;
}

div.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}

div.nav li a {
	display: block;
	padding: 7px 12px;
	text-decoration: none;
	font-size: 0.9em;
	text-align: left;
	width: 136px;
	background-color: #660066;
	color: #FFFFFF;
}

div.nav li a:hover {
	background-color: #666666;
	color: #ffffff;
}

html>body div.nav li a {
	width: auto;
}

div.rhs {
	float: left;
	width: 556px;
	_width: 536px;
	margin: 19px 0 19px 19px;
	font-family: Arial, sans-serif;
	border-top: 1px solid #660066;
	border-left: 1px solid #660066;
	border-bottom: 1px solid #660066;
	_border-right: 1px solid #660066;
	_border-bottom: 0px;
	min-height: 400px;
	background-color: #FFFFFF;
	padding: 15px;
}

div.rhs p {
	color: #333333;
	line-height: 140%;
	margin-bottom: 1em;
	text-align: left;
	font-size: 0.8em;
}

div.rhs li {
	color: #333333;
	line-height: 140%;
	margin-bottom: 1em;
	text-align: left;
	margin-left: 30px;
	font-size: 0.8em;
}

div.rhs a {
	color: #660066;
	text-decoration: none;
	border-bottom: 1px dotted #660066;
}

div.rhs a:hover {
	color: #ffffff;
	background-color: #660066;
	text-decoration: none;
	border-bottom: 0px;
}

div.footer p {
	color: #333333;
	line-height: 140%;
	font-size: 0.8em;
}

div.footer a {
	color: #660066;
	text-decoration: none;
	border-bottom: 1px dotted #660066;
}

div.footer a:hover {
	color: #ffffff;
	background-color: #660066;
	text-decoration: none;
	border-bottom: 0px;
}

h1 {
	text-align: right;
	background: #660066;
	color: #FFFFFF;
	font: bold 120% arial;
	padding: 0.8em;
	text-shadow: 0.1em 0.1em 0.3em black;
}

h2 {
	text-align: right;
	background: #666666;
	color: #FFFFFF;
	font: bold 100% arial;
	padding: 0.4em 0.8em;
	text-shadow: 0.1em 0.1em 0.3em black;
}

h3 {
	text-align: right;
	background: #cccccc;
	color: #660066;
	font: bold 90% arial;
	padding: 0.4em 0.8em;
	margin-bottom: 15px;
}

.floatRow {
	width: 550px;
	_width: 530px;
	float: left;
	margin-bottom: 15px;
	border-top: 1px solid #660066;
	padding-top: 7px;
}

.imageFloat {
	width: 150px;
	float: left;
}

.itemFloat {
	width: 400px;
	_width: 380px;
	float: left;
}

hr {
	color: #666666;
	background-color: #666666;
	height: 1px;
	border: 0;
	margin: 15px 0 15px 0;
}

.halfBlock {
	width: 270px;
	_width: 260px;
	float: left;
	margin-left: 5px;
}
