body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/top.jpg);
	background-repeat: repeat-x;
	background-color: #0B2D5B;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #008AB8;
	font-weight: bold;
	letter-spacing:-1px;
	margin-top: 0px;
}
body, p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565656;
	line-height:18px;
}
a{
	color:#0066CC;
}
a:hover{
	color: #000;
}
.style6 {
	color: #4B6D20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
table.navbar {
   border-collapse: collapse;
}
table.navbar td a{
   display: block;
   text-decoration: none;
 
   padding: 5px;
   width: 120px;

}
table.navbar td a:link, table.navbar td a:visited {
	color:#4B6D20;
   border-bottom: 2px dotted #DBB576;	

}
table.navbar td a:hover, table.navbar td a:active {
    border-bottom: 2px dotted #008AB8;
   color: #C13126;
    background-color:#FFF;

 }
.img1{
	padding: 3px;
	margin: 5px;
	border: 1px solid #CCC;
}
.style7 {font-size: 11px}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #4B6D20;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 10px Arial;
color: #FFF;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

