#title-bar {
	background-color: #8f8fc9;
	background-image: url("/design/graphics/solidbg.png");
}
#title-bg {
	background-color: #a10e33;
	background-image: url("/design/graphics/titlebg.png");
}
#subtitle, #date {	
	font-family: Times New Roman, serif;
}
#subtitle {
	color: #464763;
	font-size: 0.9em;
}
#date {
	color: #464763;
	font-size: 0.8em;
}
#title-bottom {
	background-image: url("/design/graphics/bottombg.png");
	font-size: 1px;
}
#top-left-bg {
	background-image: url("/design/graphics/topleftbg.png");
	font-size: 1px;
}
#top-right-bg {
	background-image: url("/design/graphics/toprightbg.png");
	font-size: 1px;
}

#menu-bg {
	background-image: url("/design/graphics/leftbg.png");
}
#menu li {
	font-family: Arial, sans-serif;
	color: #ffffff;
	border-color: #464763;
}
#menu a {
	font-size: 0.85em;
}
#menu li a {
	font-weight: bold;
}
#menu li a:hover {
	background-color: #464763;
	outline: 3px auto;
}
#menu li li a {
	font-weight: normal;
}
#menu-bottom {
	background-image: url("/design/graphics/leftslant.png");
	width: 170px;
	height: 164px;
}

body {
	/*
	background-image: url("/design/graphics/crestbg.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat; 
	background-position: bottom right;
	*/
	background-color: #e4f3ff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	font-weight: bold;
}
h1 {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	font-size: 1.5em;
	text-shadow: 0px 0px 3px #888888;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}

#right-tab {
	font-family: Arial, sans-serif;
}
#right-tab-inner {
	background-image: url("/design/graphics/rightbg.png");
}
.right-tab-box, #upcoming-events th {
	border-color: #464764;
}
.right-tab-box th {
	background-color: #696ba3;
	color: #ffffff;
	font-size: 1em;
}
.right-tab-box td {
	font-size: 0.8em;
}
.right-tab-box a, #upcoming-events td {
	color: #ffffff;
}
#upcoming-events tr:hover {
	background-color: #464764;
	outline: 3px auto;
}
#upcoming-events td {
	background-image: none;
}
#upcoming-events .event-date {
	font-weight: bold;
}
#right-tab-bottom {
	background-image: url("/design/graphics/righttab.png");
	color: #e4f3ff;
	font-size: 0.7em;
}
#body {
	font-family: Times New Roman, serif;
	background-color: #e4f3ff;
}
#body a:hover {
	color: #a10e33;
	outline: 3px auto;
}
#bottom {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	border-color: #8f8fc9;
}
#bottom, #bottom a {
	color: #8f8fc9;
}
#bottom a:hover {
	color: #a10e33;
	outline: 3px auto;
}

.gallery-nav, .gallery-thumbs, .gallery-cover {
	font-family: Arial, sans-serif;
	font-size: 0.9em;
}
.gallery-nav, .gallery-nav a, .gallery-thmbs, .gallery-thumbs a, .gallery-cover, .gallery-cover a {
	color: #464763;
}
.gallery-nav a:hover, .gallery-thumbs a:hover {
	color: #a10e33;
	outline: 3px auto;
}

.highlight {
	background: yellow;
}
