/* CSS Document */

#navlist {
	
	list-style-image: none;
	}
	
#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-image: none;


}
#navlist a {
	display: block;
	background-image:  none;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 5px;



}
#navlist a:link, #navlist a:visited {
	color: #02365D;
	text-decoration: none;
	background-image: none;
	font-size: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #2B3433;




}
#navlist a:hover{
	background-image:  none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #2B3433;
	background-color: #0270AB;
}
#navlist a:active{
	background-image:  none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #2B3433;
	background-color: #0270AB;
}

#uberlink2 a:link, #uberlink2 a:visited, #uberlink2 a:hover {
	background-image:  none;
	color: #FFFFFF;
	background-color: #D68429;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #819AAE;

}
.topheading {
	font-size: 14px;
	font-weight: bold;
	color: #02365D;
	display: inline;
	white-space: normal;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.join {
	font-size: 24px;
	font-weight: bolder;
	color: #B0C6BA;
	letter-spacing: .75em;
	margin-top: -10px;
}

.secondheading {
	font-size: 13px;
	font-weight: bold;
	color: #0270AB;
}
.thirdlevel {
	color: #004578;
	font-weight: bold;
	font-size: 13px;
}

