
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px
}

#hold {
	width:800px;
	margin:auto;
}

#nav {
	float:left;
	width:200px;
}

#content {
	float:left;
	width: 600px;
}

h1 {
	font-size: 20px;
	color: #213260;
	font-weight: bold;
	font-style: italic;
	display:inline
}

h2 {
	font-size: 18px;
	color: #213260;
	font-weight: bold;
	font-style: italic;
	display:inline
}

.clearfix {
	clear:both;
}

.padding {
	padding:8px;
}

a {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#000000;
	text-decoration:none;
}

.rightfloatpad {
	float:right;
	padding:5px;
}

#footer {
	height:30px;
	background-image: url(images/footer.png);
	background-repeat:repeat-x;
	padding:8px;
}

.half {
	width:50%;
	float:left;
}

.left {
	text-align:left
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

ul {
	margin-left:-42px;
	margin-top:16px;
	list-style: none;
}

li {
	margin: 0px 0px 0px 0px;
	list-style: none;
	left:-42px;
	width:100%;
}

li a {
	font-size: 12px;
	display:block;
	list-style: none;
	margin-bottom:26px;
	font-style:italic;
	color:#666666;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	overflow:hidden;
	width:100%;
}

li a:hover {
	text-decoration:underline;
	color:#666666;
}


.events{width:450px; background-color:#000000; margin:auto;}
.eventsbg{ background-color:#FFFFFF;}