@charset "utf-8";
/* CSS Document */

body
	{
		background-color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		color: #999999;
		font-size: small;
	}
	
a
	{
		color: #FFFFFF;
		font-size: small;
		text-decoration: none;
	}
	
ul
	{
		font-weight: bold;
	}
	
a:hover
	{
		color: #00FFFF;
	}
	
li
	{
		margin-bottom: 5px;
	}
	
p
	{
		margin-top: 25px;
	}
	
h2
	{
		margin-top: 110px;
	}
	
h3
	{
		margin-top: 50px;
	}
	
#header
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 170px;
		background-image: url(../images/header.jpg);
		background-repeat: no-repeat;
	}
	
#images
	{
		position: absolute;
		right: 10px;
		top: 180px;
		width: 500px;
		z-index: 1;
	}
	
#logo
	{
		position: absolute;
		top: 35px;
		left: 50px;
	}

#green
	{
		margin-left: auto;
		margin-right: auto;
		bottom: 100px;
		width: 140px;
		height: 140px;
		background-image: url(../images/greenball.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
		text-align: center;
		line-height: 140px;
		font-size: xx-large;
	}
	
#green2
	{
		width: 100px;
		height: 100px;
		background-image: url(../images/greenballmedium.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
		text-align: center;
		line-height: 100px;
	}
	
#green3
	{
		width: 100px;
		height: 50px;
		background-image: url(../images/greenballsmall.jpg);
		background-repeat: no-repeat;
		padding-left: 55px;
		line-height: 50px;
	}

#blue
	{
		position: absolute;
		top: 155px;
		right: 150px;
		bottom: 100px;
		width: 140px;
		height: 140px;
		background-image: url(../images/blueball.jpg);
		text-align: center;
		line-height: 140px;
	}
	
#blue2
	{
		width: 100px;
		height: 100px;
		background-image: url(../images/blueballmedium.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
		text-align: center;
		line-height: 100px;
	}
	
#blue3
	{
		width: 100px;
		height: 50px;
		background-image: url(../images/blueballsmalll.jpg);
		background-repeat: no-repeat;
		padding-left: 55px;
		line-height: 50px;
	}
	
#red
	{
		position: absolute;
		top: 155px;
		left: 150px;
		width: 140px;
		height: 140px;
		background-image: url(../images/redball.jpg);
		text-align: center;
		line-height: 140px;
	}
	
#red2
	{
		width: 100px;
		height: 100px;
		background-image: url(../images/redballmedium.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
		text-align: center;
		line-height: 100px;
	}
	
#red3
	{
		width: 100px;
		height: 50px;
		background-image: url(../images/redballsmall.jpg);
		background-repeat: no-repeat;
		padding-left: 55px;
		line-height: 50px;
	}
	
#clock
	{
		position: absolute;
		top: 150px;
		left: 50px;
	}
	
#ticker
	{
	position: absolute;
	width: 100%;
	top: 170px;
	left: 0px;
	line-height: 33px;
	height: 33px;
	color: #CCCCCC;
	font-size: small;
	background-color: #222222;
	border: 1px solid #666666;
	}
	
#footer
	{
		position: fixed;
		z-index: 5;
		font-size: x-small;
		color: #CCCCCC;
		clear: both;
		bottom: 5px;
		background-color: #000000;
	}
	
#content
	{
		width: 100%;
		position: absolute;
		left: 0;
		top: 220px;
		height: 700px;
		overflow: visible;
	}
	
.liticker
	{
		list-style-type: none;
		display: inline;
		margin-right: 100px;
	}
	
#navigation
	{
		height: 700px;
		margin-top: 10px;
		margin-right: 100px;
		float: left;
	}
	
.ulnav
	{
		list-style-type: none;
		margin-bottom: 100px;
	}
	
.intextimageright
	{
		float: right;
		margin-top: 50px;
		margin-right: 50px;
		margin-left: 100px;
		margin-bottom: 10px;
		padding: 5px;
		border: solid 1px #666666;
		background-color: #222222;
	}
	
.nav2
	{
		font-size: medium;
		color: #666666;
	}
	
.nav2:hover
	{
		color: #00FFFF;
	}
	
.nav1
	{
		margin-top: 0px;
		font-size: large;
		color: #FFFFFF;
	}
	
.nav3
	{
		font-size: xx-large;
	}
	
#imagedisplay
	{
		text-align: center;
		margin-top: 25px;
	}
	
#imagemenu
	{
		text-align: center;
		width: 90%
		height: 200px
		margin-left: auto;
		margin-right: auto;
		overflow: scroll;
		scrollbar-3dlight-color: #FFFFFF;
		scrollbar-arrow-color: #FFFFFF;
		scrollbar-base-color: #FFFFFF;
		scrollbar-darkshadow-color: #FFFFFF;
		scrollbar-face-color: #000000;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-shadow-color: #999999;
	}

.liinline
	{
		list-style-type: none;
		display: inline;
		margin-left: 20px;
	}
	
.nofmedia:hover
	{
		color: #990000;
	}
	
.noftech:hover
	{
		color: #000099;
	}
	
.nofbus:hover
	{
		color: #009900;
	}