/* CSS Document */
		
	a { color: #000000; font-size: 13px; font-family: Arial, Helvetica, sans-serif; }
	a:link { color: #000000; font-size: 13px; text-decoration:none; font-family: Arial, Helvetica, sans-serif; }
	a:visited { color: #000000; font-size: 13px; text-decoration:none; font-family: Arial, Helvetica, sans-serif; }
	a:hover { color: #22287F; font-size: 13px; font-weight: 800; font-family: Arial, Helvetica, sans-serif; }
	a:active { color: #339900; font-size: 13px; text-decoration: blink; font-family: Arial, Helvetica, sans-serif; }
	p {text-indent: 40px;}
    body { background-color: #006699; font-family: Arial, Helvetica, sans-serif; }
	#main_holder{
		position: absolute;
		background-color: #FFFFFF;
		border-left-style: ridge;
		border-right-style: groove;
		left: 9%;
		top: 0px;
		width: 800px;
		height: auto;}
	#logo {
		background-image: url(./assets/logo.jpg);
		background-repeat: no-repeat;
		position: relative;
		width: 600px;
		height: 246px;
		top: 10px;
		left: 50px;}
	#ball {
		background-repeat: no-repeat;
		background-image: url(assets/link_text.png);
		position: relative;
		width: 650px;
		height: 150px;
		left:57px;
		top: -10px;}
	#ball1 {
		position: absolute;
		background-image: url(./assets/blueball1.png);
		width: 50px;
		height: 50px;
		background-repeat: no-repeat;
		left:20px;
		top: 40px;}
	#ball2 {
		position: absolute;
		background-image: url(./assets/blueball1.png);
		width: 50px;
		height: 50px;
		background-repeat: no-repeat;
		left:132px;
		top: 40px;}
	#ball3 {
		position: absolute;
		background-image: url(./assets/blueball1.png);
		width: 50px;
		height: 50px;
		background-repeat: no-repeat;
		left:251px;
		top: 40px;}
	#ball4 {
		position: absolute;
		background-image: url(./assets/blueball1.png);
		width: 50px;
		height: 50px;
		background-repeat: no-repeat;
		left:367px;
		top: 40px;}
	#ball5 {
		position: absolute;
		background-image: url(./assets/blueball1.png);
		width: 50px;
		height: 50px;
		background-repeat: no-repeat;
		left:480px;
		top: 40px;}
	#ball6 {
		position: absolute;
		background-image: url(./assets/blueball1.png);
		width: 50px;
		height: 50px;
		background-repeat: no-repeat;
		left:588px;
		top: 40px;}
	#main {
		color: #22287F;
		position: relative;
		background-repeat: no-repeat;
		background-image: url(./assets/main.png);
		padding-left: 30px;
		padding-top: 70px;
		padding-right: 70px;
		left: 55px;
		top: 0px;
		width: 600px;
		height: auto;}
	#sitelinks {
		position: relative;
		left: 70px;
		padding-bottom: 20px;}
