body {
	padding: 0;
	margin: 1em;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	height: 100%;
}

h1 {display: block;
	color: #933;
	height: 36px;
	background: url(../_images/bg-title.gif) no-repeat;
	margin: 0;
	padding: 0;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
}

h2 {display: block;
	color: #933;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
}

p {margin:1em 0 1em 0; display: block;}

img {border: none;}

hr {
	height: 1px;
	border: none;
	background: #ccc;
	clear: both;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

#container {
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header {
	background: #fff url(../_images/bg-header.jpg) no-repeat;
	height: 140px;
}

#headerNav {display: none;}

#nav {display: none;}

#navBreadCrumb {
	height: 20px;
	font-size: 10px;
	padding-top: 7px;
	color: #666;
	border-bottom: 1px solid #fff;
}

#searchbar {
	background: #000;
	height: 20px;
	margin: 0;
	padding: 0;
}

#searchbox {display: none;}

#contentOuter {}

#contentInner {}

#contentMain {
	font: 13px Arial, Helvetica, sans-serif;
	height: 100%;
}

.featureItem {
	background: url(../_images/bg-feature-box.jpg) no-repeat;
	padding: 20px;
	margin: 0;
}

#contentMain p {line-height: 1.5em;}

#footer {display: none;}

#pageTitle {display: none;}

div.floatRight {float: right; margin: 3px 0 0 10px; display: inline;}

div.floatLeft {
	float: left;
	margin: 3px 8px 0 0;
	display: inline;}
	
img.border {
	border: 1px solid #999;
	padding: 4px;
}

.txtBold {font-weight: bold;}

.txtItalic {font-style: italic;}

.txtTitle {
	color: #900;
	font-size: 1.25em;
	font-weight: bold;
}
.txtSmall {
	font-size: 0.8em;
	line-height: 1.25em;
}
#printLink {display: none;}