body {
	background-color: #A9BAB0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12pt;
}

#topbanner {
	width:800px;
	height:218px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:40; 
}.content {
	width: 630px;
	border: 1px solid #f5373b;
	position: relative;
	left: 145px;
	top: 0px;
	background-color: #e3eae7;
	z-index: 55;
}
#leftlinks {
	background-color: #36473e;
	width: 200px;
	border: 1px solid #f5373b;
	position:absolute;
	top:69px;
	left:21px;
	z-index:60;
	color: #E3EAE7;
}
#centerpage {
	position: absolute;
	z-index: 53;
	width: 800px;
	top: 120px;
	left: 1px;
}
#bottomtriangle {
	position: relative;
	top: -75px;
	z-index: 50;
	height:107px;
	width: 800px;
}
#leftlinks a:link {
	color: #E3EAE7;
	text-decoration: none;
}
#leftlinks a:visited {
	color: #a6bcb0;
	text-decoration: none;
}
#leftlinks a:hover {
	color: #f5373b;
	text-decoration: none;
}

.text {
	margin-left: 90px;
}

#events {
	width: 199px;
	border: 1px solid #F5373B;
	background-color:#36473E;
	margin: 2px;
	position: absolute;
	left: 644px;
	z-index: 80;
	padding: 2px;
	color: #E3EAE7;
	top: 15px;
}

#events h2 {
	padding-top: 2px;
	margin-top: 0px;
}

.hometext {
	margin-left: 90px;
	margin-right: 25px;
	margin-top: 3px;
}

#events a:link {
	color: #f5373b;
	text-decoration: underline;
}
#events a:visited {
	color: #FA989A;
	text-decoration: underline;
}
#events a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.rightimg {
	float:right;
	padding:5px;	
}

.leftimg {
	float:left;
	padding:5px 5px 5px 0px;
	border:none;
}

.righttext {
	float:right;
	padding: 4px;
	margin: 4px;
	border: #f5373b solid 1px;
	width: 200px;
}

.text a:link {
	color: #f5373b;
}

.text a:hover {
	color: #36473e;
}

.text a:visited {
	color:#666;
}