@charset "UTF-8";
body {
	margin:0px 0px 0px 0px;
	background-color: #ffe6c9;
	background-image: url(images/backgroundtile.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #660033;
}

p {
	font-size: small;
}

h1 {
	font-size: medium;
}

h2 {
	font-size: small;
	font-weight: bold;
}


#content {
	width:695px;
	margin:50px auto;
	background-color:#ffe6c9;
	position: relative;
	height: auto;
	border: 4px solid #d9e3a2;

	}
#nav_main {
		position: absolute;
	top: 310px;
	left: 140px;

}

#masthead {
	width: 695px;
	display: block;
	height: 70px;
	clear: both;
	position: relative;
}

#navigation {background-color: #660033;
	text-align: center;
	width: 425px;
	height: 25px;
	display: block;
	padding-top: 7px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #d9e6c9;
	border-top: 4px solid# d9e6c9;
	border-right: 4px solid #d9e6c9;
	border-bottom: 4px solid #d9e6c9;
	border-left: 4px solid #d9e6c9;
}

#nav_top {
		position: absolute;
	top: 10px;
	left: 140px;

}
#navigation a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #d9e3a2;
	text-decoration: none;
}

#navigation a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #eb8a9a;
	text-decoration: none;
}

#navigation a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #eba99a;
	text-decoration: none;
}

#container {
	background-color:#ffe6c9;
	overflow:hidden;
	
}


#leftcontent {
	float:left;
	width:490px;
	background-color: #ffe6c9;

		}

#rightcontent {
float:right;
	width: 195px;
		}
		
	p,h1,h2,pre {
		margin:0px 30px 10px 30px;
		}

a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #eb8a9a;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #d9e3a2;
}
a:visited {
	color: #660033;
	
}
#imageleft {
	display: block;
	float: left;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 30px;
}

#imageright {
	display: block;
	float: right;
	padding-bottom: 10px;
	padding-left: 15px;
}

/*schedule*/

table {
	display: table;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	border-collapse: collapse;
	margin: 0 auto;
}
td {
	padding: 0 2px;
	vertical-align: top;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #330066;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #330066;
	display: table-cell;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #330066;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-align: left;
	line-height: 2em;
	padding-top: 2em;
}
.subhead {
	font-style: italic;
}
