* { margin:0; padding:0;}

body {
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;

	background:#ffffff url(../images/bgd.jpg) repeat-x scroll center 0px;

	font-size:14px;
}

h1{
	font-weight:bold;
	color: #1c759c;
	font-size:14px;
	margin-top:10px;
}

ul{
	list-style:circle;
}

li{
	margin-left:25px;
	font-size:12px;
}

#topbgd{
	background-color:#FFFFFF;
	width:780px;
}

#container{
	width:780px;
}

.left{
	margin:25px 15px 0 15px;
	width:500px;
	float:left;
	text-align:left;
	min-height:350px;
}

.upcomingevents{
	margin-top:35px;
	float:left;
	width:231px;
	text-align:left;

}

.upcomingeventsmiddle{
	background-image:url(../images/upcomingeventsmiddle.gif);
	background-repeat:repeat-y;
	padding:5px;
}

.upcomingeventstop{
	background-image:url(../images/upcomingeventstop.gif);
	height:6px;
	background-repeat:no-repeat;
}

.upcomingeventsbottom{
	background-image:url(../images/upcomingeventsbottom.gif);
	height:6px;
	background-repeat:no-repeat;
}

.paper{
	background-image:url(../images/paper.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
	color:#1c759c;
	}

#footer{
	color:#FFFFFF;
	background-color:#384851;
	border-top:3px solid #166590;
	width:100%;
	height:75px;
}

#footercontent{
	width:780px;
}
	
.footerleft{
	float:left;
	width:400px;
	text-align:left;
	margin:25px 0 0 0;
}

.footerright{
	float:left;
	width:350px;
	text-align:right;
	color:#FFFFFF;
	margin-top:15px;
}

a:link{
	color:#1c759c;
	text-decoration:none;
}

a:visited{
	color:#1c759c;
	text-decoration:none;
}

a:hover{
	color:#1c759c;
	text-decoration:underline;

}

.footerleft a:link{
	color:#FFFFFF;
	text-decoration:none;
}

.footerleft a:hover{
	color:#FFFFFF;
	text-decoration:underline;

}





