@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #5c4a55;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* ------------------------------- */

.SectionHead {
	font-size: 12px; 
	color: #5C4A55; 
	font-weight:bolder;
}
.DateInfo {
	font-size: 10px; 
	color: #5C4A55; 
	font-weight:normal;
}
.SectionSubhead {
	font-size:10px;
	font-weight:bolder;
	color: #5C4A55;
}
.SuperScript {
	  font-size:60%;
	  position:relative;
	  top:3px;
}
.Emphasis {
	font-weight:bold;
	color:#333333;
}

/* ------------------------------- */

.sidetable {
	padding-left: 5px;
	padding-top: 5px;
	vertical-align:top;
	background-repeat:no-repeat;
}
.maintable {
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	vertical-align:top;
	font-size:10px;
	color:#000000;
}

/* ------------------------------- */

a:link {
	color:#5F6743;
	border:none;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color: #5F6743;
	border:none;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #493C44;
	border:none;
	font-weight:bolder;
	text-decoration:underline;
}
a.eventlink:link {
	color:#FFFFFF;
	border:none;
	font-weight:normal;
	text-decoration:none;
}
a.eventlink:visited {
	color: #FFFFFF;
	border:none;
	font-weight:normal;
	text-decoration:none;
}
a.eventlink:hover {
	color: #493C44;
	border:none;
	font-weight:normal;
	text-decoration:underline;
}
a.tags:link {
	color:#AA9EA3;
	border:none;
	font-weight:normal;
	text-decoration:none;
}
a.tags:visited {
	color: #AA9EA3;
	border:none;
	font-weight:normal;
	text-decoration:none;
}
a.tags:hover {
	color: #FFFFFF;
	border:none;
	font-weight:normal;
	text-decoration:underline;
}

/* ------------------------------- */

.toptag {
	color: #AA9EA3;
	font-size:9px;
}
.bottomtag {
	color: #7E6B71;
	font-size:9px;
}

/* ------------------------------- */

.menuheading {
	color: #493C44;
	font-size: 11px;
	font-weight:bold;
}

/* ------------------------------- */

.events {
	color: #FFF;
	font-size: 10px;
	padding-left: 1em;
}
.eventtable {
	padding-left: 1em;
}

/* ------------------------------- */

#search_box {
    width: 142px;
    height: 18px;
    background: url(images/plcpage_16.gif);
	vertical-align:middle;
}
#search_box #s {
    float: left;
    padding: 0px;
    margin: 1px 0px 0 7px;
    border: 0;
    width: 127px;
	height: 16px;
    background: none;
}
#search_box #go {
    float: left;
    margin: 0px 0px 0 0;
}

/* Site Color Table

Main BG Purple:	#7F8959
Heading Purple: #493C44
Lt BkGr Purple: #8E7D83
Background Tan:	#CEBC7E
Accent Tan:		#8F8150
Accent Green:	#7F8959
Top Tag Purple:	#AA9EA3
Btm Tag Purple:	#7E6B71

*/