body {
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #D6D6D6;
	background-image: url(background.gif);
}

a:link { 
    color: #B52C07; 
}
a:visited { 
    color: #600; 
}

a:hover, a:active {
	color: #fff;
	background-color: #B52C07;
}

h2 {
	color: #B52C07;
	font: 120% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { 
    text-decoration: none; 
}

h3 {
	color: #5B5E0E;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}

#container {
	margin: 1em auto;
	width: 750px;
	text-align: left;
	background-color: #fff;
	border: 1px none #fff;
}

#header {
    padding: 2px;
	height: 60px;
	width: 100%;
	background-image: url(sdcheader.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #fff;
	position: relative;
	border: 1px none #fff;
}

#header h1 {
	font: 100% arial, hevetica, sans-serif;
	font-size: 30px;
	text-align: left;
	color: #008000;
	margin: 0;
	padding: 0;
}
#header h2 {
	font: 100% arial, hevetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	text-align: left;
	color: #800000;
	margin: 0;
	padding: 0;
}

#mainnav ul { 
    list-style-type: none; 
}
#mainnav li { 
    display: inline; 
}

#menu {
	float: right;
	width: 165px;
	border-left: 1px solid #C5C877;
	padding-left: 15px;
}

#menu p {
    line-height: 100%;
}

#closetext {
    line-height: 110%;
}

#contents { 
    margin: 0 200px 40px 20px; 
}
#contents p { 
    line-height: 145%; 
}

#contents p.pplpara { 
    line-height: 145%; 
    padding-top:0;
    margin-top:0;
    padding-bottom:4px;
    margin-bottom:0;
}
#contents p.eventhead {
    font-size:13px;
    font-weight:bold;
    line-height: 100%; 
    color:#5B5E0E;
    text-transform:uppercase;
    padding-top:4px;
    padding-bottom:0;
    margin-bottom:0;
}

#contents p.pplname {
    font-size:13px;
    font-weight:bold;
    line-height: 100%; 
    color:#5B5E0E;
    text-transform:uppercase;
    padding-top:4px;
    padding-bottom:0;
    margin-bottom:0;
}

.mainentry { 
    border-bottom: 1px solid #C5C877; 
}
.imagefloat { 
    float: right; 
}

#footer {
	clear: both;
	color: #272900;
	text-align: right;
	font-size: 80%;
}

#skipmenu {
	position: absolute;
	left: 0;
	top: 5px;
	width: 645px;
	text-align: right;
}

#skipmenu a {
	color: #666;
	text-decoration: none;
}

#skipmenu a:hover {
	color: #fff;
	background-color: #666;
	text-decoration: none;
}


