body {
	background-color: #fff;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	_font-size: 80%;
}
#wrapper {
	margin: .5em;
}

#nav {
	border-bottom: thin solid #ebe2a9;
}
#nav ul { 
	list-style-type: none;
	margin: 0 0 0 87px;
	padding: 0;
}
#nav li {
	padding-left: 12px;
	background: url(../images/dot.gif) no-repeat left;
	display: inline;
}
#nav li.none {
	background-image: none;
}
/* Top Navigation Link*/
#nav a, #menu a {
	font-weight: bold;
	text-decoration: none;
	color: #099;
}
#nav a:hover, #menu a:hover {
	color: #696;
	text-decoration: underline;
}
#crumb, #footer { 
	border-top: thin solid #ebe2a9;
	font-size: 87%;
}
#crumb { margin-top: 10px; }
#footer {
	clear: both;
}
.frt { float: right; padding: 2px; }
.flt { float: left; padding: 2px; }
td, th {
	_font-size: 80%;
}
/* Hover and Link */
a { color: #00f; }
a:hover {
	color: #696;
	text-decoration: underline;
}

/* Footer */

/* Footer-jump to top */
td.ft2 {
	_font-size: 0.7em;
	text-align: right;
}

/* Smaller font */
p.sm {
	_font-size: 0.7em;
}

/* Page Title */
p.t {
	font-weight: bold;
	font-size: 125%;
}

/* Fixed Width table data*/
td.branch {
	vertical-align: top;
	width: 220px;
}

/* Table Data*/
td.branch2 {
	vertical-align: top;
}

/* Highlighted section */

td.hgh {
	border: thin solid #ebe2a9;
	vertical-align: top;
}

td.hghbk {
	_font-size: 0.8em;
	background-color: #ebe2a9;
}

/* Home page Navigation*/
#menu {

}
#menu ul {
	list-style-type: none;
	margin: 0;
}
#menu li {
	margin-bottom: 3px; 
}
#menu .arrow {
	margin: 10px;
	float: left;
}
#menu .item {
	padding: 10px 0 10px 5px;
	border: thin solid #ebe2a9;
	width: 150px !important;
	float: left;
}
#menu .desc {
	padding: 10px 0 10px 5px;
	/*border: thin solid #000;*/
	float: left;
}
.clear { clear: both; }