html {
	height:100%;
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	height:100%;
	padding:0px;
	margin:0px;
	background-color:#c0c0c0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/mainBkgrd.jpg);
	background-repeat:repeat-x;
}
a
{
	color:#3a60aa;
}
a:hover
{
	color:#6081c3;
}
h1
{
	font-size:24px;
	margin:0;
	font-family:Georgia;
	font-weight:normal;
}
h2
{
	font-size:18px;
	margin:0;
	font-family:Georgia;
	font-weight:normal;
}
h3
{
	font-size:14px;
	font-weight:normal;
	margin:0;
}
table
{
	font-family:Arial, Helvetica, sans-serif;
}
textarea
{
	padding:0;
	margin:0;
}
.extras
{
	font-size:10px;
}
#wrap {
	min-height:100%;
	position:relative;
	background-image:url(../images/contentBkgrd.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
* html #wrap {
	height:100%;
}
#inner-wrap {
	padding-bottom:40px;
	background-image:
}
#inner-wrap:after {
	content:" ";
	display:block;
	clear:both;
}
* html #inner-wrap {
	height:1px;
}
#footer {
	position:absolute;
	bottom:0;
	height:40px;
	width:100%;
	color:white;
}
#innerFooter
{
	background-image:url(../images/footerBkgrd.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:40px;
}
#header {
	width:821px;
	margin:auto;
}
#logoContainer
{
	padding-left:25px;
}
.nav
{
	background-image:url(../images/navBkgrd.jpg);
	background-repeat:repeat-y;
}
#content {
	width:770px;
	background-color:white;
	margin:auto;
	margin-top:15px;
	margin-bottom:0;
}
#subContent
{
	padding:10px;
	font-family:Georgia;
	font-size:12px;
}
#subContent ul
{
	list-style:inside;
	margin:0px;
	padding:0px;
}
#content div table
{
	padding:5px;
}
.header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-color:#234ca0;
}
.title {
	font-family:"Times New Roman", Times, serif;
	font-size:40px;
	color:white;
	border-bottom:1px solid white;
}
.subtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	padding-left:5px;
}
.extras
{
	font-size:12px;
}
.kpbsd_topmenuselecteditem {
	text-decoration:none;
	font-weight:bold;
	border-right:1px solid #5076bc;
}

.kpbsd_topmenu_nonselecteditem {
	background-color:#274c97;
	margin:0;
	text-decoration:none;
	font-weight:bold;
	border-right:1px solid #5076bc;
}

.kpbsd_topmenu_nonselectedlink {
	background-color:#274c97;
	height:33px;
	line-height:33px;
	text-decoration:none;
}

.kpbsd_topmenu_selectedlink {
	height:33px;
	line-height:33px;
	text-decoration:none;
}

a.kpbsd_topmenu_nonselectedlink span {
	display:block;
	background-color:#274c97;
	color:#fff;
	margin:0;
	padding:0 8px;
	text-decoration:none;
}

a.kpbsd_topmenu_selectedlink span {
	display:block;
	background-color:#3662b7;
	background-image:url(../images/arrowUp.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	color:#fff;
	margin:0;
	padding:0 8px;
	text-decoration:none;
}

a.kpbsd_topmenu_nonselectedlink:hover {

}

a.kpbsd_topmenu_nonselectedlink:hover span {
	display:block;
	margin:0;
	padding:0 8px;
	text-decoration:none;
	background-image:url(../images/arrowUpHvr.png);
	background-repeat:no-repeat;
	background-position: bottom center;
}
