body {
	color: #2F3E4F;
	background-color: #009999;
	font-family: verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 4px 0px 4px 0px;
	margin: 0px;
}

img {
	border: none;
}

td {
	text-align: left;
	vertical-align: top;
}

#frame {
	width: 740px;
	background-color: White;
	margin: 10px auto 10px auto;
	padding: 10px;
	border: 1px solid #000;
}

#head { 
	background-color: transparent;
	text-align: right;
	border: 1px solid #009999;
}

#crumb {
	margin: 6px 0px 0px 0px;
	font-size: 9px;
	text-align: right;
}

a:link, a:visited {
	color: #B8860B;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #0B93B9;
	background-color: transparent;
	text-decoration: underline;
}

#nav {
	color: White;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	height: 20px;
	background: #2B78A6;
	padding: 6px 10px 6px 0px;
}

#tit {
	float: left;
	display: inline;
	letter-spacing: 2px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 16px;
}

#nav2 {
	float: right;
	text-align: right;
	padding-top: 2px;
}

#nav2 a:link, #nav2 a:visited {
	color: White;
	background-color: #2B78A6;
	text-decoration: none;
	text-align: right;
	padding: 0px 8px 0px 8px;
}
#nav2 a:hover {
	color: #5AD4C6;
	background-color: #2B78A6;
	text-decoration: underline;
}

#foot {
	color: White;
	font-size: 10px;
	padding: 5px 0px 5px 0px;
	background: #2B78A6;
	text-align: center;
	width: 740px;
}

#foot a:link, #foot a:visited {
	color: #F0F8FF;
}

#foot a:hover {
	color: #5AD4C6;
	background-color: transparent;
	text-decoration: underline;
}

.mfr{
	color: #2B78A6;
	background-color: transparent;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding: 2px 0px 0px 0px;
} 

.small {
	margin-top: 20px;
	line-height: 11px;
	font-size: 9px;
}

#help {
	margin: 20px auto 10px auto;
	text-align: center;
	background-color: #D9EAF2;
}

#help input, textarea {
	font-size: 10px;
	margin: 2px;
}

.site {
	width: 100%;
	border: 1px solid black;
	margin-top: 20px;
	padding-left: 36px;
}

.cols {
	width: 100%;
}

.cols td {
	font-size: 10px;
}



