#sidebar1{
	width: 170px;
	float: left;
	margin: 0;
	padding: 5px;
}

.sb1_bkg {
	background-color: #A5D8F6;
}

#nav {
	Background-color: rgb(0,0,190);
	border-top: 1px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	border-left: 2px solid white;
}


#sidebar1 a:link {
	color: white;
	text-decoration:none;
}

#sidebar1 a:visited {
	color: white;
	text-decoration:none;
}

#sidebar1 a:active {
	color: white;
	text-decoration:none;
}


#sidebar1 a:hover {
	color: gray;
	text-decoration:none;
}


.main_link {
	border-top: 1px solid white;
	margin: 0px 0 0 0;
	padding: 10px 0 0 5px;
	font-size: 1em;
	text-align: left;
}

.sub_link {
	border-top: 1px solid white;
	margin: 2px 0 0 0;
	padding: 0 0 0 5px;
	font-size: .6em;
	background-color: blue;
	text-align: left;
	
}







