﻿@charset "utf-8";
/* CSS Document */

html body {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	background: url(images/bg.jpg) top center repeat-y #8f8f8f;
	color: #231701;
	min-width:980px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header {
	width:100%;
	height: 400px;
	border-bottom:2px solid #a72613;
}

#container {
	width: 980px;
	margin: 0 auto;
	font-size: 1.4em;
	background: /*url(images/container-bg.jpg) top right no-repeat*/ #ccc;
	border:#666 4px solid;
}
/* navigation bar */
#sidebar {
	float: left;
	width: 270px;
	height: auto;
	padding-top: 15px;
	margin-top: 20px;
	/*background: url(images/sidebar-bg.jpg) repeat-y;*/
}

#sidebar ul {
	list-style: none;
	padding-bottom: 15px;
}

#sidebar li {
	font-size:0.9em;
	font-weight:bold;
	line-height: 1.4em;
	text-indent: 2em;
	margin:0 0 0.5em -0.8em;
	padding-bottom:0.3em;
	border-bottom:#D9D2C6 1px solid;
	color:#231701;
}

#sidebar a {
	text-decoration:none;
	color:#231701;
}

#sidebar a:hover {
	background-color:#999;
}

/* main content section */
#content {
	width: 670px;
	float: right;
	padding: 40px 10px 0 10px;
}

#content h1 {
	font-size:1.2em;
	margin:0;
}
#content h1.title {
	font-size:2em;
	margin:0;
	color: #a72613;
	font-weight: bold;
}
#content h2 {
	font-size:0.8em;
	margin:0;
}

#content p {
	font-weight: normal;
}

body#history #content img {
                      text-align:center;
}

#content a {
	color:#231701;
	text-decoration:underline;
	font-weight:bold;
}

#content a:hover {
	color:#593A02;
	text-decoration:none;
	font-weight:bold;
}

/* contacts table on bottom of home page */
.contacts {
	font-weight: bold;
}

.contacts a {
	color:#231701;
	text-decoration: underline;
}

.contacts a:hover {
	color:#593A02;
	text-decoration:none;
}

/*colorful font on Latest News page */
.newsfonteven {
	font-family:'Curlz MT', Verdana, Arial, Helvetica, sans-serif;
	color:#dc2a00;
	font-size:4.8em;
}

.newsfontodd {
	font-family:'Curlz MT', Verdana, Arial, Helvetica, sans-serif;
	color:#993300;
	font-size:4.8em;
}

.newsfont {
	font-family:'Curlz MT', Verdana, Arial, Helvetica, sans-serif;
	color:#996600;
	font-size:2.8em;
}

/* list of names on In Memoriam page */
.namelistleft {
	list-style:none;
	line-height:2em;
	padding-top:2em;
	float:left;
}

.namelistright {
	list-style:none;
	line-height:2em;
	padding-top:2em;
	float:right;
	margin-right:2em;
}

/* Stripy table on DCS Name List page */
.dataTable {
	width:95%;
	margin-top:1em;
	border-collapse: separate;
}

th {
	background:#D9D2C6;
	font-style:oblique;
	font-size:0.8em;
	padding:0.4em;
}

.dataTable tr {
	background-color:#BCAB9C;

}

tr.alt {
	background-color:#CCBEB3;
}

td {
	padding:0.4em;
}

/* footer */
#footer {
	clear: both;
}


