a, a:link {
	color: #36c;
}
a:visited {
	color: #66c;
}
a:active, a:hover {
	color: #69c;
}
body {
	background-color: #fff;
	background-image: url('/images/background.gif');
	background-repeat: repeat-x;
	color: #666;
	margin: 0;
	padding: 4px 8px;
}
body, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	font-size: 1.5em;
}
hr {
	background-image: url('/images/hdiv.png');
	background-repeat: repeat-x;
	border-style: none;
	border-width: 0em;
	height: 3px;
}
hr.mid {
	clear: both;
	padding-bottom: 2em;
	width: 70%;
}
img {
	border-style: none;
	border-width: 0;
}
#title {
	margin-left: 1em;
	margin-right: 1em;
}
#logo {
	background-image: url('/images/logo3.png');
	background-repeat: no-repeat;
	display: block;
	height: 54px;
	width: 380px; /*297px*/
}
#sublogo {
	background-image: url('/images/sublogo.png');
	background-repeat: no-repeat;
	float: right;
	display: inline-block;
	height: 20px;
	margin: 34px 20px 0 0;
	width: 340px;
}
#logo_ctr {
	height: 54px;
	margin: 0 0 6px 20px;
	padding: 0;
}
#navbar {
	clear: right;
	height: 36px;
}
.nav_menu {
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	height: 36px;
}
.nav_menu:hover {
	background-position: 0 -36px;
}
.nav_menu .nav_link {
	display: block;
	height: 36px;
}
/*#nav_about {
	background-image: url('/images/about.png');
	width: 87px;
}
#nav_about .nav_link {
	width: 87px;
}
#nav_alumni {
	background-image: url('/images/alumni.png');
	width: 82px;
}
#nav_alumni .nav_link {
	width: 82px;
}
#nav_calendar {
	background-image: url('/images/calendar.png');
	width: 94px;
}
#nav_calendar .nav_link {
	width: 94px;
}
#nav_concord {
	background-image: url('/images/concord.png');
	width: 140px;
}
#nav_concord .nav_link {
	width: 140px;
}
#nav_giving {
	background-image: url('/images/giving.png');
	width: 78px;
}
#nav_giving .nav_link {
	width: 78px;
}
#nav_photos {
	background-image: url('/images/photos.png');
	width: 86px;
}
#nav_photos .nav_link {
	width: 86px;
}
#nav_updates {
	background-image: url('/images/updates.png');
	width: 90px;
}
#nav_updates .nav_link {
	width: 90px;
}*/
#nav_search {
	background-image: url('/images/search.png');
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	float: right;
	height: 36px;
	width: 184px;
}
#nav_spacer {
	background-image: url('/images/navbar.png');
	background-repeat: repeat-x;
	height: 36px;
	/*margin: 0 184px 0 567px;*/
	margin-bottom: 0;
	margin-right: 184px;
	margin-top: 0;
	width: auto;
}
#search {
	background-color: #fff;
	border-style: none;
	border-width: 0;
	height: 18px;
	margin: 9px 0 0 25px;
	padding: 0;
	width: 130px;
}
.slideshow {
	color: #36c;
	/*float: left;
	width: 750px;*/
}
#slideshow_header {
	font-size: 20pt;
	text-align: center;
	margin: 10px 50px 0 50px;
	width: 400px;
	/*margin: 10px 10px 0 10px;
	width: 280px;*/
}
#slideshow_img_ctr {
	background-image: url('/images/slideshow.png');
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 276px;
	margin: 0 2em;
	padding: 3px 0 0 3px;
	width: 423px;
}
#slideshow_text {
	font-size: 12pt;
	text-align: center;
	margin: 0 50px 0 50px;
	width: 400px;
	/*margin: 0 10px 0 10px;
	width: 280px;*/
}
#slideshow_pager {
	background-color: #eee;
	display: block;
	float: left;
	height: 28px;
	margin: 2em 184px 0;
	width: 132px;
}
#slideshow_pager .selected {
	background-position: 0 -28px !important;
}
#slideshow_pager #pager1 {
	background-image: url('/images/ss1.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	height: 28px;
	width: 33px;
}
#slideshow_pager #pager1:hover, #pager1 {
	background-position: 0 -28px;
}
#slideshow_pager #pager2 {
	background-image: url('/images/ss2.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	height: 28px;
	width: 33px;
}
#slideshow_pager #pager2:hover {
	background-position: 0 -28px;
}
#slideshow_pager #pager3 {
	background-image: url('/images/ss3.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	height: 28px;
	width: 32px;
}
#slideshow_pager #pager3:hover {
	background-position: 0 -28px;
}
#slideshow_pager #pager4 {
	background-image: url('/images/ss4.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	height: 28px;
	width: 34px;
}
#slideshow_pager #pager4:hover {
	background-position: 0 -28px;
}
#footer {
	color: #666;
	font-size: x-small;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer address {
	float: right;
	font-style: normal;
	text-align: right;
}
.menu {
	cursor: default;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: -3px 0 0 0;
	padding: 0;
	position: relative;
	width: 350px;
	z-index: 100;
}
#nav_about .menu {
	margin: -3px 0 0 10px;
}
.menu .top {
	background-image: url('/images/menut.png');
	background-repeat: no-repeat;
	font-size: 1px;
	height: 1px;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.menu .bottom {
	background-image: url('/images/menub.png');
	background-repeat: no-repeat;
	clear: left;
	font-size: 1px;
	height: 5px;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.menu ul {
	background-image: url('/images/menu.png');
	background-repeat: repeat-y;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px 0;
	width: 350px;
}
.menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 3px;
	width: 169px;
}
.menu li a {
	color: #666;
	display: block;
	padding: 10px;
	text-decoration: none;
}
.menu li a:hover {
	background-color: #33cd4d;
	color: #fff;
}
#navbar div:hover .menu {
	display: block;
}
.leftcol {
	background-image: url('/images/vdiv.png');
	background-position: right;
	background-repeat: repeat-y;
	display: block;
	float: left;
	margin-right: 8px;
}
.rightcol {
	background-image: url('/images/vdiv.png');
	background-repeat: repeat-y;
	display: block;
	float: left;
	padding-left: 20px;
}
.rightfloat {
	background-image: url('/images/vdiv.png');
	background-repeat: repeat-y;
	display: block;
	float: right;
	padding-left: 8px;
}
#cms_options h2, #menu_options h2 {
	font-size: 1.15em;
	margin: 0;
}
#cms_options img, #menu_options img {
	vertical-align: text-bottom;
}
#cms_options p, #menu_options p {
	margin: 0 0 1em;
}
.option {
	font-size: x-small;
}
.option a {
	font-size: small;
}
.form_fields {
	display: block;
	float: left;
	width: 95%;
}
.form_fields .form_left {
	clear: left;
	display: block;
	float: left;
	font-weight: bold;
	width: 13em;
}
.form_fields .form_right {
	display: block;
	float: left;
	margin-bottom: 0.5em;
}
.sifr {
	color: #36c;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
}
h1.sifr a, h2.sifr a, h3.sifr a, h4.sifr a, h5.sifr a, h6.sifr a {
	color: #36c;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.warning {
	background-color: #ea727e;
	border-color: #c00;
	border-style: solid;
	border-width: 1px;
	color: #333;
	font-weight: bold;
	margin: 1em;
	padding: 0.5em;
}
.notice {
	background-color: #79f97f;
	border-color: #0c0;
	border-style: solid;
	border-width: 1px;
	color: #333;
	font-weight: bold;
	margin: 1em;
	padding: 0.5em;
}
table.datatable {
	border-collapse: collapse;
	border-color: #36c;
	border-style: solid;
	border-width: 1px;
}
table.datatable td, table.datatable th {
	padding: 2px;
	text-align: left;
}
table.datatable thead tr {
	background-color: #36c;
	background-image: url('/images/thead.gif');
	background-repeat: repeat-x;
	color: #fff;
	height: 20px;
}
table.datatable tbody td, table.datatable tbody th {
	border-color: #36c;
	border-style: solid;
	border-width: 0 0 1px 0;
}
table.datatable tbody tr.deleted td, table.datatable tbody tr.deleted th {
	background-color: #ea727e;
	color: #333;
}
ul.external {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.external li {
	background-position: left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 2px 0 2px 20px;
}
.external .article, .external .forum, .external .podcast {
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.external .article {
	background-image: url('/images/page_white_text.png');
}
.external .forum {
	background-image: url('/images/comments.png');
}
.external .podcast {
	background-image: url('/images/ipod.png');
}
.layout_links {
	border-color: #bbb;
	border-style: solid;
	border-width: 0 0 1px 0;
	color: #787878;
	font-size: x-small;
	margin: 0 1em;
	padding: 0 0 1px;
	text-align: right;
}
.layout_links a {
	text-decoration: none;
}
.layout_links p {
	margin: 0.5em 0 0;
}
/*#filebrowser {
	background-color: #fff;
	border-color: #bbb;
	border-style: solid;
	border-width: 1px;
	display: none;
	left: 15%;
	height: 380px;
	padding: 1em;
	position: absolute;
	top: 10%;
	width: 480px;
	z-index: 200;
}
#imageupload {
	display: none;
	left: 200;
	height: 268px;
	position: absolute;
	top: 0;
	width: 415px;
	z-index: 200;
}*/
table.calendar {
	border-collapse: collapse;
	border-color: #36c;
	border-style: solid;
	border-width: 1px 1px 0 0;
	margin: auto;
	width: 95%;
}
table.calendar span.calendar_day {
	border-color: #36c;
	border-style: solid;
	border-width: 0 1px 1px 0;
	color: #36c;
	display: block;
	float: left;
	font-size: x-small;
	margin: 0 0.5em 0.5em 0;
	padding: 0.25em;
}
table.calendar tbody {
	background-color: #fff;
}
table.calendar thead {
	background-color: #36c;
	color: #fff;
}
table.calendar td {
	height: 8em;
	padding: 0 0.25em 0.25em 0;
}
table.calendar td.inactive {
	background-color: #bbb;
}
table.calendar th {
	padding: 0.25em;
	width: 14.28%;
}
table.calendar td, table.calendar th {
	border-color: #36c;
	border-style: solid;
	border-width: 0 0 1px 1px;
	vertical-align: top;
}
div.calendar_event {
	background-image: url('/images/eventbg.png');
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 268px;
	margin: 1em 2px;
	overflow: hidden;
	padding: 0 1em;
	width: 110px;
}
div.calendar_event .heading {
	color: #36c;
	font-weight: bold;
	text-decoration: none;
}
.sv_container {
	margin: auto;
	width: 95%;
}
.sv_container, object {
	outline: none;
}