/* GENERAL */
html, body {
/*background: url(../images/grass.jpg) #436B37;*/
background: #ffffff;
margin: 0px;
}

DIV, TD, SPAN {
font-family: tahoma, verdana, helvetica, geneva;
font-size: 13px;
}

hr {
color: #DDDDDD;
height: 1px;
}




/* STRUCTURE */
DIV#pageContent{
	width: 820px;
	height: 100%;
	border-right: 1px solid #c6c394;
	background-color: #ffffff;
}
DIV#sitepath {
	float: left;
	font-family: verdana, arial, helvetica, geneva;
	font-size: 11px;
	margin-left: 15px;
	display: none;
}
DIV#search {
	float: right;
	margin-right: 15px;
	display: none;
}

DIV#logo {
	width: 820px;
	height: 140px;
	background: url(../images/toplogo.jpg) no-repeat;
	display: none;
}
DIV#menu {
	width: 820px;
	height: 26px;
	border-top: 1px solid #c2c293;
	border-bottom: 1px solid #c2c293;
	background-repeat: repeat-x;
	background-color: #FFFFBE;
	display: none;
}
DIV#articleBody{
	padding: 0px 10px 0px 0px;
	overflow: hidden;
	font-family: tahoma, verdana, helvetica, geneva;
	font-size: 13px;
}
DIV#footer {
	margin: 0px;
	margin-top: 100px;
	border-top: 1px solid #CCCCCC;
	font-family: tahoma, verdana, helvetica, geneva;
	font-size: 13px;
	padding: 10px;
	padding-bottom: 120px;
	color: #666666;
	display: none;
}
SPAN.ingress {
	font-family: tahoma, verdana, helvetica, geneva;
	font-size: 13px;
	font-weight: bold;
}


DIV#leftCol {
	float: left;
	width: 180px;
	margin: 0px;
	marginleft: 0px;
	display: none;
}
SPAN.leftboxHeader {
	font-weight: bold;
	margin-bottom: 10px;
}
DIV#mainCol {
	/*float: right;*/
	width: 100%;
	margin: 12px;
	margin-top: 0px;
}

DIV#sponsors{
	position: absolute;
	left: 835px;
	top: 142px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: top left;
	width: 152px;
	background-color: #FFFFFF;
	border: 1px solid #c6c394;
	display: none;
}


DIV#todaysgamesBox {
	border: 1px solid #aeaeae;
	margin-bottom: 35px;
	display: none;
}
DIV#seriesBox {
	border: 1px solid #aebaae;
	margin-bottom: 35px;
	display: none;
}
DIV#newsBox {
	border: 1px solid #aebaae;
	margin-bottom: 35px;
	display: none;
}
DIV.leftBox {
	float: left;
	margin: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	width: 190px;
	padding: 10px;
	display: none;
}

DIV.MENUITEM {
	padding: 5px;
	float: left;
	display: none;
}
DIV.MENUSEPARATOR {
	float: left;	
	width: 1px;
	height: 30px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(../images/menu_sep.gif);
	background-repeat: no-repeat;
	display: none;
}
A.MENUITEM {
	font-family: trebuchet ms, tahoma, arial, helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
	display: none;
}


.submit-small {
font-family: verdana, arial, helvetica;
font-size: 9px;
font-weight: bold;
background: #3d6313;
border: 0px solid #CCCCCC;
color: #FFFFFF;
cursor: hand;
padding: 4px 3px 3px 3px;
}


input, select {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
}


/* TYPE */
a {
color: #527117;
}

h1 {
font-family: trebuchet ms, helvetica, arial, verdana, geneva;
font-size: 24px;
font-weight: bold;
color: #527117;
margin: 0px 0px 10px 0px;
letter-spacing:2;
}

h2 {
font-family: arial, verdana, helvetica, geneva;
font-size: 13px;
font-weight: normal;
color: #888888;
margin: 0px 0px 0px 0px;
}

h3 {
font-family: arial, verdana, helvetica, geneva;
font-size: 13px;
font-weight: bold;
color: #666666;
text-transform: uppercase;
margin: 0px 0px 5px 0px;
}

h4 {
font-family: tahoma, verdana, helvetica, geneva;
font-size: 11px;
font-weight: bold;
color: #666666;
margin: 0px 0px 0px 0px;
}

h5 {
font-family: arial, verdana, geneva;
font-size: 13px;
font-weight: bold;
color: #888888;
margin: 0px 0px 0px 0px;
}

.green {
color: #527117;
}


/* hide dropdown menu */
.mmenu
{
  position:absolute;
  display:none;
}


IMG#printIcon {
	display: none;
}