/* CSS name ... name:pseudo-class ... name.class ...  name#style */

/* Limit margins and padding  */
* {
  margin: 0;
  padding: 0;
  line-height: 1.15;
}

body {
    background: #b57600 url("images/bg_brown.jpg");
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	height: 100%;
	margin-left: 1em;
}

#container {
    position: absolute;
    width: 100%;
  }

#content {
    background: #ffffff;
    position: absolute;
    left: 80px;
    padding: 10px .8em 20px .8em;
    min-width: 600px;
    max-width: 1200px;
  }

#pagetext {
	margin-left: 1em;
}

.logo {	
	font-size: 150%;
	font-weight: bold;
	color: #8c5900;
}

#notethis {	
	font-size: 150%;
	font-weight: bold;
}

#footing {
 font-size: 80%;
 font-weight: normal;
 font-style: normal;
}

blockquote {
  margin: 30;
  padding: 0;
  line-height: 1.15;
}

img {
	border-width: 0;
}

.tabhead {
	padding: 3px 3px 3px 3px;
	background: #b57600;
	color: #f5f8ec;
	font-weight: bold;
	text-align: center;
	font-size: 80%;
}
.tabhead a:link {
	text-decoration: none;
	color: #f5f8ec;
}
.tabhead a:visited {
	text-decoration: none;
	color: #f5f8ec;
}
.tabhead a:hover {
	text-decoration: underline;
	color: #f5f8ec;
}

.tabhead2 {
	padding: 3px 3px 3px 3px;
	background: #fde2b8;
	color: #8c5900;
	font-weight: bold;
	text-align: center;
	font-size: 80%;
}
.tabhead2 a:link {
	text-decoration: none;
	color: #8c5900;
}
.tabhead2 a:visited {
	text-decoration: none;
	color: #8c5900;
}
.tabhead2 a:hover {
	text-decoration: underline;
	color: #8c5900;
}

H1 {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 125%;
	font-weight: bold;
	color: #8c5900;
	background: #fde2b8;
}

H2 {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 100%;
	font-weight: bold;
	color: #8c5900;
	background: #fde2b8;
}
li {
	margin-top: 1em;
	margin-left: 2em;
}

td {
	padding: 5px;
}

.tablehead {
	background: #fde2b8;
}


.tableentry1 {
	background: #fde2b8;
}
.tableentry2 {
	background: #eaf3da;
}
.tableentry3 {
	background: #fffab2;
}
.tableentry4 {
	background: #d4ecfb;
}
.tableentry5 {
	background: #ececec;
}
