@charset "utf-8";
/* CSS Document */

body {background:#333333; font-family:Geneva, Arial, Helvetica, sans-serif; font-size-adjust:inherit; color:#333333; text-align:center; 
}

links {color:#999900; text-decoration:underline;
}

#main {
	background-color:#FFFFFF;
	background-image:url(graphics/main_bg.jpg);
	background-repeat:repeat-x;
	position:absolute "center";
	max-width: 800px;
	z-index: -10;
	min-height: 600px;
	max-height: 600px;
	
}

div.flash {position:absolute; top: 145px; left: -500px;
}


div.LBcorner {
	background-image:url(graphics/LBcorner.jpg);
	height:25px;
	width:25px;
	position:relative;
	left: -775px;
	top: 575px;
	z-index: -1;
}

div.LTcorner {
	background-image:url(graphics/LTcorner.jpg);
	height:25px;
	width:25px;
	position:relative;
	left: -387px;
	top: 0px;
	z-index: 0;
}

div.RTcorner {
	background-image:url(graphics/RTcorner.jpg);
	height:25px;
	width:25px;
	position:relative;
	left: 0px;
	top: -575px;
	z-index: -1
	
}

div.RBcorner {
	background-image:url(graphics/RBcorner.jpg);
	height:25px;
	width:25px;
	position:relative;
	left: 775px;
	top: 575px;
	z-index: 0
}

div.textbody {
	position:relative;
	top:-110px;
	left:-725px;
	z-index: 20;
	width: 700px;
	float: right;
	height: 100px;
 	overflow-y: auto;
}

div.logo {
	background-image:url(graphics/txt_logorwhitebg.jpg);
	background-repeat:no-repeat;
	position:absolute;
	left: -750px;
	top:5px;
	width: 750px;
	height: 100px;
	z-index:1000;
	text-align:right;
	font-size: x-small;	
}

table.bottom_nav {
	position:absolute;
	top:450px;
	left: -275px;	
	
}
	
td.nav{
	background-image:url(graphics/button.gif);
	height: 25px;
	width: 90px;
	background-repeat: no-repeat;
		}
		
a:hover {color:#FF0000;
text-decoration:underline;
}

a:visited { color:#000000;
}

a {text-decoration:none;
}
		
table.top_nav {
	position:absolute;
	top:110px;
	left: -755px;	
	
}

td.nav_up{
	background-image:url(graphics/button_half.gif);
	height: 30px;
	width: 90px;
	background-repeat: no-repeat;
		}
	
