/* CSS Document */

* {
	padding: 0;
	Margin: 0;
}

body {
	font: 73%/1.3 Verdana, sans-serif;
}
#container {
	margin: 0em auto;
	width: 905px;
}
span .letter {
	text-indent: 15px;
}

#nav1 {
	margin-top: 0px;
	width: 905px;
    height: 35px;
	text-align: left;
}
#header {
    height: 122px;
	width: 905px;
}
#nav2 {
	position: relative;
	margin-top: 0px;
	width: 905px;
    height: 40px;
	text-align: left;
}
#contents {
	width: 805px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 25px;
	min-height: 400px;
	_height: 400px;
}
#contentshome {
	width: 905px;
	padding-top: 25px;
	min-height: 400px;
	_height: 400px;
}
#contentshome h1 {
	color: #731d3b;
	font-size: 160%;
	font-weight: bold;
}
#contentshome h2 {
	color: #731d3b;
	font-size: 125%;
	font-weight: bold;
}
#contentshome p {
	color: #731d3b;
	font-size: 100%;
	line-height: 125%;
}
#contentshome td {
	color: #731d3b;
	font-size: 100%;
	line-height: 125%;
}
#footer {
	width: 905px;
	height: 100px;
}
#contents p {
	text-align: left;
}
#contents strong {
	font-weight: bold;
}
a:link {
	font-weight: bold;
	color: #731d3b;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #731d3b;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #731d3b;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #731d3b;
	text-decoration: underline;
}
#footer p {
	font-size: 85%;
}
#footer a:link {
	font-size: 110%;
	font-weight: bold;
	color: #731d3b;
	text-decoration: underline;
}
#footer a:visited {
	font-size: 100%;
	font-weight: bold;
	color: #731d3b;
	text-decoration: underline;
}
#footer a:hover {
	font-size: 100%;
	font-weight: bold;
	color: #731d3b;
	text-decoration: underline;
}
#footer a:active {
	font-size: 100%;
	font-weight: bold;
	color: #731d3b;
	text-decoration: underline;
}
#contents h1 {
	font-size: 110%;
	font-weight: bold;
	color: #731d3b;
}
#contents h2 {
	font-size: 100%;
	font-weight: bold;
	color: #731d3b;
}
#contents ul {
	margin-top: 2px;
	margin-left: 26px;
}
#contents li {
	margin-top: 2px;
	margin-left: 6px;
	list-style-position: outside;
	list-style-type: disc;
	display: list-item;
}
#programs p {
	color: #000;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 8px;
}
#programs h3 {
	font-size: 110%;
	font-weight: bold;
	color: #731d3b;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 8px;
}
#programs th, h4 {
	background-color: #731d3b;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	padding: 5px 0 5px 0;
	margin: 0 0 0 5px;
	text-align: left;
}

#programs td {
	background-color: #fff;
	padding: 5px 0 5px 0;
}

#programs .title {
	color: #731d3b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#programs img.headshot {
	padding: 0 10px 10px 0 ;
}

#programs hr {
	color: #731d3b;
	background-color: #731d3b;
	height: 3px;
	border: none;
}

.noborder {
}
.imgalign {
	margin-left: 362px;
}
.specialeventheader {
	font-size: 200%;
	font-weight: bold;
	color: #731d3b;
}
.specialeventsubheader {
	font-size: 130%;
	font-weight: bold;
	color: #000000;
}
#contentsevents ul {
	margin-top: 2px;
	margin-left: 26px;
}
#contentsevents li {
	margin-top: 2px;
	margin-left: 6px;
	list-style-position: outside;
	list-style-type: disc;
	display: list-item;
}
#contentsevents img {
	margin-left: 10px;
}
#contentshome h4 {
	color: #731d3b;
	font-size: 108%;
	line-height: 120%;
	font-weight: normal;
}
#contents #list li.first {
	list-style-type: disk;
	margin-left: 6px;
	display: list-item;
}
#contents #list li.second {
	list-style-type: circle;
	margin-left: 12px;
	display: list-item;
}

/* Gallery Slideshow */
 
#slideshow h1 {
	font-size: 110%;
	font-weight: bold;
	color: #731d3b;
	margin: 2px 0 0 26px;
}

#slideshow p {
	margin-top: 2px;
	margin-left: 26px;
}
 
#slideshow ul.gallery {
	clear: left;
	margin: 0 0 20px 65px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
	}
ul.gallery li {
	float: left;
	margin: 0 8px 8px 0;
	padding: 0;
	list-style-type: none;	
	}
ul.gallery li img {
	float: left;
	padding: 2px;
	border: 2px solid #ccc;
	background: #fff;
	}
ul.gallery li a:hover img {
	border: none;
	padding: 2px;
	border: 2px solid #900;
	background: #731d3b;
	}