@charset "UTF-8";
body {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-image: url(../images/bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-color: #0a2365;
}

.dropcap {
	float:left;
	color: #768db7;
	font-size:80px;
	line-height:60px;
	padding-top:2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color: #768db7;
	font-weight: normal;
}

a {
   outline: none;
   color: #768db7;
   text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

#container {
	width: 933px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	background-image: url(../images/contentbg.png);
	background-repeat: repeat-y;
	float: left;
	width: 933px;
}
#header {
	background-image: url(../images/contentbg.png);
	background-repeat: repeat-y;
	float: left;
	width: 933px;
	margin: 0;
}

#headercontainer {
	width: 933px;
	margin-left: auto;
	margin-right: auto;
}

#nav ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 17px;
	
}


#nav li {
	display: inline;
	list-style-type: none;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 0px;
	margin-left: 0px;
	border-right: solid 1px #000;
}

#nav ul li.last {
	border-right: none;
}

#nav {
	width: 525px;
	float: right;
	margin-top: 25px;
}

#nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#nav #active a {
	color: #768db7;
}

#logo {
	float: left;
	width: 211px;
	padding-top: 20px;
	padding-left: 60px;
}
#maincontent {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	text-align: center;
	width: 800px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

#footerleft {
	width: 300px;
	float: left;
	text-align: left;
	margin-bottom: 15px;
}

#footerright {
	width:240px;
	float: right;
	text-align: left;
	margin-bottom: 15px;
}


.slideshow {
	height: 297px;
	width: 800px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
.slideshow img { padding: 0px; }

#bottom {
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	height: 54px;
	width: 933px;
	float: left;
}


#callouts {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-image: url(../images/calloutbg.png);
	background-repeat: repeat-y;
	height: 116px;
}
#leftcallout {
	width: 218px;
	padding-top: 10px;
	float: left;
	padding-right: 24px;
	padding-left: 24px;
}

#centercallout {
	width: 218px;
	padding-top: 10px;
	float: left;
	padding-right: 24px;
	padding-left: 24px;
}


#rightcallout {
	width: 218px;
	padding-top: 10px;
	float: left;
	padding-right: 24px;
	padding-left: 24px;
}

#leftcolumn {
	width: 275px;
	float: left;
	margin-bottom: 20px;
}

#rightcolumn {
	width: 500px;
	float: left;
	margin-left: 25px;
	margin-bottom: 20px;
}
.img {
	margin-right: auto;
	margin-left: auto;
	width: 164px;
}

#himg{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

#contentcontainer {
	width: 800px;
	float: left;
	margin-left: auto;
	margin-right: auto;
}
#border {
	border: 1px solid #000;
}


#rightcolumn ul {
	margin: 0;
	padding: 10px;
	border: solid 2px #768db7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #768db7;
}

#rightcolumn li {
	display: block;
	padding: 10px;
	list-style-type: none;
}

.events {
	border-bottom: solid 1px #000;
}

