body { background-color:  #2491a1;  
	font-family:  Georgia, Times New Roman, Times, serif;  
	color: #ffffff }

a: link {color: #ffff66 }
a: visited { color: #ffff66 }
a: hover { color: #ffff66 }
a: active {color: #ffff66 }

h2 { text-align: center }

p { text-align: left }

p.footer {text-align: center; font-size: small }

p.missions { color: #ooe6oo }

td { vertical-align: top }

/* table attributes from http://www.somacon.com/p141.php - J.Shirey 2/11/2009 */
table.directory {
	border-width: thin thin thin thin;
	border-spacing: 5px;
	border-style: solid solid solid solid;
	border-color: blue blue blue blue;
	border-collapse: collapse;
}
table.directory th {
	border-width: 1px 1px 1px 1px;
	padding: 3px;
	border-style: inset inset inset inset;
	border-color: blue;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.directory td {
	border-width: 1px 1px 1px 1px;
	padding: 4px 2px 2px 3px;
	border-style: inset inset inset inset;
	border-color: blue;
	-moz-border-radius: 0px 0px 0px 0px;
}
td.extension {
  font: small-caps 900 18px arial;
  color: blue;
	border-width: 1px 1px 1px 1px;
	padding: 2px 10px;
	border-style: inset inset inset inset;
	border-color: blue;
	-moz-border-radius: 0px 0px 0px 0px;
}
	

