html, body {
	background-color: #429bdd;
	font-size: 11pt;
	font-family: "Trebuchet MS", "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
}

#core {
	width: 779px; /* This is actually suposed to be 780 but this little hack makes the nav borders look right */
	border: 1px solid #c5c5c5;
	background-color: #ddd;
} #core-after {
	clear: both;
}

#header {
	background-image: url(../images/topbg.png);
	height: 91px;
} #header img {
	padding: 8px;
} #header div {
	padding-top: 20px;
}

#navigation {
	width: 100%;
	height: 30px;
} #navigation-list > li:first-child {
	border-left: 0;
} #navigation-list > li:last-child {
}

#sidebar {
	float: left;
	border: 1px solid #c5c5c5;
	border-left: none;
	border-top: none;
	color: #fff;
	width: 200px;
} #sidebar > div:first-child {
	width: 186px;
	height: 240px;
	background: transparent url(../images/sidebarbg.gif) no-repeat top right;
	border: none;
	padding-top: 14px;
	padding-right: 27px;
} #sidebar > div:first-child + div {
	padding-top: 14px;
	border-top: none;
} #sidebar > div {
	border-top: 1px solid #c5c5c5;
	min-height: 60px;
	padding: 7px;
}

.margins_off, .margins_off p {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
} #sidebar > div.margins_off:first-child {
	height: 261px;
	width: 220px;
	background-position: bottom right;
} #sidebar > div.margins_off:first-child p {
	width: 204px;
	float: left;
}

h1 {
	margin: 16px 0;
	/*background-image: url(../images/titlebg.gif);
	background-repeat: repeat-x;
	height: 43px;*/
	color: #000080;
	font-family: "Verdana Ref", sans-serif;
	font-size: 22px;
}

#content {
	margin: 7px;
	margin-top: 13px;
	padding: 0 10px;
	padding-top: 12px;
	background-color: #fff;
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat-x;
	border: 1px solid #bbb;
}

#footer {
	background-color: #fff;
	font-size: 8pt;
	text-align: center;
	border-top: 1px solid #c5c5c5;
	clear: both;
}
