body {
		 font-family:verdana,arial;
		 background-color: #999999;
}

h3 {
	 font-size: 125%;
}

.nav {
		 font-weight:bold;
/*   width: 300*/
}

.top-section{
 border: solid #9f9f9f;
 border-width: 0 2px 2px 0;
 background-color: #194e84;
 padding:3px; 
 width: 100%;
 }
 
.top-section a:link, a:visited, a:hover{
		 text-decoration:none;
}

.bottom-section {
     background-color: #3b6b9c;
     color: #ffffff;
     vertical-align: top;
     font-size: 90%;
     width: 100%;
}

.bottom-section a:link, a:visited, a:hover{
		 color: #ffffff;
		 text-decoration: underline;
}

.text-bold {
		 font-weight: bold;
}
