body { 

	font-family: verdana, sans-serif; 

	font-size: small;

	background-color: #006;

	color: #000;

	margin: 0;

	padding: 0;

}



#wrapper {

	min-width: 750px;

	margin-bottom: 1em;

}



#banner {

	height: 50px;

	color: #fff;

	font-weight: bold;

	font-size: 21px;

}

#banner img { vertical-align: middle; margin-right: 7px; }



#nav {

	background-color: #f90;

	font-weight: bold;

	font-size: 87%;

}

#nav ul {

	list-style-type: none;

	margin: 0 0 0 5px;

	padding: 3px 0;

}

#nav li { 

	display: inline;

	border-right: 2px solid #000;

	padding: 0 7px 0 3px;

}

#nav li.last { border-right: 0 none; }

#nav a, #crumb a { 

	color: #000;

	text-decoration: none;

	border-bottom: 1px dashed #666;

}

#nav a:hover { border-bottom: 2px solid #000; }



#crumb, #footer { 

	background-color: #ddd;

	padding: 3px 0 3px 8px;

	font-size: 87%;

}

#crumb a:hover { border-bottom: 1px solid #000; }



#content {

	background-color: #fff;

	margin: 0;

	padding: 1px 18px;

	font-family: arial, sans-serif;

}

#content a { color: #00f; text-decoration: none; border-bottom: 1px dashed #ccc; }

#content a.alert { font-weight: bold; color:#003300; text-decoration: none; border-bottom: 1px dashed #ccc; }

#content a:hover { border-bottom: 1px solid #00f; }



h1 { font-size: 125%; margin-top: 0; }



.btt { text-align: right; font-size: 87%; font-weight: bold; margin-bottom: 0; }



/* =Title */

.t { font-weight: bold; font-size: 125%; }

/* =Background for antique pages */

.antique { background-image: url(../images/antiquebg2.gif); }

/* Classes */

.clear { clear: both; }

.u { text-decoration: underline; }

.graybdr { border: double #ddd; }

.gray { border: 1px solid #ddd; }

.graybg { background-color: #ddd; border: #ddd; }

.noborder { border: 0 none; }

.center { text-align: center; }

.mafs201 { border: double #bbb; font-family: courier, serif; margin-bottom: 1em; float: left; }

.indent { margin-left: 3em; }

.fleft { float: left; }

.alert { font-weight: bold; color:#FF9900; }
