img
{  border-style: none;
}

body
{
font-family:arial;

}

#siteContainer
{

	background-color:white;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
        border-left: medium #093619 solid;
        border-right: medium #093619 solid;
        border-bottom: medium #093619 solid;

}

#siteContainerBottom
{
	background-color:white;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
        text-align:center;
}

span
{
clear:both;
}

.menu
{
	width:1024px;
	height:40px;
	max-height:40px;
	margin-left:auto;
	margin-right:auto;
	background-color:#093619;
        border-bottom: medium white solid;
        text-align:left;
        display:block;
        overflow:hide;
        position:relative;
        clear:both;
}

#title
{
  border-bottom: medium white solid;
}

#textArticleTitle
{
clear:both;
}

#textArticleContent
{
clear:both;
}
.spacer {
clear: both;
overflow: hidden;
}

.menuItem 
{	
	float:left;
	width:122px;
	margin-left:10px;
	margin-right:10px;
	height:20px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	display:block;
	cursor:pointer;
	
}


.menuItemSelected
{
	border:2px purple solid;
	
}
.menuItemBlank
{
	
	background-color:transparent;

}

#contentPane
{
clear:both;
display:table;
}

.l2
{
	background-color:orange;
}

.l2selected
{
	background-color:pink;
}

.hiddenMenu
{
	background-color:blue;
	
}
.l3
{
	background-color:gray;
}
.l3selected
{
	background-color:black;
}

.LTTH
{
    margin: 0;
    padding: 10px;
    text-align: center;
    border-width: 1px 1px 1px 1px;
    background-color: black;
    border-color: white;
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
    color: white;
}
.LTTD
{
    margin: 0;
    padding: 4px;
    text-align: center;
    border-width: 1px 1px 0 0;
    background-color: white;
    font-family: arial;
    font-weight: normal;
    font-size: 10px;
}

.LeagueTable
{
 border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    border-color: black;
    clear:both;
}