body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: White;
	color: Black;
	font-size: 80%;
}
div.clearer {
	clear: both;
	line-height: 0;
	height: 0;
}
#page {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	background: url(images/page_bkg.png) repeat-y;
}
html>#page {
	width: 1000px;
	padding: 5px;
}
#pagehp {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #A66427;
}
a:hover {
	text-decoration: underline;
}
#header {
	height: 54px;
	background: url(images/header_bkg.png) no-repeat;
	padding: 10px 140px 0px 140px;
	text-align: center;
}
#header .gray {
	color: #F2F4F8;
	font-weight: bold;
	font-size: 170%;
}
#header .salmon {
	color: #FBCD93;
	font-size: 150%;
	font-weight: normal;
}
#leftcol {
	float: left;
	width: 270px;
	background: url(images/menu_top_bkg.png) no-repeat;
}
#rightcol {
	float: right;
	width: 620px;
	margin: 30px 70px 0px 0px;
	padding-left: 20px;
}
#leftcol ul {
	margin: 150px 0px 0px 100px;
	padding: 0px;
	list-style: none;
}
#leftcol li {
	height: 56px;
	background: url(images/menu_icon.png) no-repeat top left;
	margin: 0px;
	padding-left: 34px;
}
#leftcol li a {
	color: #161A59;
	font-weight: bold;
	font-size: 110%;
	display: block;
}
#leftcol li a.one {
	padding-top: 6px;
}
#footer {
	color: #FBCD93;
	font-weight: bold;
	text-align: center;
	margin-left: 220px;
	padding: 4px;
}
h1 {
	color: #161A59;
	font-size: 140%;
	border-bottom: 1px solid #FBCD93;
}
h2 {
	text-align: center;
	font-size: 120%;
}
.bluetext {
	color: #161A59;
}
dt {
	font-style: italic;
	font-weight: bold;
	margin: 20px 0px 4px 0px;
}
.brownborder {
	border-bottom: 1px solid #FBCD93;
}
.brownbordertop {
	border-top: 1px solid #FBCD93;
}
.subtitle {
	color: #161A59;
/*	border-bottom: 1px solid #FBCD93;*/
	border-bottom: 1px solid #A66427;
	font-weight: bold;
	text-transform: uppercase;
}
.noborder {
	border-bottom: 0px;
}