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

#container {
	background-color: #CFD0CA;
	background-image: url(../images/background2.jpg);
	background-repeat: no-repeat;
} 

#mainContent {
	margin-top: 2em;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-left: 13em;
} 

#mainContent div {

	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: .5em;
	padding-top: .5em;
}

#mainContent h3{
	text-align: center;
	color:#999;
	font-size: 1.1em;
	margin-top: .1em;
	margin-bottom: .25em;
	font-weight: normal;
}

#mainContent p {
	font-size: .75em;
	line-height: 2em;
}

#events{
	overflow: auto;
	height: 350px;
}

#events h1{
	text-align: center;
	font-size: 1.3em;
	margin-bottom: .5em;
	margin-top: .5em;
	border-bottom: 1px solid #999999;
}

#events td{
	font-size: .80em;
	font-weight: bold;
}

#events td.sub{
	font-size: .65em;
}

#events a {
	color: #063;	
}

#events a:hover {
	color: #444444;	
}

#links{
	font-size: .8em;
	height: 2em;
	list-style: none;
	font-weight: bold;
	/*
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
    padding-bottom: .5em; */
}

#links td{
	list-style: none;
}

#links td a {
	color: #999999;
	text-decoration: none;
	padding-left: .75em;
	padding-right: .75em;
	padding-top: .75em;
	font-size: 1.2em;
}

#links td a:hover {
	color: #063;
	text-decoration: none;
	font-weight: bold;
}

#on a:link, #on a:visited {
	color: #063;
	font-size: 1.2em;
	text-decoration: underline;
}

#on a:hover {
	text-decoration: none;
}


