body {
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: #FDF1E1;
	margin:0;
	padding: 0;
}
a img {
	border:none;
}
.wrapper {
	width: 992px;
}
.header {
	width: 100%;
	border-bottom: 8px solid #F39D00;
}
.header td {
	vertical-align: bottom;
}
.nav#first ul {
	float: right;
	margin: 0;
	padding: 0;
	background-image: url('../images/navfirstbg.jpg');
	background-color: #004186;
	background-repeat: repeat-x;
}
.nav#first ul li{
	list-style-type: none;
	float: left;	
}
.nav#first ul li a{
	text-decoration: none;
	color: white;
	display: block;
	width:88px;
	height:48px;
	padding:8px;
	font-size: 13px;
}
.nav#first ul li:not(:first-child) a{
	background-image: url('../images/navfirstsep.gif');
	background-repeat: no-repeat;
}
.nav#first ul li:hover,.nav#first ul li.active,.nav#first ul li.activeparent{
	background-image: url('../images/navfirsthoverbg.jpg');
	background-repeat: repeat-x;
	background-color: #0054AA;
}
.container {
	vertical-align: top;
	padding-top: 16px;
	padding-bottom: 16px;
}
.container#left {
	padding-right: 16px;
	width: 232px;
}
.container#left .box tr td,.container#right .box tr td{
	background-color: #F39D00;
	background-image: url('../images/boxbg.jpg');
	background-repeat: repeat-x;
	padding: 16px;
}
.container#left .box tr td tr td,.container#right .box tr td tr td{
	background-color: transparent;
	background-image: none;
	padding: 4px;
}
.container#middle .white {
	background-color: white;
	padding: 8px;
}
.container#middle p{
	line-height: 150%;
	margin:0;
}
.container#middle p.small{

	font-size:0.8em;
	
	color:#999999;
}
.container#middle p:not(:first-child) {
	margin-top:16px;
}
.container#middle img.right {
	float:right;
	padding:1px;
	border: 1px solid #ccc;
	margin: 0 0 8px 8px;
}
.container#middle img.left {
	float:left;
	padding:1px;
	border: 1px solid #ccc;
	margin: 0 8px 8px 0;
}
.container#right {
	padding-left: 16px;
	width: 232px;
}
.container#left img {
	margin-bottom: 8px;
}
.container .box {
	width: 100%;
}
.container .box th,.container h1 {
	color: white;
	font-weight: normal;
	padding: 8px;
	background-image: url('../images/boxtitlebg.jpg');
	background-repeat: repeat-x;
	background-color: #004186;
	font-size: 13px;
}
.container#middle h2 {
	font-style: italic;
	font-weight: normal;
	color:#003F89;
	text-shadow: 2px 2px 2px #d3d5e1;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.1em;
	margin:8px;
}
.container#middle h3 {
	color: #F39D00;
	font-weight: normal;
	padding: 4px;
	border-bottom:2px solid #F39D00;
	font-size: 16px;
}
.container h1 {
	margin: 0 0 16px 0;
}
.container h1 a{
	color:#fff;
	text-decoration: none;
}
.container h1 a:hover {
	text-decoration: underline;
}
.container .lightbox {
	margin-top: 16px;
	width: 100%;
	background-color: #FBE4C1;
}
.container .lightbox td{
	padding: 16px;
}
.container#middle ul {
	margin:0;
	padding:20px;
	line-height:150%;
}
.container#middle ul li{
	list-style-type: square;
}
.footer {
	width: 100%;
	border-top: 8px solid #F39D00;
	background-image: url('../images/footerbg.jpg');
	background-repeat: repeat-x;
	background-color: #004186;
	height: 112px;
}
.nav#second ul {
	margin: 0;
	padding: 0;
}
.nav#second ul li{
	list-style-type: none;
}
.nav#second ul li a {
	text-decoration: none;
	color: #003F83;
	display: block;
	padding: 4px 0 4px 0;
}
.nav#second ul li a:hover,.nav#second ul li.active a,.nav#second ul li.activeparent a {
	color: white;
}
.nav#second ul li:not(:first-child) a{
	border-top: 1px dotted #003F83;
}
.nav#third {
	vertical-align: top;
}
.nav#third ul {
	margin:0;
	padding:0;
	font-size: 10px;
}
.nav#third ul li {
	list-style-type: none;
	float: left;
}
.nav#third ul li a {
	text-decoration: none;
	display: block;
	color: white;
	width: 180px;
	border-bottom: 1px dotted white;
	margin:16px 16px 0 16px;
	padding:2px;
}
.nav#third ul li a:hover {
	background-color: white;
	color: #002D5E;
}
.nav#third ul li ul {
	display: block;
	float: left;
}
.nav#third ul li ul li{
	float: left;
	clear: both;
}
.nav#third ul li ul li a {
	border: none;
	margin:2px 16px 0 16px;
}
.footeradress {
	padding:12px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #F39D00;
}
.footeradress a{
	text-decoration: none;
	color: #F39D00;
}
.footeradress a:hover{
	color:#003867;
}
img.hover{
	margin:3px;
}
img.hover:hover {
	margin:0;
	padding:1px;
	border:2px solid #002D5E;
}
.headerimage {
	background-repeat:no-repeat;
	width:992px;
	height:250px;
	position: relative;
	margin-top: -34px;
}
.error {
	display: block;
	padding:16px;
	background-color: #990000;
	color:#fff;
}
.maillabel {
	color:#666;
	min-width:112px;
	padding: 4px 32px 4px 0;
}
div.cert {
	font-size:10px;
}