@charset "UTF-8";
/* CSS Document */

/* Reset */
html, body, div, h1, h2, h3, h4, p, blockquote, ul, li{
	margin: 0;
	padding: 0;
}
ul, li{
	list-style: none;
}
a{
	text-decoration: none;
}

a img, img{
	border: none;
}

/* General Styles */
a:link{
	color: #0080b4;
}

a:visited{
	color: #004f75;
}

a:hover, a:active{
	color: #de2822;
}

p.more{
	text-align: right;
}

p{
	padding-top: 10px;
}

.clear{
	clear: both;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* Layout Styles */
body{
	background: #c5c5c5 url(images2/bg.gif) top left repeat-x;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}

#wrapper, #header{
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

#header img{
	float: left;
	margin: 15px 0 0 10px;
}

#header h1{
	background: url(images2/mainTitle.png) top left no-repeat;
	float: right;
	height: 90px;
	margin: 50px 100px 15px 0;
	padding: 0;
	text-indent: -9999px;
	width: 515px;
}

#container{
	clear: both;
	padding: 10px 0;
	width: 960px;
}

#mainBg{
	background: url(images2/mainBg.gif) top left repeat-y;
	float: right;
	margin: 0 0 15px;
	padding: 0;
	width: 709px;
}

#mainBot{
	background: url(images2/mainBot.gif) bottom left no-repeat;
	margin: 0;
	padding: 0;
	width: 709px;
}

#main{
	background: url(images2/mainTop.gif) top left no-repeat;
	margin: 0;
	padding: 50px 20px 0;
	width: 669px;
}

h2.hd1{
	background: url(images2/hd1.gif) top left no-repeat;
	color: #950000;
	font-size: 24px;
	height: 26px;
	margin: 0 0 15px;
	padding: 7px 0 0 40px;
	text-shadow: 1px 1px 2px #868686;
	width: 617px;
}

h2.hd2{
	background: url(images2/hd2.gif) top left no-repeat;
	color: #950000;
	font-size: 22px;
	height: 27px;
	margin: 0 0 15px;
	padding: 7px 0 0 35px;
	text-shadow: 1px 1px 2px #868686;
	width: 319px;
}

h2.hd3{
	background: url(images2/hd3.gif) top left no-repeat;
	color: #950000;
	font-size: 22px;
	height: 28px;
	margin: 0 0 15px;
	padding: 7px 0 0 35px;
	text-shadow: 1px 1px 2px #868686;
	width: 233px;
}

#topContent{
	border-bottom: 2px solid #950000;
	margin: 10px auto 15px;
	padding: 0 0 15px;
	width: 657px;
}

#botContent{
	margin: 0 auto;
	padding: 0 0 15px;
	width: 657px;
}

#recBlog{
	border-right: 2px solid #950000;
	float: left;
	margin: 0 15px 0 0;
	min-height: 300px;
	padding: 0 15px 15px 0;
	width: 354px;
}

#recBlog h3{
	font-size: 18px;
}

#recBlog p.date{
	font-size: 11px;
	padding: 0;
}

#eventCal{
	float: left;
	margin: 0;
	padding: 0;
	width: 268px;
}

.content{
	padding: 0 10px 10px;
}

#footer{
	clear: both;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0 0 10px;
	text-align: center;
}

#footer a:link, #footer a:visited{
	color: #979797;
}

#footer a:hover{
	color: #fff;
}

/* Nav Styles */
#nav{
	background: url(images2/nav.gif) top left no-repeat;
	float: right;
	height: 47px;
	margin: 0;
	padding: 0 0 0 40px;
	width: 667px;
}

#nav li{
	float: left;
	font-size: 18px;
	margin: 13px 45px 0 0;
	padding: 0 0 15px;
	position: relative;
	text-shadow: 1px 1px 2px #292929;
}

#nav li a{
	color: #fff;
}

#nav li a:hover{
	color: #950000;
}

#nav li ul{
	display: none;
	left: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 27px;
}

#nav li:hover ul{
	display: block;
}

#nav li ul li{
	margin: 0;
	padding: 0;
	width: 100px;
}

#nav li ul li a{
	background: #777777;
	display: block;
	font-size: 14px;
	line-height: 18px;
	width: 100px;
	padding: 3px 0 3px 10px;
}

#nav li ul li a:hover{
	background: #949494;
}

/* Sidebar Styles */
#sbBg{
	background: url(images2/sbBg.gif) top left repeat-y;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	width: 227px;
}

#sbBot{
	background: url(images2/sbBot.gif) bottom left no-repeat;
	margin: 0;
	padding: 0;
	width: 227px;
}

#sb{
	background: url(images2/sbTop.gif) top left no-repeat;
	margin: 0;
	min-height: 252px;
	padding: 50px 15px 30px;
	width: 197px;
}

#sb h2{
	background: url(images2/sbH2.gif) top left no-repeat;
	color: #00416c;
	font-size: 16px;
	height: 23px;
	margin: 0 auto 10px;
	padding: 7px 0 0 25px;
	text-shadow: 1px 1px 2px #868686;
	width: 164px;
}

.sbContent{
	margin-bottom: 10px;
}

.sbContent p{
	padding: 0;
}

/* Main Content Area */

	