/* CSS Document This style sheet works for NS4.7 browser as well as modern browsers*/
html{
	margin:0;
	padding:0;
	text-align: center;
}
body {
	font-family: "Trebuchet MS", Georgia, Verdana, Arial, sans-serif;
	font-size: 100%;
	color:#5014c2;
	margin: 0;
	padding:0;
	text-align: center;
	background: #E6E8FF url(images/chalk.gif);
	}
	div {
	margin:0;
	padding:0;
}	
#container{
	margin:0 1% 0 1%;
	text-align: left;
	width: 98%;
	border: none;
	height: auto;
		
}
#header {
	/*background-image: url(images/chalk.gif);*/
	margin: 2px 1% 1%;
	text-align: center;
	z-index:3;
}
#nav {
	position:absolute;
	top: 60px;
	left:4px;
	width: 130px;
	z-index: 2;
	font-size: 12px;
	margin:0;
	padding:0;
	visibility: visible;
}

#content {
	position: absolute;
	left: 143px;
	top: 59px;
	text-align: left;
	width:95%;
	z-index: 1;
	height: auto;
	
	/*height: 762px;*/

	/*visibility: visible;*/
}
#content p {
	margin: 0px 5px 0px 5px;
}
#nav ul{
	list-style-type: none;
	padding:0;
	width: 100%;
	margin-left: -30px;
	
}
#nav li {
	margin:0;
	width:120px;
		
}
#nav a {
	display: block;
	width: 100%;
	/*height: 100%;*/
	padding: 0;
	margin:0;
	text-decoration: underline;
	font-weight: bold;
	color: #5018B7;
	background-color: transparent;
}
h1 {
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	}
h2 {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	font-style: italic;
	margin: 10px 0 0 0;
	padding: 0;
	
}
h5 {
	font-size:90%;
	font-weight: bold;
}
h6 {
	font-size: 100%;
	font-style: italic;
	font-weight:400;
	margin: 0;
	padding: 0;
}
.quote {
	margin-left: 10em;
	padding-left: 10em;
	font-style: italic;
	display: block;
	width:50%;
	text-align: center;
}
.bulletin-para {
	padding-left: 3em;
}


a{
	font-size:14px;
	color: #5018B7;
	text-decoration: none;
}
#srpclogo {
	float:left;
	width: 110px;
}
p {
	line-height: 1.3em;
	padding-bottom: 1.1em;
}
/*.nextpage {
	float: right;
	width: 150px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.95em;
}
.previouspage {
	float: left;
	width: 150px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.95em;
}
.pagenumber {
	text-align: right;
	font-size: 0.8em;
	margin: 0 4px 0;
}*/
#histcontents {
	position:absolute;
	left:4px;
	top:481px;
	width:130px;
	/*height:26px;*/
	z-index:3;
	/*visibility: visible;*/
}
#histcontents ul {
	list-style-type: none;
	padding:0;
	margin:0 0 0 -30px;
	width: 100%;
	}
#histcontents li{
	margin:0;
	padding:0;
	width:130px;
}
#histcontents a {
	width: 100%;
	padding: 2px 2px 2px 2px;
	margin:0;
	text-decoration: underline;
	font-weight: bold;
	color: #5018B7;
	background-color: #E1E0FF;
}
.contentborder {
	border: thin solid;
	margin-top: 2.5em;
	width: 75%;
	padding-left:2em;
	text-align: left;
}

.dayofweek {
	font-weight: bold;
}

.calender td {
	text-align: left;
	
}
#announcements {
	height:auto;
	width:70%;
	margin-left: auto;
	margin-right:auto;
	margin-top:3em;
	text-align: left;
}
dl {
	padding-left: 6em;
}

div#page-title {
	text-align: center;
}
.top {
	text-align: center;
}
/*#tablecontents {
	width:225px;
	border: thin solid #5719C4;
	visibility: visible;
}
#tablecontents ul {
	list-style-type: none;
	padding:0;
	margin:0;
	width: 100%;
}
#tablecontents li {
	margin:0;
	width:100%;
}
#tablecontents a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin:0;
	text-decoration: underline;
	font-weight: bold;
	color: #5018B7;
	background-color: transparent;
	}
*/
.title {
	padding-left:8em;
	
	
}
.imageright {
	float: right;
	padding-left: 6px;
}
.imageleft {
	float: left;
	padding-right: 6px;
}
address {
	font-size: 0.9em;
	line-height: 1.35em;
	text-align: center;
	font-style: normal;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
}
#events {
	text-align: left;
	width: 70%;
	margin-top: 3em;
	margin-right: auto;
	margin-left: auto;
}
.boxed {
	border: thin solid #5018B7;
	padding: 1em;
	margin-bottom: 1em;
}
h4 a {
background-color:#e1e0ff;
}

