@charset "UTF-8";
body {
	margin: 0;
	background-image: url(images/leftbg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	line-height: 15pt;
	text-decoration: none;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}
.subs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: bold;
	color: #336699;
	line-height: 15pt;
	text-decoration: none;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.muschome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: bold;
	color: #666666;
	line-height: 20px;
	text-decoration: none;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #3366CC;
}
.chpprograms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #666666;
	line-height: 6px;
	font-weight: bold;
}
.pr_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.05px;
}
.pr_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #33FFFF;
}
.topbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/* error messages (for forms) */

div.error {
	background-color: #ffffd0;
	border: 1px solid #666;
	padding: 0.25em 0.5em;
	margin-top: 0.5em;
}
div.error p {
	margin: 0;
	padding: 0;
}
div.error ul {
	margin: 4px 0 4px 30px;
	padding: 0;
}

/* force vertical scroll bar to always be present
   (to eliminate the layout "jump" between pages
   that occurs in some browsers with centered content) */
html {
	min-height: 100%;
	margin-bottom: 1px;
}

/* "skip to main content" link */
#skip {
	position: absolute;
	left: -1000em;
	width: 20em;
}

