/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 101%;
}
form {
	margin: 0;
	padding: 0;
}
body {
	font-family: sans-serif;
	font-size: 12pt;
	background-image: url(../images/base.png);
}
h1, h2, h3 {
	font-weight: normal;
}
h1 {
	font-size: 1.75em;
}
img {
	border: none;
}
#page {
	width: 944px;
	position: relative;
	background-image: url(../images/page-base.png);
	background-repeat: repeat-y;
}
body.panel #page {
	background-image: url(../images/page-base-panel.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#head {
	width: 944px;
	height: 99px;
}
#head-lower {
	width: 944px;
	height: 72px;
}
#head-menu {
	margin-left: 254px;
	background-image: url(../images/menu-shadow.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.head-menu-item {
	margin-bottom: 12px;
}
#sub-head {
	margin-top: 10px;
	margin-left: 275px;
	padding-bottom: 10px;
	border-bottom: solid 1px #DDDDDD;
	width: 600px;
}
#content {
	float: left;
	width: 875px;
	margin-left: 0;
	margin-top: 15px;
	padding-bottom: 1em;
}
#inner-content {
	margin-left: 64px;
}
body.panel #content {
	width: 625px;
}
body.panel #inner-content {
	margin-left: 20px;
}
#panel {
	float: left;
	margin-left: 0px;
	margin-top: 32px;
	width: 254px;
	margin-bottom: 24px;
}
#inner-panel {
	margin-left: 43px;
}
.panel-item-normal {
	padding: 0.25em 1em;
}
.panel-item-normal a {
	color: #0f6c9e;
	text-decoration: none;
	display: block;
}
.panel-item-normal a:hover {
	text-decoration: underline;
}
.panel-item-current {
	padding: 0.25em 1em;
	background-image: url(../images/panel-current.png);
	background-repeat: repeat-y;
}
.panel-item-current a {
	color: #23ace5;
	text-decoration: none;
	display: block;
}
.panel-item-current a:hover {
	text-decoration: underline;
}
#foot {
	clear: both;
	background-image: url(../images/foot.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 38px;
	line-height: 38px;
	font-size: 0.7em;
	color: #ffffff;
	text-align: center;
}
#foot a {
	color: #AAEEFF;
}
.box {
	width: 269px;
}
.box .box-top {
	background-image: url(../images/box-top.png);
	background-color: white;
	height: 11px;
}
.box .box-head {
	background-image: url(../images/box-head.png);
	margin: 0;
	padding: 0 0.5em 0.25em 0.5em;
}
.box .box-body {
	background-image: url(../images/box-body.png);
	padding: 7px;
}
.box .box-bottom {
	background-image: url(../images/box-bottom.png);
	background-color: white;
	height: 11px;
}
.feed .title {
	font-weight: bold;
}
.feed .pubDate {
	color: #666666;
	font-style: italic;
}
.feed .document {
	float: right;
	background-image: url(../images/pdf-icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 42px;
	padding-top: 17px;
	padding-bottom: 17px;
	margin-top: -17px;
}
.feed .summary {
	margin-bottom: 10px;
}
.feed .summary p {
	margin-top: 0px;
}
.feed .more {
	font-size: 0.8em;
}
.seniors {
	margin-top: 2em;
}