/* Remove browser defaults */
html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img {
	margin: 0;
	padding: 0;
	border: 0;
}

/* PAGE LAYOUT */
	body {
		color: #000;
		background-color: #e5eef3;
		font-size: 9pt;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		background-image: url("../images/bg.png");
		background-repeat: repeat-y;
		background-position: center;
	}
	
	a:link, a:visited, a:active {
		color: #000000;
		text-decoration: none;
	}
	
	a:hover {
		color: #868686;
		text-decoration: none;
	}
	
	#wrap {
		background-color: #ffffff;
		width: 850px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 25px;
		border: 0px;
	}
	
	#topBox {
		border: 0px;
		background-color: #4a66a6;
		width: 100%;
		color: #fff;
		margin: 0px;
	}
	
	#footer {
		border-top: 10px solid #4f4f4f;
		background-color: #4a66a6;
		width: 100%;
		color: #fff;
		margin-left: auto;
		margin-right:  auto;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
	}	
	
	a.navLink:link, a.navLink:visited, a.navLink:active {
		font-family: Arial, Verdana;
		font-size: 12pt;
		font-weight: bold;
		color: #fff;
		padding-top: 5px;
		padding-left: 15px;
		float: left;
		padding-right: 15px;
		height: 23px;
	}

	a.navLink:hover {
		font-family: Arial, Verdana;
		background-color: #53524f;
		border: 0px;
	}		
	
	.content {
		margin-top: 10px;
		padding: 10px;
		width: 100%;
	}
	
	.content .left {
		float:  left;
		width: 65%;
	}
	
	.content .middle {
		float:  left;
		width: 5%;		
	}
	
	.content .right {
		float:  left;
		width: 30%;
	}
	
	.sideHeading {
		font-size:  12pt;
		padding-bottom: 5px;
		font-weight: bolder;
		border-bottom:  0px solid #e9e9e9;
		width:  93%;
	}
	
	a.events:link, a.events:visited, a.events:active {
		font-weight: normal;
		padding: 2px;
		display: block;
		padding-left: 0px;
		width: 85%;
	}

	a.events:hover {
		font-weight: none;
		color: #868686;
	}	
	
	hr {
		border: 0px;
		background-color: #e9e9e9;
		color: #e9e9e9;
		height: 1px;
		width: 100%;		
	}	
