html {
	overflow-y: scroll;
	overflow-x: auto;
}
#Body {
	position: relative;
	margin: 0 auto;
	width: 900px;
}

/* BEGIN: Header */
#Header {
	border-top: 4px solid #2A6BA6;
	height: 154px;
	background: transparent url(../images/body/border.gif) no-repeat scroll left bottom;
}
#Logo {
	position: absolute;
	left: 0;
	top: 7px;
	border: 1px dotted #5D75B3;
	border-width: 1px 0 0;
	padding: 8px 21px 7px 20px;
}
#Logo h1 {
	overflow: hidden;
	width: 0;
	height: 0;
}
#Donate {
	position: absolute;
	right: 0;
	top: 7px;
	width: 234px;
	height: 113px;
	background-color: #E06618;
}
#Donate img {
	border: 1px dotted #5D75B3;
	border-width: 1px 0 0 1px;
	padding: 45px 49px 43px 35px;
}
#Other {
	position: absolute;
	top: 120px;
	left: 0;
	width: 900px;
	height: 32px;
	background-color: #FF9E01;
}
#Home {
	border: 1px dotted #5D75B3;
	border-width: 1px 0;
	width: 900px;
	height: 30px;
}
#Home a {
	display: block;
	border-right: 1px dotted #5D75B3;
	padding-left: 16px;
	width: 176px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#Phone {
	width: 900px;
	height: 30px;
	border: 1px dotted #5D75B3;
	border-width: 1px 0;
}
#Phone span {
	display: block;
	float: right;
	border-left: 1px dotted #5D75B3;
	width: 233px;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
}
/* END: Header */

/* BEGIN: Main */
#Main {
	position: relative;
	width: 900px;
	overflow: hidden;
	background: transparent url(../images/body/content.gif) repeat-y scroll left top;
}
.wide #Main {
	background-position: right top;
}
#Content {
	float: right;
	margin-left: 10px;
	width: 698px;
	overflow: hidden;
}
#Editable {
	position: relative;
	float: left;
	margin-right: 1px;
	padding: 8px;
	width: 448px;
	overflow: hidden;
}
.homeSplash #Editable {
	padding: 0;
	width: 464px;
}
.wide #Editable {
	width: 682px;
}
#NavCol {
	float: right;
	width: 192px;
	overflow: hidden;
}
#SlideShow {
	width: 464px;
	height: 378px;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}
/* END: Main */

/* BEGIN: Content */
#Help {
	float: right;
	font-size: 77%;
}
#Help a {
	text-decoration: none;
}
#Help a img {
	vertical-align: middle;
}
#Breadcrumbs {
	font-size: 77%;
	text-transform: lowercase;
}
#FontSize {
	float: right;
}
#FontSize a {
	padding: 0 2px;
	text-decoration: none;
}
#FontDec {
	font-size: 77%;
}
#FontDef {
	font-size: 100%;
	background-color: #CCCCCC;
}
#FontInc {
	font-size: 116%;
}
.block {
	margin: 1em 0;
}
#formTable {
	margin: 10px 0px 0px 0px;
}
#formTable .cell {
	padding: 2px 10px 2px 10px;
}
#formTable .fieldTitle {
	font-weight: bold;
	padding: 2px 10px 2px 10px;
}
#formTable .fieldTitleSmall {
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	font-size: 10px;
}
#formTable .frame {
	height: 300px;
	overflow: scroll;
	overflow-x: hidden;
}
#Content #calLegend {
}
#Content #calLegend ul {
	margin: 0.5em 0;
}
#Content #calLegend ul li {
	float: left;
	padding-right: 1em;
	list-style-type: none;
}
#calendar {
	width: 100%;
	text-align: center;
}
#calendar table {
	width: 100%;
	/*border: 1px solid #AFC6E7;*/
}
#calendar td {
	border: 2px solid #5A80B5;
	width: 14%;
}
#calendar .nav {
	/*font-size: 16px;*/
}
#calendar .month {
	padding: 5px 0;
}
#calendar .dayTitle {
	padding: 5px 0;
	background-color: #5A80B5;
	color: #FFFFFF;
	font-weight: bold;
}
#calendar .day {
	padding: 5px;
	height: 65px;
	text-align: left;
	vertical-align: top;
}
#calendar .dayWrap {
}
#calendar .day .dayNum {
	text-align: right;
}
#calendar .day .dayEvent {
	margin: 0.5em 0;
}
.fieldset {
	position: relative;
	border-bottom: 1px dotted #5D75B3;
	margin-top: 1.75em;
	padding: 1em 0 0.5em;
}
.fieldset fieldset legend span {
	display: block;
	position: absolute;
	left: 0;
	top: -0.6em;
	font-size: 123.1%;
	font-weight: bold;
}
table.form {
	width: 100%;
}
table.form td {
	padding: 5px;
	vertical-align: top;
}
table.form table {
	width: 100%;
}
table.form table td {
	padding: 0;
}
table.form td.field label {
	display: block;
}
/* END: Content */

/* BEGIN: Navigation */
#Navigation {
	font-weight: bold;
}
#Navigation a {
	display: block;
	padding: 6px 0 6px 16px;
	text-decoration: none;
	color: #204C8A;
}
#Navigation .level1,
#Navigation .level1Alt {
}
#Navigation .level1 a,
#Navigation .level1Alt a {
	border-top: 1px dotted #5D75B3;
}
#Navigation .first a {
	border: 0 none;
}
#Navigation .level1Alt a,
#Navigation .level1 a.current {
	background-color: #C7EAF2;
}
#Navigation .level2 a,
#Navigation .level2Alt a {
	padding: 4px 0 4px 32px;
	background-color: #C7EAF2;
	/*color: #36348E;*/
}
#Navigation .level2Alt a,
#Navigation .level2 a.current {
	background-color: #DBF8FF;
}
#Navigation .level3 a,
#Navigation .level3Alt a {
	padding: 2px 0 2px 48px;
	background-color: #DBF8FF;
	font-weight: normal;
	/*color: #36348E;*/
}
#Navigation .level3Alt a {
	/*background-color: #F2FDFF;
	color: #DE8A2E;*/
	background: #DBF8FF url(../images/nav-ind.gif) no-repeat scroll 34px 6px;
}
#KaneCenterLink {
	width: 192px;
	background-color: #5A80B5;
}
#KaneCenterLink a {
	display: block;
	border-top: 1px dotted #B1DCE5;
	padding-left: 16px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
/* END: Navigation */

/* BEGIN: Spotlight */
#Spotlight {
	float: left;
	width: 232px;
	overflow: hidden;
}
#Content #Spotlight h2 {
	margin: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}
#Content #SpotlightNewToolbar ul {
	margin: 0;
}
#Content #SpotlightNewToolbar ul li {
	float: left;
	margin-right: 5px;
	list-style-type: none;
}
#Content #SpotlightNewToolbar ul li a {
	display: block;
}
#Spotlight .block {
	border: 1px dotted #5D75B3;
}
#Spotlight .block,
#Spotlight .editDiv {
	margin: 8px;
	zoom: 1;
	overflow: hidden;
}
#Spotlight .editDiv {
	padding: 5px;
}
#Spotlight .blockEdit {
	float: right;
}
#Spotlight .blockAddItem {
	float: left;
}
#Content #Spotlight .blockEdit ul {
	margin: 0;
}
#Content #Spotlight .blockEdit ul li {
	float: left;
	list-style-type: none;
	line-height: 29px;
}
#Content #Spotlight .blockEdit ul li a {
	padding-left: 5px;
	display: block;
}
#Content #Spotlight h3 {
	clear: both;
	margin: 5px -5px;
	color: #E06618;
	font-size: 100%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
#Spotlight .item {
	clear: both;
	margin: 5px 0;
	zoom: 1;
	overflow: hidden;
}
#Spotlight .announcements .item {
	margin: 4px;
	border: 1px dotted #5D75B3;
	padding: 6px;
	clear: both;
}
#Spotlight .announcements .item a {
	font-size: 153.9%;
	text-decoration: none;
	color: #486AA3;
}
#Spotlight .links {
	padding: 0 5px;
}
#Spotlight .links .item {
	padding: 5px 5px 5px 12px;
	background-color: #5A80B5;
}
#Content #Spotlight .links .item a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 108%;
}
#Spotlight .images .item {
}
#Spotlight .item .editDiv,
#Spotlight .item .editDiv2 {
	float: right;
}
#Content #Spotlight .item .editDiv2 a {
	display: inline;
}
#Content #Spotlight .item .editDiv2 img {
	vertical-align: middle;
}
#Social {
	text-align: center;
}
/* END: Spotlight */

/* BEGIN: Announcements */
#Announcements {
	margin: 8px;
	border: 1px dotted #5D75B3;
}
#Announcements h2 {
	display: none;
}
#Announcements .editDiv2 {
	margin: 0 auto;
}
#Announcements .item {
	margin: 4px;
	border: 1px dotted #5D75B3;
	padding: 6px;
	clear: both;
}
#Announcements .item a {
	font-size: 153.9%;
	text-decoration: none;
	color: #486AA3;
}
#Announcements .item .editDiv2 {
	float: right;
}
#Advertisements {
	border-top: 1px dotted #5D75B3;
}
#Advertisements .item {
	margin: 8px;
	border: 1px dotted #5D75B3;
}
/* END: Announcements */

/* BEGIN: userAccess */
#userAccess {
	margin: 7px;
	padding: 7px;
	color: #555555;
	background-color: #F7F7F9;
}
#userAccess p {
	margin-bottom: 1em;
}
#userAccess strong {
	font-weight: bold;
}
#userAccess a {
	color: #666666;
}
#userAccess a:hover {
	color: #999999;
}
#userAccess ul {
	margin: 1em 0 0 1.5em;
}
#userAccess ul li {
	list-style: disc outside;
}
/* END: userAccess */

/* BEGIN: Footer */
#Footer {
	position: relative;
	overflow: hidden;
	padding-top: 6px;
	width: 900px;
	background: transparent url(../images/body/border.gif) no-repeat scroll left top;
}
#About {
	border: 1px dotted #5D75B3;
	border-width: 1px 0;
	width: 900px;
}
#About img {
	padding: 20px 150px;
}
#AdminLogin {
	position: absolute;
	left: 0;
	top: 7px;
}
#AdminLogin a {
	display: block;
	overflow: hidden;
	padding: 20px 0 0;
	width: 20px;
	height: 0;
	background: transparent url(../images/blank.gif) no-repeat scroll left top;
}
/* END: Footer */

/* BEGIN: Credits */
#Credits {
	position: relative;
	overflow: hidden;
	margin-top: 6px;
	padding-bottom: 30px;
	width: 900px;
}
#Copyright {
	width: 725px;
	font-size: 77%;
}
#Technology {
	position: absolute;
	right: 0;
	top: 0;
}
#SwissMango {
	float: right;
	background-image: url(../images/swiss_mango.gif);
}
#SwissMango a {
	display: block;
	overflow: hidden;
	padding: 20px 0 0;
	width: 175px;
	height: 0;
}
#GlobalDesign {
	float: right;
	clear: both;
	font-size: 85%;
}
#SiteSeal {
	padding-top: 1em;
}
/* END: Credits */

/* BEGIN: Editing Styles */
.editDiv {
	border: dotted 1px #FF0000;
	padding: 5px;
	margin: 5px;
	width: auto;
}
.editDiv2 {
	border: dotted 1px #FF0000;
	padding: 5px;
	width: auto;
}
#javaDiv {
	background-color: #FFFFFF;
	border: solid 1px #000000;
	color: #000000;
	font-size: 10px;
	padding: 5px;
	width: 10px;
	position: absolute;
	overflow: hidden;
	visibility: hidden;
	z-index: 999;
}
/* END: Editing Styles */