body {
	background-color: #233052;
	color: #cccccc;
    font-family: sans-serif, comic sans ms, Arial;
	height: 100%;
}

body#home td#tdhome, body#dcm1 td#tddcm1, body#fah td#tdfah, body#sob td#tdsob {
	background-color: #004f9e;
}

#title {
	padding-bottom: 15px;
	height: 50px;
} 

#nav {
	padding: 15px;
}

#main {
	background-color: #004182;
	padding: 15px;
	min-height: 80%;
}

#footer {
	padding: 5px;
}

table.nav {
	text-align: center;
}

table.footer {
	width: 98%;
	margin-left: 1%; 
	margin-right: 1%;
}

td.nav {
	font-size: x-small;
	text-align: center;
	padding: 10px;
	background-color: #004182;
	border-style: solid;
	border-width: thin;
}

td a {
	text-decoration: none;
	border-color: #cccccc;
}

td.footerleft {
	font-size: x-small;
	text-align: left;
	width: 25%;
}

td.footerright {
	font-size: x-small;
	text-align: right;
	width: 25%;
}

h1 {
	font-size: 22px;
	padding-bottom: 10px;
	font-family: sans-serif, comic sans ms, Arial;
}																		 

h2 {
	font-size: 18px;
	padding-top: 6px;
	padding-bottom: 4px;
}

h3 {
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 2px;
}

h4 {
	font-size: 13px;
}

h6 {
	font-size: 9px;
}

p {
	font-size: 14px;
}

ul {
	margin-left: 20px;
}

a { color: #ffffcc; }
a:link { color: #ffffcc; }
a:visited { color: #ffffcc; }
a:hover { color: #ffffcc; }
