* {
	padding: 0;
	margin: 0;
}

body {
	background: #E2E2E2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

a {
	color: #CB9A6C;
	text-decoration: none;
	outline: none;
}

a:hover, a.current {
	color: #255EA8;
	text-decoration: underline;
}

img.iright {
	float: right;
	border: none;
	margin: 10px;
}

img.ileft {
	float: left;
	border: none;
	margin: 10px;
}

img.inofloat {
	float: none;
	border: none;
	margin: 10px;
}

#wrap {
	width: 800px;
	margin: 20px auto;
}

#header {
	height: 90px;
	background: #E2E2E2 url(images/header.gif) no-repeat;
}

p.hbig {
	padding: 20px 0 0 20px;
	font-size: 27px;
	letter-spacing: -1px;
	font-weight: 100;
}

p.hbig a, p.hbig a:hover {
	color: #CB9A6C;
	text-decoration: none;
}

p.hsmall {
	padding: 0 0 0 22px;
	font-size: 19px;
	color: #eee;
	font-weight: 100;
	letter-spacing: -1px;
}

#content {
	background: #E2E2E2 url(images/contentbg.gif) repeat-y;
	padding: 10px 20px 10px 30px;
}

.right {
	float: right;
	width: 520px;
	padding: 0 10px;
	min-height: 400px;
}

.right h1 {
	font-size: 18px;
	font-weight: 100;
	line-height: 26px;
	letter-spacing: -1px;
	padding: 10px 0 10px 0;
	color: #CB9A6C;
	border-bottom: 2px solid #aaa;
}

.right h2 {
	font-weight: 100;
	line-height: 26px;
	padding: 10px 0 10px 0;
	color: #CB9A6C;
}

.right p, .right ul {
	margin: 10px 0;
}

.right li {
	margin-left: 20px;
}

.right table {
	border: 2px solid #aaa;
	border-collapse: collapse;
	margin: 10px 0;
}

.right td, .right th {
	border: 1px solid #aaa;
	padding: 5px;
	font-size: 12px;
}

.left {
	float: left;
	width: 180px;
	padding: 10px;
	border: 1px solid #aaa;
	background: #ddd;
}

.left p {
	font-size: 14px;
	color: #666;
	font-weight: 100;
}

.left ul {
	padding: 5px 0 15px 15px;
	font-size: 12px;
	color: #255EA8;
	list-style-type: square;
}

.left .ladv ul {
	margin-top: 10px;
	padding: 0 10px 0 10px;
	list-style: none;
	text-align: left;
	font-weight: normal;
}

.left .ladv ul li {
	margin: 0;
	padding: 0 0 10px 0px;
	font-size: 11px;
	line-height: 13px;
	color: black;
}

.left .ladv ul li a,.left .ladv ul li a:hover {
	text-decoration: none;
	color: brown;
	font-size: 11px;
	display: inline;
	padding: 0;
	font-weight: normal;
}

#bottom {
	background: #E2E2E2 url(images/bottom.gif) no-repeat;
	padding: 10px 0;
}

#footer {
	padding: 0 0 20px 0;
	text-align: center;
	font-size: 11px;
	color: #666;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#fmenu {
	clear: both;
	text-align: center;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#fmenu ul {
	list-style: none;
	display: inline;
	float: left;
	color: black;
}

#fmenu li {
	display: block;
	float: left;
	width: 240px;
	padding: 0 0 0 20px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.1em;
	font-size: 11px;
}

#fmenu li a {
	color: brown;
	text-decoration: none;
	font-weight: normal;
}

.mailto1 {
	text-decoration:none;
	color:#CB9A6C;
}

.mailto2 {
	display:none}
