body {
	background-color:#B7988F;
	font-family: Verdana, Arial, serif;
	font-size: 100%;
	text-align:center;
}

A:link {text-decoration: none; color: black}
A:visited {text-decoration: none; color: black}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: black;}

A.footer:link {text-decoration: none; color: white}
A.footer:visited {text-decoration: none; color: white}
A.footer:active {text-decoration: none}
A.footer:hover {text-decoration: underline; color: white;}

A.blue:link {text-decoration: none; color: blue}
A.blue:visited {text-decoration: none; color: blue}
A.blue:active {text-decoration: none}
A.blue:hover {text-decoration: underline; color: red;}


#Table_01 {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid grey;
}

#CSS-Test-03 {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:142px;
	border-top: 0px solid grey;
	border-right: 1px solid grey;
	border-bottom: 2px #B7988F;
	border-left: 1px solid grey;
	background-color:#7F7F7F;
}


#CSS-Test-05 {
	position:absolute;
	left:0px;
	top:142px;
	width:800px;
	height:2px;
	border: 1px solid grey;
	background-color:#ffffff;
}

#CSS-Test-06 {
	position:absolute;
	left:0px;
	top:144px;
	width:800px;
	height:34px;
	border-right: 1px solid grey;
	border-left: 1px solid grey;
	background-color:#8fb898;
}

#CSS-Test-07 {
	position:absolute;
	left:0px;
	top:178px;
	width:232px;
	height:797px;
	border: 1px solid grey;
	background-color:#F6F2DA;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#CSS-Test-08 {
	position:absolute;
	left:232px;
	top:178px;
	width:567px;
	height:294px;
	border-top:1px solid grey;
	border-right:2px solid grey;
	border-left:1px solid grey;
	background-color:#ffffff;
}

#CSS-Test-09 {
	position:absolute;
	left:232px;
	top:472px;
	width:2px;
	height:503px;
	border: 1px solid grey;
	background-color:#ffffff;
}

#CSS-Test-10 {
	position:absolute;
	left:234px;
	top:472px;
	width:567px;
	height:503px;
	border-top: 1px solid grey;
	border-right: 1px solid grey;
	border-bottom: 1px solid grey;
	border-left: 0px;
	background-color:#ffffff;
		
}

#CSS-Test-11 {
	position:absolute;
	left:0px;
	top:975px;
	width:800px;
	height:27px;
	border: 1px solid grey;
	background-color:#8fb898;
	padding-top: 5px;
	text-align: center;
}



.white{
	font-family: Verdana, Arial, Serif;
	font-size: x-small;
	color: #ffffff;
}

.large {
	font-family: Garamond, Times, Serif;
	font-size: 1.5em;
	color: #000000;
}

.small {
	font-family: Verdana, Arial, Serif;
	font-size:.5em;
	color: #000000;
}

.small2 {
	font-family: Verdana, Arial, Serif;
	font-size:.6em;
	color: #000000;
}
	
table#mission {
	border: 0px;
	padding: 8px;
}
	
.toprow {
	border: 0px;
	font-family: Garamond, Georgia, Times, Serif;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 10px;
}

.bottomrow {
	border: 0px;
	padding-left: 30px;
	font-size: .6em;
	font-style: normal;
}

table#main {
	border: 0px;
	text-align: left;
	padding: 0px;
}

.mainheader {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid gray;
	border-left: 0px;
	padding: 10px;
	text-align: left;
	font-family: Garamond, Times, Serif;
	font-size: 1.1em;
	color: #000000;
}	
.regulartext {
	font-family: Verdana, Arial, serif;
	font-size: .7em;
	text-align:center;
	}
	
.mainrow {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	padding: 10px;
	text-align: left;
	font-family: Verdana, Arial, Serif;
	color: #000000;
	}