<!--
body {
	margin: 0;
	padding: 40px;
	background-color: #ffeb99;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
       font-size: small;
       color: fff;
}
#container {
	background-color: #FFF;
	border-right: 5px solid #000;
	border-left: 5px solid #000;
	width: 760px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	text-align: left;
	color: #444;
}

* html #container {
	width: 770px;
	w\idth: 760px;
}

#leftCol {
	position: absolute;
	background-color: #660099;
	color: #fff;
	top: 0px;
	left: 0px;
	width: 140px;
	padding: 20px;
	margin: 0;
}

* html #leftCol {
	width: 180px;
	w\idth: 140px;
}

#rightCol {
	position: absolute;
	background-color: #ffeb99;
	width: 180px;
	top: 0px;
	right: 0;
	padding: 20px;
	margin: 0;
}

* html #rightCol {
	width: 220px;
	w\idth: 180px;
}

#mainCol {
	width: 320px;
	min-height: 600px;
	background-color: #ffeb99;
	margin: 0 auto;
	font-size: medium;
	padding: 20px 20px 1px 20px;
	border-left: 180px solid #660099;
	border-right: 220px solid #ffeb99;
}

* html #mainCol {
	width: 760px;
	w\idth: 320px;
}

#mainCol a:link {
	color: #6633cc;
}
#mainCol a:visited {
	color: #996600;
}
#mainCol a:hover {
	text-decoration: none;
}



#header {
	padding: 20px;
	width: 720px;
	margin: 0 auto;
	background-color: #660099;
	border-right: 5px solid #000;
	border-left: 5px solid #000;
	color: #FFF;
}

* html #header {
	width: 770px;
	w\idth: 720px;
}

#footer {
	padding: 20px 20px 10px 20px;
	width: 720px;
	margin: 0 auto;
	background-color: #660099;
	color: #fff;
	border-right: 5px solid #000;
	border-left: 5px solid #000;
	border-bottom: 5px solid #000;
	font-weight: bold;
}

* html #footer {
	width: 770px;
	w\idth: 720px;
}

div.button {
position: relative;
padding-top: 5px;
width: 112px;
height: 38px;
}

// for links for current events in right
// column to each item
.small_current {
	font-size: small;
}

.small_current a:link {
	color: #6633cc;
}
.small_current a:visited {
	color: #996600;
}
.small_current a:hover {
	text-decoration: none;
}



a:link {
	color: #fff;
}
a:visited {
	color: #ffeb99;
}
a:hover {
	text-decoration: none;
}

-->

