body {
	margin: 0px;
	padding: 0px;
}

div#Logo {
	left: 0px;
	width:100%;
	height:125px;
	background: rgb(0,0,0);
}

div#Scroller marquee {
	background: rgb(0,0,0);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	left: 8px;
}
div#Scroller .redtext {
	color: rgb(255,0,0);
	font-weight: bold;
}
div#Scroller .yellowtext {
	color: rgb(192,192,0);
	font-weight: lighter;
}

div#main {
	background: rgb(255,0,0);
}

div#mainpage {
	top: 125px;
	margin-left: 120px;
	background: rgb(255,255,255);
}
div#mainpage pre {  
	font-family: Courier, sans-serif; 
	font-size: 10px;
	line-height: 150%; 
}

div#Copyright {
	font-family: Tahoma, sans-serif;  
	font-size: 10px;
	color: rgb(255,0,0);
	background: rgb(255,255,255);
	margin-left: 5px;
	font-weight: bold;
	clear: both;
}

div#SideNav {
	position: absolute;
	top: 126px;
	left: 0px;
	width: 120px;
	font-size: 10px;
	background: rgb(255,0,0);
}
div#SideNav a {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(0,0,0);
	background: rgb(255,0,0);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: lighter;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-left:5px;
	display: block;
}
div#SideNav a:link { 
	color: rgb(0,0,0);
	text-decoration: none
}
div#SideNav a:visited { 
	color: rgb(0,0,0);
	text-decoration: none;
}
div#SideNav a:active { 
	color: rgb(0,0,0);
	text-decoration: none;
}
div#SideNav a:hover { 
	color: rgb(255,0,0);
	background: rgb(255,255,255);
	text-decoration: none;
}
div#TopNav {
	font-size: 10px;
	background: rgb(255,0,0);
}
div#TopNav a {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(0,0,0);
	background: rgb(255,0,0);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: lighter;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-left:5px;
	display: block;
}
div#TopNav a:link { 
	color: rgb(0,0,0);
	text-decoration: none
}
div#TopNav a:visited { 
	color: rgb(0,0,0);
	text-decoration: none;
}
div#TopNav a:active { 
	color: rgb(0,0,0);
	text-decoration: none;
}
div#TopNav a:hover { 
	color: rgb(255,0,0);
	background: rgb(255,255,255);
	text-decoration: none;
}
