body {
	font-size: 14px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

p {
	font-size: 14px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

table {
	font-size: 12px;
}

#memnav a {
	font-size: 15px;
	font-weight: bold;
	background-color: red;
	color: #fff;
	text-decoration: none;
	padding: 3px;
}

#memnav a:hover {
	font-size: 15px;
	font-weight: bold;
	background-color: orange;
	color: #fff;
	text-decoration: none;
	padding: 3px;
}

#memcontent {
	padding-left: 10px;
}

#memcontent p {
	font-size: 12px;
}

#memcontent p:first-line {
	font-weight: bold;
}

#calendar {
	background-color: #fefaee;
	border-bottom: 1px solid #512527;
	border-left: 1px solid #512527;
	margin-bottom: 1em;
}
#calendar th, 
#calendar td{
	border-top: 1px solid #512527;
	border-right: 1px solid #512527;
	padding: 2px;
}
#calendar th{
	background-color: #ae9b76;
}
#calendar th h3{
	margin: 0;
	text-align: left;
}
#calendar tr.alt{
	background-color: #e6cd9a;
}
.cutline {
	font-style: italic;
	font-size: 12px;
}
.addresses {
	font-size: small;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}
.shiny-button{
	border: solid thin #882d13;
    background-color: #9d0008;
    color: #eee;
    padding: .5em;
	text-shadow: 1px 1px 1px #333;
	width: 15em;
/* Yummy Firefox/Safari bonuses */    
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e30f15), to(#ce401c),color-stop(0.4, #8c1b0b));
    box-shadow: 2px 2px 2px #bbb;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 1px 1px 3px #aaa;
	text-decoration: none;
}
.shiny-button:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ce401c), to(#e30f15),color-stop(0.4, #7d1709));
	box-shadow: 1px 1px 1px #bbb;
	color: #fff;
	background-color: #e30f15;
}
.new{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	padding: 0 1px;
	text-transform: lowercase;
	background-color: red;
	color: white;
}
/* @group Misc. Classes */
.banner{
	width: 120px;
	padding: 3px;
	background: #1b1b1b url(images/nav/nebraska.gif) no-repeat center 15px;
	text-align: center;
	position: relative;
}
.banner p{
	color: #fff;
	font-family: "Gill Sans", Futura, Trebuchet, sans-serif;
}
.banner #map{
	display: block;
	width: 120px;
	position: absolute;
	height: 100%;
}
.banner h3{
	color: #f90;
	text-shadow: #050505 2px 2px 1px;
	font: bold 20px/1.2 Baskerville, "Adobe Garamond", Palatino, Garamond, serif;
	margin: 5px 0 0;
}
.banner b, .banner strong{
	color: #f90;
	font-weight: normal;
}
.banner a{
	color: #66CCFF;
}
/* @end */