body {
	padding: 0px;
	margin-top: 20px;
	background: rgb(102, 93, 89);
}

#editor {
	display: none;
	border-style: solid;
	padding: 5px;
	border-color: #ccc;
	background: #ccc;
	float: left;
	z-index: 200;
	position: absolute;	
}

#editor #title {
	text-transform: uppercase;
	font-family: sans-serif;
	font-size: 12pt;
}

#menu {
	font-family: sans-serif;
	position: absolute;
	bottom: 5px;
	left: 20px;
}

#search {
	float: right;
	font-family: sans-serif;
	position: absolute;
	left: 730px;
	bottom: 5px;
	width: 300px;
	font-size: 9px;
	color: rgb(102,93,89);
}

#searchcolon {
	color: #6eb0dc;
}

#search input {
	border: 0px;
	font-size: 11px;
}

#menu img {
	position: absolute;
	bottom: 4px;
	left: -20px;
	border-style: none;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	padding: 0px;
	float: left;
	position: relative;
}

#menu ul ul {
	margin-left: 12px;
	padding-left: 0px;
	left: 0px;
	top: -55px;
	position: absolute;
	font-size: 9pt;
	list-style: none;
	padding: 0px;
	width: 250px;
	height: 60px;
}

#menu ul li a {
	margin-left: 12px;
	font-family: sans-serif;
	font-size: 11px;
	color: rgb(102,93,89);
	text-decoration: none;
	text-transform: uppercase;
	user-select: none;
}

#menu ul li a:hover {
	color: white;
}

#menu ul ul li {
	float: none;
	margin-top: -2px;
}

#menu ul ul li a {
	color: rgb(102,93,89);
	font-size: 9px;
	text-decoration: none;
	text-transform: none;
	margin-left: 0px;
	_margin-left: -16px;
	user-select: none;
}

#top {
	padding-left: 12px;
	padding-right: 13px;
	padding-bottom: 12px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
	width: 925px;
	background: rgb(197, 189, 165);
	_width: 900px;
}

#header {
	position: relative;
	width: 925px;
	height: 90px;
}

#leftbar {
	font-family: sans-serif;
	font-size: 8pt;
	float: left;
	min-height: 400px;
}

#rightbar {
	font-family: sans-serif;
	font-size: 8pt;
	width: 225px;
	position: absolute;
	right: 13px;
}

#rightbar p {
	padding: 0px;
	margin: 0px;
}

#rightbar ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

#fullleft #rightbar {
	overflow: hidden;
	height: 500px;
}

#content {
	width: 387px;
	float: left;
	font-family: sans-serif;
	font-size: 9pt;
	background: rgb(221,217,204);
	color: rgb(102,93,89);
	padding-left: 38px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 25px;
	min-height: 379px;
	_height: 349px;
	line-height: 12pt;
}

.headcomment {
	margin-top: 2px;
}

#content a {
	color: #6eb0dc;
	text-decoration: none;
}

#fullleft #content {
	width: 700px;
	height: 500px;
	float: left;
	font-family: sans-serif;
	font-size: 10pt;
	padding: 0;
}

#content h1 {
	padding: 0px;
	margin: 0px;
	font-size: 12pt;
	font-style: normal;
	color: #6eb0dc;
	margin-left: -12px;
	margin-top: 12px;
	_padding-top: 12px;
}

#content .pagebullet {
	margin-right: 5px;
	margin-left: -5px;
}

#content p {
	margin-bottom: 10px;
}

#content h2 {
	font-size: 9pt;
}

#leftbar #pagetitle {
	text-align: right;
	text-transform: uppercase;
	font-family: sans-serif;
	font-size: 21px;
	padding-top: 40px;
	padding-bottom: 25px;
	padding-right: 15px;
	width: 235px;
	min-height: 21px;
	_height: 21px;
	background: #6eb0dc;
	color: rgb(255, 255, 255);
}

#meta {
	position: absolute;
	top: -17px;
	font-family: sans-serif;
	font-size: 8pt;
	color: white;
	width: 700px;
}

#meta .editable {
	border-style: solid;
	border-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

#pagetitle {
	position: relative;
}

#notch {
	position: absolute;
	bottom: -8px;
	_bottom: -9px;
	left: 0px;
}

#leftbar #pagetitle a {
	color: white;
	text-decoration: none;
}

.orange {
	background: rgb(255,138,45);
	font-family: sans-serif;
	font-size: 8pt;
	color: white;
	width: auto;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

.orange blockquote {
	margin-left: 24px;
	margin-top: 0px;
}

.orange a {
	text-decoration: none;
	color: white;
}

.orange a:hover {
	color: rgb(102,93,89);
}

.orange p {
	padding: 0px;
}

.orange hr {
	border: 0;
	border-top: 1px solid;
	height: 0;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-color: rgb(236,190,130);
}

.orange ul
{
	padding-left: 10px;
	margin-left: 5px;
}

.orange li
{
	padding-left: 0px;
	margin-left: 0px;
	list-style-image: url(/Images/BrownBullet.gif);
}


.orange h1 {
	text-transform: uppercase;
	font-size: 9pt;
	padding: 0px;
	padding-bottom: 0px;
	margin: 0px;
	margin-top: 21px;
	text-transform: uppercase;
}

.orange .white-line {
	border-style: solid;
	border-width: 2px;
	border-color: rgb(236,190,130);
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.blue {
	background: #6eb0dc;
	font-family: sans-serif;
	font-size: 8pt;
	color: white;
	width: auto;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

.blue a {
	text-decoration: none;
	color: white;
}

.blue a.readmore {
	color: rgb(255,138,45);
}

.blue a:hover {
	color: rgb(102,93,89);
}

.blue p {
	padding: 0px;
}

.blue hr {
	border: 0;
	border-top: 1px solid;
	height: 0;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-color: #a8c5d5;
}

.blue h1 {
	text-transform: uppercase;
	font-weight: bold;
	color: rgb(102,93,89);
	font-size: 9pt;
	padding: 0px;
	padding-bottom: 0px;
	margin: 0px;
	margin-top: 21px;
}

.blue h1 a, .blue h1 a:hover {
	color: rgb(102,93,89);
}

#fullleft .blue h1 {
	margin-top: 0px;
	margin-bottom: 10px;
}

#fullleft div.blue {
	height: 318px;
	overflow: hidden;
}

#fullleft div.grey {
	height: 182px;
	overflow: hidden;
}

.blue .white-line {
	border-style: solid;
	border-width: 2px;
	border-color: #a8c5d5;
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#fullleft div.blue div.white-line {
	height: 293px;
	overflow: hidden;
}

.blue ul
{
	padding-left: 10px;
	margin-left: 5px;
}

.blue li
{
	padding-left: 0px;
	margin-left: 0px;
	list-style-image: url(/Images/OrangeBullet.gif);
}

.grey {
	background: #ddd9cd;
	color: rgb(102,93,89);
	font-family: sans-serif;
	font-size: 8pt;
	width: auto;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

.grey a {
	text-decoration: none;
	color: rgb(102,93,89);
}

.grey p {
	padding: 0px;
}

.grey hr {
	border: 0;
	border-top: 1px solid;
	height: 0;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -5px;
	margin-right: -5px;
	border-color: rgb(102,93,89);
}

.grey h1 {
	text-transform: uppercase;
	font-weight: bold;
	color: rgb(102,93,89);
	font-size: 9pt;
	padding: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

#footer {
	position: absolute;
	left: 0px;
	bottom: -11px;
	height: 10px;
	width: 960px;
}

#footer-left {
	position: absolute;
	top: 0px;
	_top: 10px;
	height: 30px;
	width: 400px;
	left: 0px;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 9pt;
	color: rgb(221,217,204);
}

#footer-left li {
	float: left;
	list-style: none;
	margin-left: 25px;
}

#footer-copy {
	position: absolute;
	top: 0px;
	_top: 10px;
	height: 30px;
	right: 20px;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 9pt;
	color: rgb(221,217,204);
}

#footer-copy a {
	color: rgb(221,217,204);
	text-decoration: none;
}

#footer-copy a:hover {
	color: white;
	text-decoration: none;
}

#footer-left-copy {
	position: absolute;
	top: 10px;
	height: 30px;
	left: 100px;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 9pt;
	color: rgb(221,217,204);
}

#footer-left-copy a {
	color: rgb(221,217,204);
	text-decoration: none;
}

#footer-left-copy a:hover {
	color: white;
	text-decoration: none;
}

#research {
	position: absolute;
	top: 10px;
	height: 30px;
	right: 0px;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 9pt;
	color: rgb(102,93,89);
}

#research a {
	color: rgb(102,93,89);
	text-decoration: none;
}

#research a:hover {
	color: white;
	text-decoration: none;
}

#footer-copy li {
	float: left;
	list-style: none;
	margin-left: 25px;
}

#footer-left {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('/Images/Shadow_cnr_btml');
	background-repeat: repeat-x;
	width: 13px;
	height: 10px;
}

#footer-middle {
	position: absolute;
	top: 0px;
	left: 13px;
	background-image: url('/Images/Shadow_ptn_btm');
	background-repeat: repeat-x;
	width: 938px;
	height: 10px;
}

#footer-right {
	position: absolute;
	top: 0px;
	left: 950px;
	background-image: url('/Images/Shadow_cnr_btmr');
	background-repeat: repeat-x;
	width: 10px;
	height: 10px;
}

#right-shadow {
	position: absolute;
	right: -11px;
	top: 0px;
	height: expression(document.getElementById("top").clientheight + "px");
	width: 10px;
}

#right-shadow-top {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('/Images/Shadow_cnr_topr');
	width: 10px;
	height: 10px;
}

#right-shadow-middle {
	position: absolute;
	top: 10px;
	left: 0px;
	background-image: url('/Images/Shadow_ptn_r');
	width: 10px;
	height: 100%;
	height: expression(document.getElementById("top").clientheight + "px");
}

form#application {
	text-align: right;
}

form#application label {
        font-family: Arial, Helvetica, sans-serif;
        width: 400px;
        float: right;
        display: block;
	padding: 5px;
	padding-right: 25px;
}

form#application input {
	width: 200px;
}

form#application label.center {
	text-align: center;
	width: 350px;
	font-weight: bold;
}

form#application textarea {
	width: 340px;
	height: 150px;
}
