.navcontainer {

	width: 200px;

}

.navcontainer ul {

	font-family: Garamond, "Times New Roman";

	font-size: 16px;

	color: #153997;

	margin-left: 0px;

	padding-left: 0px;

	list-style-type: none;

	font-weight: bold;

}

.navcontainer a {

	font-family: Garamond, "Times New Roman";

	font-size: 16px;

	color: #153997;

	display: block;

	padding: 3px;

	width: 170px;

	border-bottom-width: 2px;

	border-bottom-style: solid;

	border-bottom-color: #153997;

	background-color: #FFFFFF;

	font-weight: bold;

	text-decoration: none;

}

.navcontainer a:link {

	font-family: Garamond, "Times New Roman";

	font-size: 16px;

	font-weight: bold;

	display: block;

	padding: 3px;

	width: 170px;

	border-bottom-width: 2px;

	border-bottom-style: solid;

	border-bottom-color: #153997;

	background-color: #FFFFFF;

	color: #153997;

	text-decoration: none;

}

.navcontainer a:visited {

	font-family: Garamond, "Times New Roman";

	font-size: 16px;

	font-weight: bold;

	display: block;

	padding: 3px;

	width: 170px;

	border-bottom-width: 2px;

	border-bottom-style: solid;

	border-bottom-color: #153997;

	background-color: #FFFFFF;

	color: #153997

	text-decoration: none;

}

.navcontainer a:active {

	font-family: Garamond, "Times New Roman";

	font-size: 16px;

	font-weight: bold;

	display: block;

	padding: 3px;

	width: 170px;

	border-bottom-width: 2px;

	border-bottom-style: solid;

	background-color: #FFFFFF;

	color: #153997;

	text-decoration: none;

}

.navcontainer a:hover {

	font-family: Garamond, "Times New Roman";

	font-size: 16px;

	color: #FFFFFF;

	text-decoration: none;

	background-color: #153997;

}