/* CSS Document */

#top {background-image:url(images/top.jpg);
position:relative;
	height:143px;
	width:760px;
	z-index:1;
}

#banners {background-image:url(images/banners.jpg);
height:130px;
width:760px;
z-index:1;
}

#leftNav {
height:750px;
width:110px;
position:relative;
float:left;
margin-right:60px;
z-index:1;
margin-left:5px;
}

#content {background-image:url(images/content.jpg);
position:relative;
	width:730px;
	padding-left:0px;
	padding-right:30px;
	padding-top:5px;
	padding-bottom:5px;
	z-index:1;
}

#footer {background-image:url(images/footer.jpg);
position:relative;
	height:40px;
	width:760px;
	z-index:1;
}

p {
	line-height: 1.4em;
	font-size: 1.0em;
	color:#000000;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
}

.tables {font:"Times New Roman", Times, serif;
font-size:1.8em;
}


