body { 
    height: 100%; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-color: white;
	margin: 0;
	padding: 0;
	
	
}

a:link {
  color: #990000;
  font-weight: bold;
  text-decoration: none;
  }

a:visited {
  color: #990000;
    font-weight: bold;
  text-decoration: none;
  }
a:hover {
  color: #990000;
    font-weight: bold;
  text-decoration: underline;
  }
  
img {
border: 0;
}  

  
h1 {
 font-family: Arial, sans-serif;
font-size: 27px;
font-weight: bold;
letter-spacing: -1px;
color: #EF2F24;
}
  
h2 {
 font-family: Arial, sans-serif;
 color: #000;
 font-size: 21px;
 font-weight: bold;
}
  
  h3 {
 font-family: Arial, sans-serif;
 color: #000;
 font-size: 15px;
 font-weight: bold;
}
  
.leftcontent {
	width: 470px;
	position: absolute;
	left: 44px;
	top: 180px;

}
.rightcontent {
	position: absolute;
	width: 220px;
	left: 620px;
	top: 172px;
	z-index: 1;

}
.navigation {
	width: 800px;
	position: absolute;
	left: 40px;
	top: 130px;
	min-height: 60px;
	padding: 4px;
	z-index: 1;
	overflow: visible;

}

.navigation a {
padding: 4px;

}

.navigation a:hover {
color: white;
background-color: red;
}

.topleft {
	width: 140px;
	position: absolute;
	left: 42px;
	top: 12px;
	height: 110px;
	z-index: 1;


}
.topright {
	width: 300px;
	position: absolute;
	left: 480px;
	top: 20px;
	height: 100px;

}


#container {
				position: relative;
				min-height: 100%;
			}
			#content {
	padding-top: 170px;
	/*
					To calculate the height of the footer: (12px font-size x 1.5 line-height) + (2 * 10px padding) = 38px
					To calculate padding-bottom: 38px footer height + 10px content padding = 48px
				*/
				padding-bottom: 20px;
	padding-left: 45px;
	width: 550px;
			}
			#footer {
	position: relative;
	bottom: 0;
	width: 75%;
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	top: 0px;
	height: 160px;
				
			}
.footercontent {
	border-top: 1px solid #990000;
	position: relative;
	height: 120px;
	width: 800px;
	left: 42px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;


}
.leftfoot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 300px;
	padding-top: 10px;
}
.rightfoot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 440px;
	float: right;
	position: relative;
	top: -128px;
	text-align: right;
	padding-top: 10px;

}

.jobtitle {

	background-color: #e7e7e7;

}

.bluebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000066;
	padding: 7px;
	font-weight: normal;

}
.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}
.fbrightcontent {
	position: absolute;
	width: 240px;
	left: 600px;
	top: 300px;
	z-index: 1;
	text-align: center;
}

#footballmenu {
	width: 800px;
	height: 100px;
	background: url(images/football_header_bg.gif) repeat-x;
}
