* {
	padding: 0;
	margin: 0;
}

body {
	background: #fff url(images/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

img {
	border: none;
}

a {
	color: #0A6380;
	text-decoration: none;
	outline: none;
}

a:hover {
	border-bottom: 1px solid;
	color: #000;
}

#wrap {
	margin: 0 auto;
	width: 880px;
}

#header {
	height: 120px;
}

#header img {
	float: left;
	border: none;
	margin: 10px;
}

#header p.hbig {
	font-size: 30px;
	font-weight: 100;
	letter-spacing: -2px;
	padding: 20px 0 5px 0;
}

#header p.hbig a {
	color: #0A6380;
	text-decoration: none;
	border-bottom: none;
}

#header p.hsmall {
	color: #3692AF;
	font-size: 19px;
	font-weight: 100;
	padding: 0 0 0 0;
	letter-spacing: -1px;
	line-height: 12px;
}

#content {
	padding: 10px 0;
}

.left {
	width: 598px;
	float: left;
	margin: 0 0 0 10px;
}

.left h1 {
	color: #0A6380;
	font-size: 22px;
	font-weight: 100;
	padding : 25px 0 5px 0;
	border-bottom: 1px solid #aaa;
}

.left p, .left li {
	margin: 10px 0;
	font-size: 15px;
	line-height: 20px;
}

.left ul {
	margin-top: 10px;
}

.left li {
	margin: 0 0 5px 30px;
}

.right {
	width: 210px;
	float: right;
	padding: 10px;
	border-left: 1px solid #bbb;
	font-size: 13px;
}

.right ul {
	padding: 5px 10px 10px 10px;
}

.right li {
	margin: 3px 0;
}

.right p {
	height: 30px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #666;
	line-height: 30px;
	font-weight: bold;
}

.right a {
	text-decoration: none;
}

.right a:hover {
	border: none;
}

.right a.current {
	border-bottom: 2px solid;
	color: #000;
}

.right .sadv ul {
	margin-top: 10px;
	padding: 0 10px 0 10px;
	list-style: none;
	text-align: left;
	font-weight: normal;
}

.right .sadv ul li {
	margin: 0;
	padding: 0 0 10px 0px;
	font-size: 11px;
	line-height: 12px;
	color: black;
}

.right .sadv ul li a, .right .sadv ul li a:hover {
	text-decoration: none;
	font-size: 11px;
	display: inline;
	padding: 0;
	font-weight: normal;
	border-bottom: 1px solid;
}

#footer {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
	color: #333;
	font-size: 11px;
	padding: 5px 0 5px 0;
}

#fadv {
	clear: both;
	text-align: center;
	width: 980px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#fadv ul {
	list-style: none;
	display: inline;
	float: left;
	color: black;
}

#fadv li {
	display: block;
	float: left;
	width: 300px;
	padding: 0 0 0 20px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.1em;
	font-size: 11px;
}

#fadv li a {
	text-decoration: none;
	font-weight: normal;
}

.mailto1 {
	text-decoration:none;
	color:#0A6380;
}

.mailto2 {
	display:none;
}