/* CSS definition file containing site wide stylesheets */
P {
	font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
	font-size: 12px;
	text-align: center;
}
 .TextNavBar { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 12px;}
 
<style type="text/css">

body {
	background:white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 #menu{
	width:180px;
	display:block;
	border-top:#3676B4 thin solid;
	border-left: #3676B4 thin solid;
	border-bottom:#3676B4 thin solid;
	border-right: #3676B4 thin solid;
	background-color:#3676b4;
	margin-top: 0px;	   
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */}

#menu h4{
	font-size:12px;
	color:#FFFFFF;
	text-align: justify;
	line-height: 5%;}
	#menu p {
	font-size:12px;
	color:#FFFFFF;
	margin-left:8px;
	line-height: 5%;
}

 #menu a {
	padding-bottom: 3px;
	padding-top: 3px;
	display:block;
	padding-left:8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003366;
	background-color:#b6d2ec;
	text-decoration: none;
	border-bottom:#003366 thin solid 1px;
}

#menu a:hover{
	padding-left:8px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#3676B4;
	background-color:#b6d2ec;
	text-decoration: none;
}

a.headlink {
	color:#FFFFFF !important;
	background-color:#3676b4 !important;
	text-align:center;
	text-decoration:none;
	font-size:12px !important;
	font-weight:bolder;
	padding: 5px;
	border-bottom:thin solid #b6d2ec 1px !important;
}
 a.headlink:hover{
	color:#FFFFFF !important;
	background-color:#3676b4 !important;
	font-size:12px !important;
	font-weight:bolder;
	text-align:center;
	text-decoration:none;
	padding: 5px;
	border-bottom:thin solid #b6d2ec 1px !important;
}



</style>
