*, html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: none;
	margin: 10px;
}

img.ileft {
	float: left;
}

img.iright {
	float: right;
}

p.pcenter {
	text-align: center;
}

a {
	outline: none;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.p1 {
	padding-left: 16px;
}

#wrap {
	width: 900px;
	margin: 0 auto;
}

#header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #6D3D2F;
	font-weight: bold;
	padding: 20px 0 20px 20px;
	background: transparent url('/images/menu_bg.jpg');
	height: 50px;
}

#header p.hbig {
	font-size: 24px;
}

#header p.hsmall {
	font-size: 12px;
}

#header a {
	text-decoration: none;
	color: #6D3D2F;
}

#leftcol {
	float: left;
	width: 220px;
	margin-top: 5px;
}

#leftcol p {
	background: url('/images/sidelinks.jpg') repeat-x;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	font-weight: bold;
	color: #695757;
	width: 210px;
	padding: 5px 0 5px 10px;
}

#leftcol ul.menu {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 10px;
}

#leftcol ul.menu li {
	display: inline;
}

#leftcol ul.menu li a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	width: 208px;
	display: block;
	line-height: 20px;
	background-color: #F0F9FE;
	border-bottom: 1px solid #000;
	padding: 2px 0 2px 12px;
}

#leftcol ul.menu li a:hover,#leftcol ul.menu li a.current {
	background-color: #E5EAF0;
}

#leftcol ul.sadv {
	margin: 0;
	list-style: none;
	text-align: left;
	font-weight: normal;
	padding: 0;
}

#leftcol ul.sadv li {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin: 0 5px 10px 5px;
	padding: 0;
	font-size: 11px;
	line-height: 13px;
	height: auto;
	border: none;
	background: none;
	color: black;
	display: block;
}

#leftcol ul.sadv a {
	text-decoration: none;
	font-size: 11px;
	display: inline;
	padding: 0;
	font-weight: normal;
	color: #990000;
	background: none;
	border: none;
	width: auto;
	line-height: 13px;
	float: none;
}

#leftcol ul.sadv a:hover {
	text-decoration: underline;
}

#rightcol {
	float: right;
	width: 640px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	padding: 10px;
}

#rightcol h1, #rightcol .ph1 {
	font-size: 18px;
	font-weight: bold;
	color: #6D3D2F;
	margin: 5px 0 10px 0;
}

#rightcol h2, #rightcol .ph2 {
	font-size: 14px;
	font-weight: bold;
	color: #6D3D2F;
	margin: 5px 0 10px 0;
	text-align: left;
}

#rightcol p,#rightcol ul {
	margin-bottom: 17px;
}

#rightcol ul {
	margin-left: 40px;
}

#rightcol table {
	margin-bottom: 10px;
	border-collapse: collapse;
}

#rightcol table td {
	padding: 5px;
	border: 1px solid black;
}

#footer {
	height: 30px;
	font-size: 11px;
	text-align: center;
	padding: 8px 0;
	margin-bottom: 10px;
	clear: both;
	background: url('/images/footer.jpg') repeat-x;
	color: #000000;
}

#footer a {
	color: #6D3D2F;
	text-decoration: none;
}

#footer a:hover {
	color: #DF8D68;
	text-decoration: none;
}

#fadv {
	margin: 0 auto 10px auto;
	padding-bottom: 10px;
	text-align: center;
	clear: both;
	width: 900px;
}

#fadv ul {
	list-style: none;
	display: inline;
	float: left;
	color: #000;
	margin: 10px;
	padding: 0;
}

#fadv li {
	display: block;
	float: left;
	width: 280px;
	margin: 5px;
	padding: 0;
	text-align: left;
	line-height: 1.1em;
	font-size: 11px;
}

#fadv li a {
	color: #990000;
	background-color: inherit;
	text-decoration: none;
	font-weight: normal;
}

#fadv li a:hover {
	text-decoration: underline;
}