body{
margin: 5;
padding: 0;

background-image: url('images/paperz.gif');
font-family: Veranda;
text-align: center;
font-size: 100%;
}


.logobanner{
background-color: #ffffff;
background-image: url('images/paperz.gif');
align: center;
padding: 0px;
}

a:link { color: 3163CE; text-decoration: none; }
a:visited { color: 3163CE; text-decoration: none; } 
a:hover { color: #003F80; text-decoration: underline;} 


}
table#main{
height: 100%;
align: center;
padding: 0px;
vertical-align: top;
}


table#main td{
align: center;
vertical-align: top;
background-image: url('images/paperz.gif'); 
}

td.content{
align: center;
padding: 0px;
width: 854px;
text-align: center;
}



h1 {
	font-size: 12px;
	color: #1118A3;
	text-align: center;
	font-weight: normal;
	font-family: Verdana;
}

h2 {
	font-size: 12px;
	color: #1118A3;
	text-align: center;
	font-weight: bold;
	font-family: Verdana;
}

h3 {
	font-size: 20px;
	color: #1118A3;
	text-align: center;
	font-weight: normal;
	font-family: Veranda;
}

h4 {
	font-size: 10px;
	color: #1118A3;
	font-weight: normal;
	font-family: "Verdana";
}

/* NAVIGATION BUTTONS */

			.menu {
						height: 500px;
						width: 150px;
			}

			.cssnav	{
						position:relative;
						font-family: Verdana;
						font-weight: bold;
						background-image:  url('images/button_down.jpg');
						background-repeat: no-repeat;
						white-space: nowrap;
						display: block;
						width: 120px;
						height: 25px;
						margin: 3; 
						padding: 0;
						float: center
					  
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 8.5px;
						width: 120px;
						height: 25px;
						display: block;
						float: left;
						color: #ffffff; 
						text-decoration: none;
						font-family: Verdana;
			}
			.cssnav a:hover {
						color: #ffffff;
						text-decoration: none;
			}
			
			.cssnav a:visited {
						color: #ffffff;
						text-decoration: none;
			}
			

			.cssnav img {width: 120px; height: 25px; border: none; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
						position: absolute;
						left: 5px;
						top: 5px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 0px;
						height: 0px;
						text-align: center;
			}
			
			/* END OF NAVIGATION */