html {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	width: 814px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	padding: 0 7px 0 7px;
	width: 800px;
	background-image: url(../images/bg_3c_gr_2000px.gif);
	background-repeat: repeat-y;
	min-height: 100%;
	position: relative;
}

* html #container {
	height: 100%;
}

#banner {
	z-index: 10;
	width: 800px;
	height: 244px;
	background-image: url(../images/banner3.jpg);
}

#banner h1 {
	margin: 0;
	padding: 0;
}

#banner h1 span {
	display: none;
}

#banner #address {
	float: right;
	color: #B5C3D8;
	text-align: left;
	height: 85px;
	line-height: 10px;
	border-left: 1px #B5C3D8 solid;
	overflow: hidden;
}

#banner #address span {
	display: block;
	margin:  7px 10px 7px 7px;
	font-size: 10px;
}

#banner #address span.breaker {
	display: none;
}

#banner #address a {
	color: #B5C3D8;
}

#banner #address a:hover {
	text-decoration: none;
}

#content a {
	color: #360E5A; 
}

#content a:hover {
	text-decoration: none;
}

#nav {
	float: left;
	width: 147px;
	text-transform: uppercase;
}

#nav br {
	display: none;
}

#nav a {
	font-size: 11px;
	font-weight: bold;
	text-indent: 5px;
	line-height: 18px;
	color: #360E5A;
	margin: 0;
	display: block;
	text-decoration: none;
	text-align: left;
}

#nav a:hover {
	background-color: #C4D3EA;
}

#nav a.top {
	font-size: 11px;
	width: 100%;
	color: #B5C3D8;
	background-color: #360E5A;
}

#nav a:hover.top {
	color: #B5C3D8;
	background-color: #360E5A;
}

#bot {
	width: 800px;
}

#imageBar {
	float: left;
	width: 196px;
	height: 100%;
}

.news #imageBar {
	display: none;
}

#imageBar img {
	margin: 0 0 18px 1px;
	display: block;
}

#content {
	float: left;
	width: 457px;
}

.news #content {
	float: left;
	width: 653px;
}

#sep {
	height: 100%;
}

#border {
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	height: 18px;
	background-color: #360E5A;
	width: 653px;
}

#content p {
	text-align: left;
	margin: 22px;
	color: #360E5A;
	font-size: 0.85em;
	letter-spacing: -0.03em;
}

#content h2 {
	text-align: left;
	margin: 22px;
	color: #360E5A;
	display: none;
}

#content .display {
	display: block;
}

#content img {
	float: left;
	margin: 4px 11px 11px 22px;
	margin-top: 4px;
	border: 0;
}

#content li {
	text-align: left;
	margin: 5px 22px 0 0;
	color: #360E5A;
	font-size: 0.85em;
	letter-spacing: -0.03em;	
}

#content blockquote {
	text-align: left;
	margin: 22px 44px 22px 44px;
	color: #360E5A;
	font-size: 0.85em;
	letter-spacing: -0.03em;
	font-weight: bold;
}

#content #formTable {
	width: 457px;
}

#content #formTable td p {
	margin: 0 0 0 22px;
}

#content #formTable td .field {
	width: 180px;
}

#content #formTable td .field_wide {
	width: 408px;
}

#content #formTable td {
	vertical-align: top;
}

#footer {
	display: none;
}

.small {
	font-size: 0.8em;
	font-weight: bold;
}

.field, .field_wide {
	border: 1px solid #0B3D6A;
}

#printVersion {
	position: absolute;
	top: 247px;
	left: 618px;
	width: 150px;
}

#printVersion p, #printVersion a {
	font-size: 10px;
	color: #B5C3D8;
	margin: 0;
}

#printVersion a:hover {
	text-decoration: none;
}

div.clearing {
	width: 100%;
	clear: both;
}