/* CSS for sportingID aboutUs */

/* Text Styles */
.mainTable
{
	text-align:center;
}

.textLabel
{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

.copyrightNotice
{
	font-size:9px;
	color: #002032;
	font-family: Arial, Helvetica, sans-serif;
}

.stopPress
{
	font-size:18px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

.linkEnter
{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color: #002134;
	font-size: 11px;
}

/* Links  */
A:link {text-decoration: none; color: #002134;}
A:visited {text-decoration: none; color: #002134;}
A:active {text-decoration: none; color: #002134;}
A:hover {text-decoration: underline; color: #a6b5c3;}

/* Individual Image Holders */
#imageHolder
{
	height:92px;
	width:1000px;
}

#ih1
{
	float:left;
	height:92px;
	width:141px;
}

#ih2
{
	float:left;
	height:92px;
	width:141px;
}

#ih3
{
	float:left;
	height:92px;
	width:137px;
}

#ih4
{
	float:left;
	height:92px;
	width:148px;
}

#ih5
{
	float:left;
	height:92px;
	width:139px;
}

#ih6
{
	float:left;
	height:92px;
	width:139px;
}

#ih7
{
	float:left;
	height:92px;
	width:155px;
}


/* Backgrounds */
#topBlock
{
	position:absolute;
	height:240px;
	width:100%;
	background-color:#002032;
}

#middleBlock
{
	position:absolute;
	top:240px;
	right:0px;
	left:0px;
	bottom:0px;
	width:100%;
	background:no-repeat;
	background-position:right;
	background-image:url(../images/bg_gradient1.gif);
}

/*Other Images */
#botlogo
{
	width:100%;
    text-align: center;
	position:relative;
	top:350px;
}

#backBut
{
	width:100%;
    text-align: right;
	position:relative;
	top:0px;
	right:20px;
}

.printedImage
{
padding-bottom:10px;
padding-left:10px;
}

