body {
	text-align: center;
	background-color: #F9F5EC;
	color: #000000;
	padding: 20px 0;
	margin: 0;
}

#container {
	text-align: left;
	background-image: url("images/ui/bg-container.gif");
	background-repeat: repeat-y;
	background-color: #F9F5EC;
	width: 770px;
	margin: 0px auto;
}

/* HEADER  */

#header {
	width: 770px;
}

	
#topbar {
	clear: both;
	background-image: url("images/ui/topbar.gif");
	background-repeat: no-repeat;
	width: 770px;
	height: 25px;
}


/* SIDEBAR  */

#sidebar {
	width: 160px;
	float: left;
	margin: 0;
	padding: 0 0 40px 0;
}
#sidebar a {
	color: #003366;
	text-decoration: none;
}
#sidebar a:hover {
	color: #993300;
}
.sidebarLinkHeader {
	margin-top: 10px;
}
.sidebarLinkBox {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0 0 0 10px;
}
.date {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 25px;
	text-align: center;

	margin: 0;
	padding: 0 0 0 10px;
}

.redtitle {
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: bold;
	color: #A40D11;
	line-height: 120%;
	margin-top: 20px;
	clear: both;
}
/* MAIN  */
#main {
	width: 590px;
	font-family: Georgia, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 150%;
	margin: 0px;
	padding: 10px 0 40px 8px;
	float: left;
}

/* FOOTER  */
#footer {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	background-color: #fff;
	color: #000;
	border-top: 1px solid #B6C7B0;
	margin: 0 5px;
	padding: 10px 0 10px 10px;
	width: 100%;
	text-align: center;
	clear: both;
}
#footer a {
	color: #356526;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/* HEADINGS  */

h1, h2 {
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: bold;
	color: #A40D11;
	line-height: 120%;
	clear: both;
}
h3 {
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: bold;
	color: #A40D11;
	line-height: 120%;
	margin-top: 20px;
	clear: both;
}
h4, h5, h6 {
	font-family: Georgia, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

/* MISCELLANEOUS LAYOUT ELEMENTS  */

.form {
	border: 1px solid #DDCFAF;
	padding: 10px;
	background-color: #F8F9E6;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}

.table {
	border: 1px solid #DDCFAF;
	padding: 10px;
	margin: 10px 0;
	background-color: #F8F9E6;
}
.table table {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}

.quote {
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 120%;
	margin: 30px;
	border-top: 1px solid #DDCFAF;
	padding: 20px;
}
.quoteSource {
	font-variant: small-caps;
	text-align: right;
	margin: 0;
}


.morelink {
	font-style: italic;
}
	
.photo {
	border: 1px solid #000;
	padding: 3px;
	margin: 10px;
}	

/* SCHEDULE  */

.schedTable			{	width: 560px;
						border: 1px solid #000000;
					}
.schedTitle 		{	background: #D2D7EB;
						text-align: center;
						font-family: Tahoma, sans-serif;
						font-size: 20px;
						padding-top: 8px;
						padding-bottom: 8px;
						border: 1px solid #000000;
					}
.schedA 			{	background: #DBEBEA;
						text-align: center;
						font-family: Tahoma, sans-serif;
						font-size: 12px;
						padding-top: 2px;
						padding-bottom: 2px;
						border-top: 1px solid #000000;
						border-left: 1px solid #000000;
					}
.schedB 			{	background: #D9D9D9;
						text-align: center;
						font-family: Tahoma, sans-serif;
						font-size: 10px;
						border-top: 1px solid #000000;
						border-left: 1px solid #000000;
					}
.schedC 			{	background: #FFFFFF;
						text-align: center;
						font-family: Tahoma, sans-serif;
						font-size: 10px;
						border-top: 1px solid #000000;
						border-left: 1px solid #000000;
					}
.schedInst			{	font-family: Tahoma, sans-serif;
						font-size: 9px;
						font-weight: normal;
						color: #746FA1;
					}
