body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/backtemp.gif);
	font-family: Times, serif; font-size:14px;
}
.style1 {color: #FFFFFF }
a:link { color: blue; }
a:visited { color: purple; } 
a:hover { color: blue; } 

a.leftnav:link { text-decoration: none; color: white; }
a.leftnav:visited { text-decoration: none; color: white; }
a.leftnav:active { text-decoration: none; color: white; }
a.leftnav:hover {text-decoration: underline; color: white;}

#left {
	position:absolute;
	width:188px;
	z-index:1;
	left: 0px;
	top: 0px;
	overflow: auto;
	background-color: #000000;
	padding: 5px 5px 5px 5px
}
#top {
	position:absolute;
	width:773px;
	height:209;
	z-index:2;
	left: 198px;
	top: 0px;
	background-color: #000000;
}
#right {
	position:absolute;
	width:182px;
	z-index:3;
	left: 779px;
	top: 209px;
	background-color: #000000;
	padding: 5px 5px 5px 5px;
	text-align: center;
	color: #FFFFFF
}
#right p {
	color: #FFFFFF
	text-align: center;
	padding: 5px 5px 5px 5px;
}

#right a:link { text-decoration: none; color: white; }
#right a:visited { text-decoration: none; color: white; }
#right a:active { text-decoration: none; color: white; }
#right a:hover {text-decoration: underline; color: white;}

#content {
	position:absolute;
	width:495px;
	height:100px;
	z-index:4;
	left: 244px;
	top: 239px;
	background-color: #FFFFFF;
}
