body  {
	font: 95% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CCCC99;
	background-image: url(../images/pagebg2.gif);
}


/* MAIN */



#mainContent h1 {
	color: #999966;
	border-bottom: 1px dashed #333300;
	font: normal 24px Impact, "Arial Narrow", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
	margin: 0 0 0 0;
	text-align: center;
}

#mainContent h2 {
	font: normal 20px Impact, "Arial Narrow", sans-serif;
	text-transform: uppercase;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #F00;
	text-align: center;
	border-bottom: 1px dotted #CCCCCC;
}
#mainContent p {
	font-size: 13px;
	margin-bottom: 5px;
}

#mainContent .stheader {
	font-size: 24px;
	text-align: center;
	color: #333300;
	font-weight: bold;
}

#mainContent .through {
	font-size: 12px;
}

#mainContent .stands {
	font-size: 12px;
	text-align: center;
}

#mainContent .teams  {
	font-size: 12px;
	text-align: left;
}

#mainContent a {
	text-decoration: none;
	border-bottom: 1px dashed #999999;
	color: #333300;
}

#mainContent a:hover, a:active {
background-color:#000000;
color:#CFEF89;
border-bottom: 0px;
}


#mainContent .games p {
	font-size: 11px;
	text-align: left;
	line-height: 12px;
	padding: 0px;
	margin: 0px;
}

#mainContent li {
	list-style: none;
	font-size:12px;
	margin: 0 0 0 0;
}

/* sidebar 1 */

#sidebar1  p {
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
}
#sidebar1  a {
	text-decoration: none;
	color: #333333;
}
#sidebar1 .related {
	margin-bottom: 10px;
	margin-top: 0px;
}


#sidebar1 .related li {
	list-style: none;
}
#sidebar1 h2, #sidebar1 h3, #sidebar1 p {
	padding-right: 5px;
	padding-left: 5px;
}
#sidebar1  h2 {
	color: #152C67;
	padding-bottom: 10px;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 100%;
	margin: 0 !important;
	padding-left: 5px;
	padding-top: 13px;
}
#sidebar1 .related a {
	display: block;
	padding: 5px;
	border-top: 1px solid #FFF;
	text-decoration: none;
}


#sidebar1 .related a:hover {
	background: #FFFFFF;
}

#sidebar1 .related ul {
	margin: 0px;
	padding: 5px 0 0 10px;
	font-size: 12px;
}



a img {
	border-style: none;
}




/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	width: auto;
	float: left;
}


/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */

ul.MenuBarHorizontal ul
{
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
/* Changed below from 999999 to CCCC99 */
/* Removed coding border-top: 1px solid #CCCC99  */
ul.MenuBarHorizontal a
{
	cursor: pointer;
	background-color: #EEE;
	padding: 0.7em 1em;
	color: #333;
	text-decoration: none;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 1px solid #CCCC99;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: 1px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #FFFFFF;
	color: #FF0000;
}


#mainContent .caption {
	background: #666666;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 5px;
}
#container {
	border-right-width: 2px;
	border-bottom-width: 20px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.photoBox {
	text-align: center;
	float: right;
	width: 220px;
}
#header img {
	display: block;
}
#thispg a.thispglink, 
#sport a.sportlink  {
	color: #FFFFFF;
	background: #000;
	border-color: #000;
}
#sidebar1 .natEx {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 50px;
	margin-bottom: 15px;
}
