@charset "UTF-8";
/* CSS Document */

/* Structural elements */
html, body {
	background-color: #BFBFBF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	height:100%;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	height: 140px;
	vertical-align: bottom;
}

#margin {
	margin-left: 20px;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	background-image: url(images/boxBkgd.gif);
	background-repeat: repeat-y;
	background-position:center;
	overflow: auto;
	position:relative;
}

#leftcol {
	width: 590px;
	padding-left: 10px;
	padding-right: 0px;
	float: left;
}

.leftmargin {
	padding-left: 20px;
	padding-right: 20px;
}

#rightcol {
	width: 270px;
	padding-left: 20px;
	padding-right: 30px;
	float: right;
}

#singlecol{
	width:900px;
	padding-left:20px;
	padding-right:20px;
	float: left;
}

#footer {
	width: 940px;
	height: 78px;
	background-image: url(images/footerBar2.gif);
	clear: both;
	text-align:center;
}

.newsbox {
	background-image: url(images/newsBar.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	width: 590px;
	float: left;
}

.eventbox {
	background-image: url(images/newsBar.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 70px;
}


/* Text Classes */
.header1 {
	font-size: 24px;
	color:#262261;
	padding-bottom: 10px;
}

a:link.header1{
	text-decoration: none;
}

a:visited.header1{
	text-decoration: none;
}

.header2 {
	font-size: 18px;
	color:#262261;
	padding-bottom: 14px;
}

a:link.header2{
	text-decoration: none;
}

a:visited.header2{
	text-decoration: none;
}

.sanstext {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

.sanslist {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

a.sanslink {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3D3C8E;
}

.seriftext {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #333333;
}

.seriftext2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #333333;
}

.serifsmall {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 17px;
	color: #707070;
}

a.seriflink {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #3D3C8E;
}

.footertext {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

a.footerlink {
	font-weight: bold;
	color: #FFFFFF;
}

a:hover.footerlink {
	color:#999999;
}

a:visited.footerlink {
	color:#999999;
}


a:link {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

a:visited {
	color: #333333;
}

a:active {
	text-decoration: underline;
	color: #3D3C8E;
}
