* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #222;
	padding: 10px;
}

a {
	text-decoration: none;
	color: #425969;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #111;
}

img {
	margin: 10px;
	padding: 0;
	border: none;
}

img.iright {
	float: right;
}

img.ileft {
	float: left;
}

#wrap {
	margin: 0 auto;
	width: 980px;
}

#header {
	height: 110px;
	background: #fff url(images/header.jpg) no-repeat;
}

#header img {
	margin: 5px 0 0 50px;
	padding: 0;
	border: none;
}

#header a {
	text-decoration: none;
}

#header p {
	font-size: 16px;
	color: #FFF;
	margin: 5px 0 0 65px;
	padding: 0;
	letter-spacing: -1px;
	font-weight: 100;
}

#content {
	padding: 0 20px;
}

.right {
	float: right;
	width: 700px;
	padding-top: 20px;
}

.right h1 {
	font-size: 18px;
	font-weight: 100;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	background: #263381;
	color: #FFF;
}

.right p {
	margin: 10px 5px;
}

.right ul {
	margin: 10px 5px 10px 30px;
}

.right table {
	text-align: center;
	border-collapse: collapse;
	margin: 10px 0;
}

.right td {
	padding: 5px;
}

.right td a {
	text-decoration: none;
}

p.pcenter {
	text-align: center;
}

.upper {
	text-transform: uppercase;
}

.left {
	float: left;
	width: 230px;
	padding-top: 20px;
}

.left p {
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	background: #263381;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

.left ul {
	padding: 10px 0 15px 20px;
	color: #425969;
	list-style: none;
}

.left ul li a {
	text-decoration: none;
	font-weight: 600;
}

.left ul li a:hover, .left ul li a.current {
	text-decoration: underline;
}

.left ul.sadv {
	padding: 5px;
	margin: 0;
	list-style: none;
	text-align: left;
	font-weight: normal;
}

.left ul.sadv li {
	margin: 0 5px 10px 5px;
	padding: 0;
	font-size: 11px;
	line-height: 13px;
	height: 100%;
	border: none;
	background: none;
}

.left ul.sadv a {
	text-decoration: none;
	font-size: 11px;
	display: inline;
	padding: 0;
	font-weight: normal;
	color: #990000;
	background: none;
}

.left ul.sadv a:hover {
	text-decoration: underline;
}

#footer {
	font-size: 11px;
	color: #aaa;
	margin-top: 40px;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	height: 50px;
	padding: 0px;
}

#footer p {
	float: left;
	line-height: 50px;
}

#fadv {
	margin: 0 auto 10px auto;
	padding-bottom: 10px;
	text-align: center;
	clear: both;
	width: 980px;
	border-top: 1px dotted #aaa;
}

#fadv ul {
	list-style: none;
	display: inline;
	float: left;
	color: #000;
	margin: 10px;
	padding: 0;
}

#fadv li {
	display: block;
	float: left;
	width: 305px;
	margin: 5px;
	padding: 0;
	text-align: left;
	line-height: 1.1em;
	font-size: 11px;
}

#fadv li a, #fadv li a: visited {
	color: #990000;
	background-color: inherit;
	text-decoration: none;
	font-weight: normal;
}

#fadv li a:hover {
	text-decoration: underline;
}