﻿@charset "utf-8";
/* CSS Document */
#leftNavigation ul li {
	list-style: none;
	padding: 4px 0 4px 30px;
	height:25px;
	background-repeat: no-repeat;
}

#leftNavigation ul li a  {
	display: block;
	text-decoration: none;	
}

#content {
	margin: 5px 5px 5px 205px;
	padding: 5px;
	border-left: dashed silver 1px;
}

#footer {
	border-top: solid silver 1px; 
	padding: 10px 5px;
	font: italic 0.8em tahoma;
	color: #662e91;
	clear:both;
}
#header span {
  font: bold 2em tahoma;
	display: block;
	padding: 10px 0 0 0;
}
#adv {
height:77px;
padding-left:20px;
padding-top:5px;
	
}
#topNavigation {
	border-top: solid #ffff31 1px;
	background-color: #662e91;
	padding: 0;
	margin: 0;
	height: 30px;
	clear: both;
}

#topNavigation ul{
	margin: 0;
	padding: 0;
	border: 0;
}

#topNavigation ul li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	border-right: solid silver 1px;
}

#topNavigation ul li#lastNav {
	border-right: none;
}

#topNavigation ul li a  {
	border:0;
	display: block;
	margin: 0;
	padding: 7px 15px;
	text-decoration: none;	
	font: bold 1em tahoma;
	color: #ffff31;
}

#leftNavigation {
	width: 190px;
	float: left;
	padding: 5px;
}

#leftNavigation ul{
	margin: 0;
	padding: 0;
}
body {
	padding: 0;
	margin: 5px 0;
	font: small arial;
	text-align: center; /* for IE */
	background-color: #662e91;
	background-image: url('../images/purple-black-background.jpg');
	background-repeat:repeat-x;
}

h1 {
  font-size: large;
  border-bottom: dotted silver 2px;
	color: #666666;
	padding: 1px 1px 1px 50px;
	margin: 0;
	background-image: url('../images/running_player.jpg');
	background-repeat: no-repeat;
}

h2 {
  font-size: medium;
  border-bottom: dotted silver 1px;
	color: #666666;
	padding: 1px 1px 1px 50px;
	background-image:url('../images/running_player.jpg');
	background-repeat: no-repeat;
	margin: 0;
}
h3{
	font-size:small;
	border-bottom:dotted silver .5px;
	color:#666665;
	padding: 1px 1px 1px 50px;
	background-image:url('../images/boardmember.png');
	background-repeat: no-repeat;
	margin: 0;
}
h5
{
	font-size:small;
	border-bottom:dotted silver .5px;
	color:#666665;
	padding: 1px 1px 1px 50px;
	background-image:url('../images/volunteer.jpg');
	background-repeat: no-repeat;
	margin: 0;

}

h4
{
	font-size:x-small;
	border-bottom:dotted silver .5px;
	color:#666665;
	padding: 1px 1px 1px 50px;
	margin: 0;

	
}

h6
{
	
	  font-size: medium;
  border-bottom: dotted silver 1px;
	color: #666666;
	padding: 1px 1px 1px 50px;
	background-image:url('../images/soccer-icon.jpg');
	background-repeat: no-repeat;
	margin: 0;

}
.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

#centerWrapper {
	background-color: #ffffff;
	margin: 0 auto; /* this is how a normal browser centers an element */
	text-align: left; /*counter the center alignment assigned in the body */
	width: 760px; /* this value is safe for a 800 wide resolution monitor */
}

#header {
	height: 124px;
	padding: 0 0 0 100px;
	margin: 0;
	background-image: url('../images/header_background.jpg');
	background-repeat:no-repeat;
	color: #662e91;
	

}
.land_of_frost{
	background-image:url('../../sponsors/lofbanner_small.jpg');
	background-repeat:no-repeat;
	padding-left:30px;
	padding-bottom:10px;

	
}
.ays{
	background-image:url('../images/AYSAlogo.jpg');
}
.soccer{
	
	background-image: url('../images/small_soccer_ball.jpg');
	background-repeat:no-repeat;
}

.casl{
	background-image:url('../images/casl.jpg');
}
.ef{
	background-image:url('../images/ef.gif');
}
.epl
{
	background-image:url('../images/EPL_Logo.jpg');
	
}
.ncaa{
	
	background-image:url('../images/ncaa_logo.gif');
		
}
.mls{
		background-image:url('../images/mls_logo.gif');
	}
.sa{
	background-image:url('../images/soceramerica.png');
}
.usys{
	background-image:url('../images/usys.gif');
}



