/* CSS Document */

body {
	background-image:url(Images/bkgd.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color: #0099FF;
}

#top {
	background-image:url(Images/topbanner.gif);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:705px;
	height:120px;
	position:relative;
	top:10px;
	z-index: 1;
}

#middle {
	background-image:url(Images/middlebanner.gif);
	background-repeat:repeat-y;
	width:703px;
	height:auto;
	position:relative;
	top:-20px;
	margin-left:auto;
	margin-right:auto;
	z-index:2;
}

#bottom {
	background-image:url(Images/bottombanner.gif);
	background-repeat:no-repeat;
	width:705px;
	height:120px;
	position:relative;
	top:-60px;
	margin-left:auto;
	margin-right:auto;
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999999;
	line-height:16px;
	font-size:9px;
	width:400px;
}

p.first {
	font-size:12px;
}

p.sidebar {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	color:#999999;
	width:120px;
	border:medium;
}

p.heading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#0099CC;
}

a {
	text-decoration:underline;
	color:#999999;
}
	
.Bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

