
body {
	font-family: arial,sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	background-image: url('numbers.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

p {
	margin-left: 10px;
	margin-right: 10px;
}

.margins {
	margin-left: 10px;
	margin-right: 10px;
}

table#google1 {
	width: 762px;
	background-color: #FFFFFF;
}

table#t1 { /* this is the header table */
	width: 762px;
	height: 185px;
	background-color: #ffffff;
	background-image: url('http://www.sportrush.com/images/header-2.jpg');
	background-repeat: no-repeat;
}

table#t2 { /* this is the top navigation table */ 
	width: 762px;
/*	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
*/
	border-left: 1px #cecece solid;
	border-right: 1px #cecece solid;
	border-bottom: 1px #cecece solid;
	background-color: #f3f3f3;
}

table#t2a { /* this is the navtop shaddow table */
	width: 762px;
	height: 6px;
	background-color: #ffffff;
	background-image: url('http://www.sportrush.com/images/navtop-shadow.jpg');
	background-repeat: no-repeat;
}

table#t3 { /* this is the outer main content table */
	width: 762px;
	padding: 0px;
	border-left: 1px #cecece solid;
	border-right: 1px #cecece solid;
	background-color: #f3f3f3;
}

table#t3a { /* this is the inner 3 column content table */
	width: 753px;
	padding: 0px;
	background-color: #f3f3f3;
	vertical-align: top;
}

table#t4 { /* this is the footer table */
	width: 762px;
	padding: 0px;
	background-color: #FFFFFF;
}

table#t5 { /* this is the navright table */
	width: 122px;
	padding: 0px;
	border-top: 1px black solid;
}

td#googlebg {
	width: 762px;
	background-image: url('images/google-bg-4.jpg');
}

td#colleft {
	width: 142px;
	text-align: left;
	vertical-align: top;
}

td#centerleft {
	width: 233px;
	text-align: left;
	vertical-align: top;
	border-left: 1px #cecece dashed;
}

td#centerright {
	width: 233px;
	text-align: left;
	vertical-align: top;
	border-left: 1px #cecece dashed;
	border-right: 1px #cecece dashed;
}

td#colright {
	width: 142px;
	vertical-align: top;
	text-align: left;
}

td#colcenter {
	width: 466px;
	text-align: left;
	vertical-align: top;
	border-left: 1px #cecece dashed;
	border-right: 1px #cecece dashed;
}

td#coldouble {
	width: 608px;
	text-align: left;
	vertical-align: top;
	border-left: 1px #cecece dashed;
}

.navright {
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 1px black solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

.navleft {
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 1px black solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

.googletabs {
	padding-top: 10px;
}

.navright a {
	color: #39628C;
	text-decoration: none;
}

.navright a:hover {
	color: red;
	text-decoration: none;
}

.navleft a {
	color: #39628C;
	text-decoration: none;
}

.navleft a:hover {
	color: red;
	text-decoration: none;
}

.navtop {
	text-align: center;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}

.navtop a {
	color: #39628C;
	text-decoration: none;
}

.navtop a:hover {
	color: red;
	text-decoration: none;
}

.header2 {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #39628C;
}

#content {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
}

.content {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
}

#news img {
	margin: 0 5px 0 5px;
}

#copyright {
	text-align: center;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
}



#navcontainer
{
width: 100%;
float: left;
background-color: #f3f3f3;
}

#navcontainer ul { 
	padding: 0; 
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul
{
margin: 0 7%;
padding: 0 0 0 0;
color: #39628C;
font-family: arial, sans-serif;
font-size: 10px;
font-weight: normal;
font-style: italic;
}

#navcontainer ul li a
{
padding: 0 7px;
background-color: #f3f3f3;
color: #39628C;
text-decoration: none;
float: left;
border-right: 1px solid #cecece;
}

#navcontainer ul li a:hover
{
background-color: #;
color: #39628C;
}

#navlist li a:hover, #navlist li a:active
{
color: #FFFFFF;
text-decoration: none;
background: #d8dcef;
text-align: left;

}

#active a { border-left: 1px solid #cecece; }
