/* ELEMENTS */
body {
	background-color: rgb(233,233,226);
	color: rgb(0,0,0);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

a {	
	color: rgb(0,0,0);
	text-decoration: underline;
}
a:hover {
	color: rgb(255,255,255);
}

body, p, div, td, th {
	font-size: 12px;
}
p {
	line-height: 2.75ex;
}

h1 {
	color: rgb(86,88,87);
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0;
}

hr {
	border: 0;
	color: rgb(98,101,102);
	background-color: rgb(98,101,102);
	height: 1px;	
	margin: 0;
}

/* IDS */
#main-table {
	background-color: rgb(233,233,226);
	background-image: url(../img/page-bg.gif);
	background-repeat: repeat-y;	
}

#left-column {
}

#middle-column {
}

#right-column {
}

#footer {
	color: rgb(184,177,161);
	font-size: 10px;
	margin-top: 50px;
	padding: 10px;	
	text-align: left;
}

/* CLASSES */

img.left {
	padding-right: .10px;
	padding-bottom: 5px;
}

.home-event {
	font-size: 12px;
	line-height: normal; 
}
.home-event a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.events-table td {
	vertical-align: top;
}
.event-month {
	font-weight: bold;
	border-top: 1px solid rgb(98,101,102);
}
.event-date {
	white-space: nowrap;
}
.event-name {	
}
.event-venue {	
}
.event-more-info, .event-more-info a {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: rgb(86,88,87);
}
.event-more-info a:hover {
	color: rgb(255,255,255);
}

div.left-column-caption {
	color: rgb(255,255,255);
	font-size: 12px;
	font-style: italic;
	margin: 10px;
	text-align: center;
}

.msg-err, .msg-suc {
	font-style: normal;
	font-weight: normal;
	background-color: rgb(238,237,232);
	text-decoration: none;
	border: 1px solid rgb(206,200,188);
	padding: 2px;
	text-align: center;
}
.msg-err {
	color: rgb(255,0,0);	
}
.msg-suc {
	color: rgb(0,0,255);	
}


/* FIN */