body {
	font-family: "Trebuchet MS", Geneva, sans-serif;
	font-size: small; 
	background-color: #8C683B;
	margin-top: 0px;
	color: #733621;
}

h1 {
	font-size: 150%;
	color:	#4988BF;
	font-family: "Trebuchet MS", Geneva, sans-serif;
  }

h2 { 
	font-size: 130%; 
	font-weight: bold;
}

h3 {
	font-size: 110%;
}	

h4 {
	font-size: 95%;
}

h5 {
	font-style: italic;
	color:	#733621;
	border-bottom: 2px #733621 solid;
	font-weight: bold;
	font-size: 110%;
	background-color: #8FA8D9;
	padding: 5px;
}

hr {
	color: #4988BF;
}

a:link {
	color: #733621;
}

a:visited {
	color: #733621;
}

.nav a:hover {
	color:	black;
}

.overunder {
	font-size: 110%;
}

.overunder a:link {
	text-decoration: none;
	border-bottom: thin solid #733621;
}

.overunder a:visited {
	text-decoration: none;
	border-bottom: thin solid #733621;
}

.overunder a:hover {
	text-decoration: none;
	border-bottom: thin solid black;
}

ul {
	color: #733621;
	padding: 20px;
}

li {
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	margin-top: 15px; 
	margin-bottom: 15px; 
	vertical-align: top; 
}

.outline ul, .outline li {
	list-style-type: none;
	font-size: small;
	font-weight: normal;
}

.outline ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

ul ul {
	padding: 0px;
	margin: 0px;
}

ul ul li {
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
}

p { 
	margin-top: 0px; 
	margin-bottom: 0px; 
	font-size: .9em;
}

img {
	border-style: none;
}

p, td, li {
	text-align: left 
}

td, li {
	vertical-align: top; 
}	
    
.bc { 
	font-weight: bolder;
}

.bc, p.c, p.t, p.t2, p.t3 {
	text-align: center 
}
    
p.t {
	font-size: 1.3em;  
}
    
p.t2 {
	font-size: 1.1em;  
}

.headerrow { 
	background-color: #8FA8D9;
	font-weight: bold;
	border: thin solid #8C683B;
	}
	
.catrow {
	background-color: #4988BF;
}
	
table.inner {
	background-color: #F1E3CA;
	border-collapse: collapse;
	width: 100%;
	}
	
.noborder {
	border: none;
}
	
td, th {
	padding: 5px;
	border: thin solid #4988BF;
}

	
.bigtable {
	width: 100%;
	text-align: center;
}

.thirdcells {
	width: 33%;
}
	
.entire {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
}

.content {
	background-color: #F1E3CA;
}

.copyright {
	font-size: 80%;
	text-align: center;
}

.heading {
	background-color: #8FA8D9;
	margin-top: 0px;
	margin-bottom: 0px;
}

.notopbotpad {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 20px auto;
    line-height: 1.9em;
  	width: 900px;
}

.centerpad {
	text-align: center;
	padding: 20px;
}

.leftpad {
	padding: 20px;
}

.center {
	text-align: center;
}

.tophead {
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #4988BF;
	color: #F1E3CA;
}

.tophead a {
	color: #F1E3CA;
}

.underhead {
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.twocolumnleft {
	float: left;
	width: 430px;
	border-right: thin solid #4988BF;	
	background-color: #F1E3CA;
	padding-left: 20px;
}

.twocolumnright {
	float: right;
	width: 428px;
	background-color: #F1E3CA;
	padding-left: 20px;
}

.filename {
	width: 25%
}

.description {
	width: 50%
}

.date {
	width: 5%
}

.strong {
	font-weight: bold;
	font-size: 105%;
}

.nomarker {
	list-style: none;
}

.short {
	font-size: 10%;
}	

.title {
	font-style: italic;
}

.clear {
	clear: both;
}

.stayleft {
	float: left;
}

.stayright {
	float: right;
}

.fillback
{
	background-color: #F1E3CA;
}