@charset "utf-8";
/*General Page Style and top of page*/
body {
	background-color: #242018;
	padding: 0px;
	margin: auto;
	color: #999;
	font-size:10px;
}
#logo {
	background-image: url(images/logo.png);
	margin: auto;
	padding-top: 0px;
	border-width:  0px;
}
.logoarea {
	margin: auto;
	padding: 0px;
}
#usefullinks {
	color:#E0E0E0;
	font-size:12px;
	font:"Times New Roman", Times, serif;
	padding-right: 20px;
	text-align: right;
	padding-top: 11px;
	margin: auto;
}

#mainimg {
	background-image:url(images/mainimg.png);
	background-repeat: no-repeat;
	min-height: 295px;
	margin-left: 39px;
	padding-bottom: 3px;
}
/*-------------*/
/*CSS for links*/
/*-------------*/
#calendarlink {
	padding-left: 39px;
}

.imglink {
	border: none;
	padding-bottom: 5px;
}
.navlink {
	margin-left: 3px;
}
#mininav {
	padding-left: 17px;
	margin: auto;
	padding-top: 0px;
}
a:link {
	color:#999;
	text-decoration:none;
}
a:visited {
	color:#999;
	text-decoration:none;
}
a:hover {
	color:#999;
	text-decoration:none;
}
a:active {
	color:#999;
	text-decoration:none;
}
a:focus {
	outline:none;
}
/*-----------------*/
/*End links define */
/*=================*/
/*  Content areas  */
/*-----------------*/

.content {
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	width: 908px;
	margin: auto;
	padding: 0px;
}
.contentheader {
	background-image: url(images/contentheader.png);
	min-height: 40px;
	background-repeat: no-repeat;
	margin-left: 39px;
}
.wrapper {
	color: #999;
	font-size:14px;
	margin-left: 39px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	width:859px;
	overflow:auto;
}
.contentcontent {
	background-image:url(images/contentarea.png);
	background-repeat:repeat-y;
	color: #999;
	padding-bottom: 0px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 15px;
	width:628px;
	float:left;	
}
.eventcontent {
	background-image:url(images/event.gif);
	background-repeat:repeat-y;
	float:right;
	width:179px;
	padding-right:10px;
	margin: auto;
	/*left:635px;
	top:60px;
	width:195px;*/
}
.contentfooter {
	background-image:url(images/contentfooter.png);
	min-height: 29px;
	min-width: 649px;
	background-repeat: no-repeat;
/*	margin-left: 39px;*/
	margin-top: 0px;
	padding-bottom: 30px;
	padding-top: 0px;
	float: left;
	
}

/*------------------------*/
/*EVENT VIEWER DEFINITIONS*/
/*------------------------*/
.headline {
	color:#999;
	font-style:normal;
	font:"Times New Roman", Times, serif;
}
.date {
	color:#999;
	font-style:normal;
	font:"Times New Roman", Times, serif;
}
#creditfooter {
	display:none;
}

	
