body {
	margin:0px; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	/* background-color: #A7BCE0; */
	background-color: #000;
	background-repeat: repeat-x;
	/*background-image: url('images/bg.gif'); */
	
}
.nav {
	background-image: url('images/nav-bg.gif');
	background-repeat: no-repeat;
	height: 23px
}
.divider {
	background-image: url('images/divider.gif');
	background-repeat: repeat-y
}
#navigation {
	clear:both;
	width: 144px;
	height: 242px;
	border: none;
}

#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
}

#navigation li {
	display:inline;
}

#navigation a:visited, #navigation a:link, #navigation a:active {
	display:block;
	color:#000;
	background: url('images/nav-bg.gif') no-repeat center;
	width: 144px;
	filter:alpha(opacity=87); 
	-moz-opacity:0.9; 
	opacity:0.9;
	text-align: left;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	text-indent: 25px
}

#navigation a:hover, #navigation a.current {
	text-decoration:none;
	background: url('images/nav-bg-over.gif') no-repeat center;
	color:#000;
 	font-weight:bolder;
	padding-top: 3px;
	padding-bottom: 3px
}
.padding {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.form {
	font-size: 11px;
	color: #01609E;
	text-indent: 5px;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
}
.sm {
	font-size: 9px;
}

h1 { font-size:18px;}



a:link {
	color: #0173bc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0173bc;
}
a:hover {
	text-decoration: underline;
	color: #0173bc;
}
a:active {
	text-decoration: none;
	color: #0173bc;
}

a.white {
	color: #444;
	text-decoration: #none;
}