* {
	margin: 0;
	padding: 0;
	border: 0 none;
}
body {
	background-color: white;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body * {
	text-align: left;
}
a {
	color: #009;
}
a:visited {
	color: #609;
}
a:hover {
	color: #38a;
}
textarea {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid black;
}
input {
	border: 1px solid black;
}
h1 {
	text-align: center;
	margin-bottom: 15px;
	font-size: 18pt;
	color: #125;
}
.nobr {
	white-space: nowrap;
}
.separator {
	clear: both;
}

.container {
	width: 795px;
	margin: auto;
	margin-top: 8px;
}
#masthead .cornerWrap, #masthead .titleWrap, #body, #footer .cornerWrap, #footer .footWrap {
	float: left;
	border: solid #008;
}
#masthead .cornerWrap, #footer .cornerWrap {
	width: 180px;
}
#masthead .cornerWrap {
	border-width: 1px 0 0 1px;
	padding-top: 2px;
}
#masthead .corner {
	position: relative;
	height: 120px;
	background: url(img/grad-left.png) top right repeat-y;
}
.pixy {
	line-height: 0;
	overflow: hidden;
	width: 2px; height: 2px;
	position: absolute;
	background: white;
}
#masthead .corner .pixy {
	bottom: 0; right: 0;
	_right: -1px; /* IE6 fix */
}
#masthead .corner img {
	position: absolute;
	top: 18px; left: 40px;
}
#masthead .titleWrap, #footer .footWrap {
	width: 611px;
}
#masthead .titleWrap {
	border-width: 1px 1px 1px 0;
	padding: 2px 2px 2px 0;
}
#masthead .title {
	background: url(img/grad-right.png) top left repeat-y;
	text-align: center;
	height: 118px;
}
#masthead .title img {
	margin-top: 36px;
}
#body {
	margin-top: -1px;
	background: url(img/grad-left-stripe.png) top left repeat-y;
	_background-position: -1px 0; /* IE6 fix */
	border-width: 0 0 0 1px;
}
#body .sidebar {
	width: 192px;
	float: left;
	padding-top: 32px;
}
#body .sidebar h2 {
	background: #248 url(img/grad-vert-nav.png) top left repeat-x;
	margin: 5px 12px 0 0;
	line-height: 26px;
	text-align: center;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	border: solid #008;
	border-width: 1px 0;
	border-collapse: collapse;
}
#body .sidebar ul {
	list-style: none;
}
#body .sidebar ul.nav li {
	display: block;
	width: 100%;
}
#body .sidebar ul.nav li a {
	width: 100%;
	line-height: 22px;
	margin-left: 8px;
	text-decoration: none;
	font-size: 8pt;
	color: #444;
}
#body .sidebar ul.nav li a:hover {
	color: #666;
	text-decoration: underline;
}
#body .sidebar ul.nav li.current {
	line-height: 25px;
	.height: 25px;
	background: url(img/nav-current.png) top left no-repeat;
}
#body .sidebar ul.extern {
	display: block;
	border: 1px solid #061;
	margin: 12px 20px 20px 8px;
}
#body .sidebar ul.extern li {
	line-height: 26px;
	background: #282 url(img/grad-vert-extern.png) top left repeat-x;
	text-align: center;
	border: 1px solid;
	border-color: #7c7 #121 #121 #7c7;
}
#body .sidebar ul.extern li a {
	color: white;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
#body .sidebar ul.extern li a:hover {
	text-decoration: underline;
}
#body .contentWrap {
	width: 600px;
	float: left;
}
#body .content {
	margin: 2em 0;
	text-align: center;
}
#body .content p, #body .content ul {
	text-align: left;
	display: block;
	padding: 0.5em 2em;
	font-family: Times New Roman, Times, serif;
	font-size: medium;
}
#body .content p:first-letter {
	font-size: 166%;
	color: #125;
	margin-left: 0.5em;
	float: left;
}
#body .content .imgsep {
	clear: both;
	text-align: center;
	margin: 1em 0;
}
#body .content img {
	padding: 2px;
	border: 1px solid #d1daea;
}
#body .content table {
	display: block;
	border-collapse: collapse;
	border: 1px solid #d1daea;
	padding: 2px;
	margin: auto;
	margin-top: 2em;
	max-width: 560px;
}
#body .content tbody {
	display: table;
	width: 100%;
}
#body .content th {
	background: url(img/grad-vert-th.png) top left repeat-x;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
}
#body .content tr {
	width: 100%;
}
#body .content td {
	padding: 0.5em;
	font-family: Times New Roman, Times, serif;
	font-size: medium;
}
#body .content .info {
	margin-left: 3.5em;
}
#body .content .agenda-spacer {
	margin-bottom: 2em;
}
#body .content .info .seal {
	float: left;
	margin-right: 10px;
	border: none;
}
#body .content h2 {
	font-size: 18px;
	font-weight: bold;
	margin-left: 3em;
}
#body .content h3 {
	font-size: 14px;
	font-weight: normal;
	color: #666;
}
#body .content .toplink {
	clear: both;
	float: right;
	text-align: right;
	margin-right: -2em;
	width: 50%;
	padding-bottom: 3px;
	border-bottom: 1px solid #d1daea;
}
#body .content .miniNav {
	padding: 0.5em;
	border: 1px solid #d1daea;
	margin-left: 3em;
}
#footer .cornerWrap {
	border-width: 0 0 1px 1px;
	padding-bottom: 2px;
	overflow: visible;
}
#footer .corner {
	position: relative;
	height: 25px;
	background: url(img/grad-left.png) top right repeat-y;
}
#footer .corner .pixy {
	top: 0; right: 0;
	height: 3px;
	_right: -1px; /* IE6 fix */
}
#footer .footWrap {
	border-width: 1px 1px 1px 0;
	padding: 2px 2px 2px 0;
	margin-bottom: 8px;
}
#footer .foot {
	background: url(img/grad-right.png) top left repeat-y;
	text-align: center;
	line-height: 22px;
	height: 22px;
	color: #abc;
	font-size: 7pt;
}
#footer .foot a, #footer .foot a:visited {
	color: #abc;
	text-decoration: none;
}
#footer .foot a:hover {
	text-decoration: underline;
}

/* A little bit of printer friendliness */
@media print {
	#masthead, #body .sidebar, #footer, .dialog { /* hide navigation and other fluff */
		display: none;
	}
	#body {
		border: none;
	}
	div.container, #body, #body .contentWrap, #body .content {
		background: white;
		width: 100%;
		margin: 0;
		float: none !important;
	}
	#body .content * { /* save that precious color ink */
		color: black;
	}
}
