@charset "UTF-8";
/* CSS Document */

body {
	font: .8em gill sans, gill sans MT, Geneva, sans-serif;
	color: #4141B1;
}

* {margin:0; padding:0;}

div#header {
	width:auto;
	height: 120px;
}
#header_inner {
	padding:2em 2em 1em 12.5em;
	height: 120px;
	background-image: url(../images/bkgnd_logo.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
#nav_inner ul {
	text-align: right;
	padding: 0px;
	list-style: none;
}
#nav_inner li {
	padding: 6px 0px;
	border-bottom: 1px solid #4141B1;
}
#content_inner a:link {
	color: #959057;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
#content_inner a:hover {
	font-weight: bold;
	color: #a400ff;
	text-decoration: underline;
}
#content_inner a:visited {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
#content_inner a:active {
	font-weight: bold;
	color: #CC6600;
	text-decoration: underline;
}
#content_inner h2 {
	font-size: 2.5em;
	color: #4141B1;
}
#content_inner h3 {
	font-size: 2.25em;
	color: #935d83;
	padding: 10px 0 10px 0;
}
#content_inner h5 {
	font-size: 1.4em;
	padding: 5px 0px 10px;
	border-top: thin solid #7373A8;
	margin-top: 0.25em;
	color: #935d83;
}
#content_inner h4 {
	font-size: 1.75em;
	padding: 0px 0px 10px;
}
#content_inner h6 {
	font-size: 1em;
}
#nav_inner a:link {
	color: #4141B1;
	text-decoration: none;
}
#nav_inner a:visited {
	color: #333399;
	text-decoration: none;
}
#nav_inner a:hover {
	color: #9A9453;
}
#promo_inner h4 {
	font-size: 1.25em;
	color: #9A9453;
	padding: 0px 0px 10px;
}
#promo_inner p {
	font: italic 1em/2em Georgia, "Times New Roman", Times, serif;
}
#nav_inner a:active {
	color: #FF0033;
	text-decoration: none;
}
#content_inner ul {
	list-style: url(none) none;
	padding: 10px 0px 10px 12px;
}
#content_inner ol {
	margin-left: 18px;
}
#content_inner li {
	line-height: 1.5em;
}
#footer_inner a:link {
	color: #959057;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
#footer_inner a:hover {
	font-weight: bold;
	color: #a400ff;
	text-decoration: underline;
}
#footer_inner a:visited {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
#footer_inner a:active {
	font-weight: bold;
	color: #CC6600;
	text-decoration: underline;
}
#content_inner p {
	line-height: 1.5em;
	padding-bottom: 1em;
}
#calendar {
	padding-right: 4px;
	padding-left: 4px;
}
#calendar td {
	padding: 2px 2px 2px 4px;
}
#calendar p {
	margin-bottom: 10px;
}
#content_inner table {
	padding: 5px;
	border: 1px solid #4141B1;
	border-collapse: collapse;
}
#content_inner td {
	padding: 5px;
}
.backgroundcolor {
	background: #CCCCFF;
	border-top: medium double #4141B1;
}
.notopborder {
	border-top:none;
}
