body {
	margin: 0;
	padding: 0;
	background: #CDC0A8 url("../img/bck_viewport.gif") repeat-x top left;
	color: #333;
	font: 11px/16px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	}
/* global */
h1 {
	}
h2 { 
	font-family: georgia, arial, helvetica, sans-serif; 
	font-weight: normal; 
	color: #00327B; 
	font-size: 22px; 
	line-height: 24px; 
	margin: 0 0 10px 0; 
	padding: 0; 
	} 
h3 { 
	font-family: arial, verdana, helvetica, sans-serif; 
	font-weight: bold; 
	color: #71472E; 
	font-size: 14px; 
	line-height: 16px; 
	margin: 30px 0 10px 0; 
	padding-bottom: 2px; 
	border-bottom: 1px solid #999;
	}
h4 { 
	font-family: verdana , arial, helvetica, sans-serif; 
	font-weight: bold; 
	color:#71472E; 
	font-size: 11px; 
	margin:0; 
	padding: 0 0 2px 0;
	}
p { 
	font-weight: normal; 
	padding:0; 
	margin: 0 0 7px 0;
	}
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
del {
	text-decoration: line-through;
	}
img {
	border: 1px solid #999;
	padding: 6px;
	margin: 3px 0px 10px 0;
	}
#logo img {
	border: none;
	}
.center {
	text-align: center;
	}
.small {
	font-size: 9px;
	line-height: 13px;
	color:#666;
	}
.hide {
	display: none;
	}
a:link {
	color: #40659B;
	}
/* rule */
hr { 
	text-align: right;
	margin: 30px 0; 
	width: 100%; 
	height: 1px; 
	color: #999; 
	border: none; 
	} 
/* for IE */
html>body hr { 
	margin: 0 0; 
	width: 100%; 
	height: 1px; 
	background-color: #999; 
	border: none; 
	} 
/* for Gecko-based browsers */
html>body hr { 
	margin-right: 0; 
	width: 100%; 
	height: 1px; 
	background-color: #999; 
	border: 0px solid #999; 
	}
.rule-peak {
	height: 6px;
	background:  url("../img/hr_peak.gif") no-repeat;
	margin: 40px 0 0 0;
	}
.rule-dash {
	height: 6px;
	background:  url("../img/hr_dash.gif") repeat-x;
	}
hr.cleaner {
	clear: both;
	height: 0px;
	margin: -1px 0 0 0; 
	padding:0;
	border: none;
	visibility: hidden;
	}
/* nav */
#nav {
	display: none;
	}
/* crumb */
#crumb {
	display: none;
	}
/* content */
#content {
	margin: 20px 0 0 67px; 
	}
#content .block {
	display: block;
	padding: 10px;
	color: #71472E;
	border: 1px solid #999;
	}
#content .app, .wait, .info,  .www, .more {
	display: none;
	}
#content .mail, .phone, .pdf, .fax {
	margin-right: 15px;
	font-size: 100%;
	color: #40659B;
	}
/* content/list */
#content ul {
	margin: 0 0 0 10px;
	padding: 0;
	margin-bottom: 7px;
	}
#content ul.nobullets li {
	margin: 0;
	padding-left: 12px;
	line-height: 16px;
	background-image: none;
	}
#content ul.linklist li {
	display: none;
	}
#content ul li {
	margin: 0 0 0 15px;
	padding-left: 12px;
	line-height: 16px;
	background: url("../img/bul_arrow_brown.gif") no-repeat 0px 4px;
	}
#content dl dt {
	margin: 0 0 10px 0;
	font-weight: bold;
	}
#content dl dd {
	margin: 0;
	padding: 0;
	}
#content dd.nav-up {
	display: none;
	}
/* sidebar */
#sidebar {
	display: none;
	}
/* footer */
#footer p {
	margin-left: 67px;
	}
/* form */
#contactform {
	display:none;
	}
