/*********************/
/* BASIC */
/*********************/

BODY { 
	background-color: #133366;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
 	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

/*********************/
/* BANNER STYLES */
/*********************/

a {color: #133366;
	color: #1f59a8;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #1f59a8;
	text-decoration: none;
	font-weight: bold;
}

 a:hover{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}


#container {
	width: 950px;
	margin: auto;
	background: #fff;
	text-align: left;
}

#banner {
	height: 200px;
	background-image: url(skins/sportacus/images/banner.jpg);
	}

#menu {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-align:right;
	background-color: #dbdbdb;

}

#menulist {
	padding: 0px;
	margin: 0px;
}

#menulist ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#menulist li {
	display: inline;
	list-style-type: none;
}

#menulist a { 
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 20px;
	}

#menulist a:link, #menulist a:visited {
	color: #1e58a7;
	text-decoration: none;
	font-weight: bold;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	background-image: url(skins/sportacus/images/bg.gif);

}

#menulist a:hover{
	color: #fff;
	background-color: #1e58a7;
	text-decoration: none;
	font-weight: bold;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	background-image:none;
}


#footer {
	clear: both;
	padding: 5px;
	margin-top: 0px;
	background-color: #1f59a8;
	border-top: 4px solid #fff;
	color: #fff;
	text-align:center;
}

#footer a:link, a:visited {
	color: #ffc000;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

/*********************/
/* MAIN */
/*********************/
h1 {
	color: #7c7062;
	margin-top: 10px;
	font-size: 16px;
	border-top: 4px solid #294E56;
	line-height: 100%;
}

/* The box around the block */
.block { 
	margin-bottom: .5em;
}

/* The block's title */
.block .title {
	background-color: #75b9de;
	background-position: top left;
	background-repeat: repeat-x;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	padding-left: 8px;
}

/* The block's content */
.block .content {
	padding: 3px;
	background-color: #ffffff;
	background-image: url(skins/sportacus/images/top3.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#mainpage {
	height: 750px;
	padding: 5px;
	padding-top: 15px;
	background: #FFF;
	text-align: left;
	background-image: url(skins/sportacus/images/top3.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
html>body #mainpage { 
	height: auto;
	min-height: 750px;
}

#leftindex { 
	position:relative;
	width: 150px;
	float: left;
	text-align: left;
}

#content {
	position:relative;
	margin-left: 155px;
	margin-right: 5px;
	text-align: left;
}

p {
	color: #333;
	margin-top: 5px;
	padding: 3px;
	
}

h2 {
	color: #000;
	font-size: 13px;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
}


h3 {
	margin-bottom: 0px;
	font-size: 1.0em;
	font-weight: bold;
	color: #005dcf;
	border-bottom: 1px solid #000;
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 1px;
	}

.navcontainer ul
{
margin-left: 0;
padding-left: 0;
font-size: 11px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

.navcontainer a
{
display: block;
padding: 3px;
width: 140px;
border-bottom: 1px solid #999;
}

.navcontainer a:link, .navcontainer a:visited
{
color: #000;
text-decoration: none;
}

.navcontainer a:hover
{
background-color: #133366;
color: #fff;
}



