﻿body {
	font: 10pt Verdana;
	background: no-repeat 50% 50px url('/ui/common.jpg') #fff;
}
a {
	color: #f59600;
}

.continuedBg {
	background-image: url('/ui/common.jpg');
	background-repeat: no-repeat;
	position: absolute;
	top: 50px;
	width: 324px; height: 150px;
}

#headerText {
	text-indent: -200%;
}

#outer {
	position: relative;
	left: 0; top: 198px;
	width: 900px; min-height: 510px;
	margin: 0 auto;
}

#navTop {
	position: absolute;
	left: 86px; top: 30px;
	height: 12px;
}
.nav div {
	padding: 0 10px;
	border-left: 1px solid #ccc;
	float: left;
	height: 12px;
}
.nav div.first {
	padding-left: 0;
	border: 0;
}
.nav a {
	position: relative;
	top: -3px;
}
#navTop a {
	color: #f59600;
}
#navBottom a {
	color: #0f8c9a;
}
#navTop a.active, #navBottom a.active {
	color: #000;
}

#navBottom {
	position: absolute;
	right: 0;
	bottom: 0;
}
#copyright {
	float: left;
	padding-right: 30px;
	border: 0;
	position: relative;
	top: -3px;
}

#cpf {
	position: absolute;
	right: 1px; bottom: -110px;
}


#content {
	padding: 50px 0 30px 0;
	margin: 0 300px 0 85px;
}

h3 {
	font-size: 12pt;
	padding: 1.5em 0 .3em 0;
	margin: 0;
}
