.container {
	font-size: 1em;
}
#lcol {
	padding: 4em 1em 1em;
	margin: 0;
	width: 12%;
	text-align: center;	
	float: left;
	clear: both;
}

.icons {
	padding: 0;
	margin: 0;
	width: 122px;
	border: 2px solid black;
}

.indented {
	padding-left: 2em;
}
h2 {
	font-variant: small-caps;
}
#ccol {
	width:57%;
	padding-right: 1em;
	float: left;	
}
li{
	list-style : none;
}
#rcol {
	padding: 4em .5em 1em;
	margin: 0;
	width:23%;
	float: left;
	font-size: 1em;
}
#noEventNotice {
	padding-top: 1em;
	text-align: center;
	font: italic bold 2em arial, sans-serif;
    color: rgb(134,48,20);
}

.tall {
	height: 2em;
}
.lbl {
	width: 35%;
	float: left;
}
.data {
	color: rgb(134,48,20); 
	font-weight: bold;  
}
.separator {
	margin-left:1%;
    margin-right:1%;
    margin-top: 1em;
    border-top:5px solid rgb(134,48,20);
    border-top-style:ridge;
	clear: both;
}
.bold {
	font-weight: bold;
}

.notice A:link {text-decoration: underline; color: rgb(0,0,128); }
.notice A:visited {text-decoration: underline; color: rgb(0,0,128); }
.notice A:hover {text-decoration: underline; color: rgb(0,0,255); }