body{
    margin: 0;
    margin-bottom: 0;
    padding:0;
    line-height: 1.3em;

    background-color: #6b0b08;
    font-family: arial;
}

a:link {color: black;}
a:visited {color: black;}
a:active {color: black;}
a:hover {color: #8F0006;}

b{font-size: 100%;}
em{color: red;}

#maincontainer{
    width: 990px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
    background-image: url('../assets/images/maincontainerback.gif');
    background-color: black;
}

#contentwrapper{
    float: left;
    width: 100%; 
}

#contentcolumn{
    margin: 0 200px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
    padding: 10px;
}

#leftcolumn{
    float: left;
    width: 200px; /*Width of left column in pixel*/
    margin-left: -990px; /*Set margin to that of -(MainContainerWidth)*/
    background: #000000;
    color: black;
}

#rightcolumn{
    float: right;
    width: 200px; /*Width of right column*/
    margin-left: -200px; /*Set left margin to -(RightColumnWidth)*/
    background: #000000;
    color: black;
}

#footer{
    clear: left;
    background: black;
    color: #cccccc;
    text-align: center;
    line-height: 2.5em;
    width: 990px; /*Width of main container*/
    height: 30px;
    margin-bottom: 0px;
    background: url("../assets/images/bottom-footer.jpg") repeat-x;
}

#footer a{
    color: #FFFF80;
    width: 990px; /*Width of main container*/
    text-align: center;
    margin-bottom: 0px;
    background: url("../assets/images/bottom-footer.jpg") repeat-x;
}

.innertube{
    margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
}
#leftcol {
    float: left;
    width: 200px;
}
#leftcontainer {
    width: 170px;
    background-color: #fff9d9;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    font-size: 12px;
    line-height: 1.2em;
    text-align: left;
}
#rightcol {
    float: right;
    width: 200px;
}
#rightcontainer {
    width: 170px;
    background-color: #fff9d9;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    font-size: 12px;
    line-height: 1.2em;
}
#title {
    background-image: url('../assets/images/titlebar-bk.jpg');
    background-color: maroon;
    height: 25px;
    color: #CFC174;
    width: 200px;
    text-align: center;
    line-height: 1.7em;
    padding-top: 1px;
    font-size: 12px;
    font-weight: bold;
    font-family: arial;
}
#soccer1 {
    background-image: url(../assets/images/bottom-soccer2.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-left: 0px;
    margin-bottom: 0px;
    width: 100%;
    z-index: 3;
}
#soccer2 {
    background-image: url(../assets/images/bottom-soccer.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-left: 0px;
    margin-bottom: 0px;
    width: 100%;
    z-index: 2;
}
#top-background {
    background-image: url(../assets/images/top-bk3.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    margin-left: 0px;
    width: 100%;
    height: 268px;
    z-index: 4;
}
#grass {
    background-image: url(../assets/images/grass.jpg);
    background-repeat: repeat-x;
    background-position: bottom left;
    margin-left: 0px;
    margin-bottom: 0px;
    width: 100%;
    z-index: 1;
}

.navlink {
    background-image: url('../assets/images/black-nav-bar.jpg');
    width: 990px;
    height: 42px;
    font-family: 'arial', serif;
    text-align: center;

    color: gray;
    font-weight: bold;
}

.navlink li {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 1.2em;
    text-indent: -2em;
    text-align: center;
    line-height: 1.7em;
    margin-bottom: 5px;
}

.navlink a:link {color: #cccccc; text-decoration: none; font-weight: normal; padding: 4px;}
.navlink a:visited {color: #cccccc; text-decoration: none; font-weight: normal; padding: 4px;}
.navlink a:hover {background-color: maroon; color: #ffffff; font-weight: normal; text-decoration: none;  border: 1px solid orange; padding: 3px;}
.navlink a:active {color: #cccccc; text-decoration: none; font-weight: normal; padding: 4px;}


.navlink2 ul {
    width: 87%;    
    list-style: none;
    margin-left: 0;
    padding-left: .9em;
    text-indent: -1em;
}

.navlink2 ul li {
    display:block;
    width: 100%;
    height: 25px;
    background-image: url(../assets/images/titlebar-bk.jpg);
    border: 1px solid orange;
    list-style: none;
    margin-left: 0;


    text-align: center;
    line-height: 1.7em;
    margin-bottom: 5px;
}
.navlink2 a:link {color: #ffffff; padding-left: 10px; padding-top: 0px; font-size: 12px;}
.navlink2 a:visited {color: #ffffff; font-size: 12px;}
.navlink2 a:hover {color: orange; text-decoration: none; font-size: 12px;}
.navlink2 a:active {color: #ffffff; font-size: 12px;}


/*################# Vertical Menu ###################*/

.sidebarmenu ul{
margin:10px 0 10px 0;
padding: 0;
list-style-type: none;
font: 13px Arial, Verdana;
width: 180px; /* Main Menu Item widths */
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #CFC174;
text-decoration: none;
font-weight:normal;
padding: 6px;
margin-bottom: 0px;
border-bottom: 1px solid #8F6A08;
border-right: 1px solid #8F6A08;
border-left: 1px solid #8F6A08;
border-top: 1px solid #8F6A08;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #5B0C08; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: #CFC174;
}

.sidebarmenu ul li a:hover{
background-image: url(../assets/images/titlebar-bk.jpg);
color: #FFFFFF;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(../assets/images/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */


/* ######################### scrolling block ######################### */

.scroll3{
    width:510px;
    height:400px;
    overflow: auto;
    padding:15px;
    margin:4px 2px 4px 2px;
    border: 1px solid #efefef;
    background-color: #FFF9D9;
}
.scroll2{
    width:630px;
    height:400px;
    overflow: auto;
    padding:15px;
    margin:4px 2px 4px 2px;
    border: 1px Solid #efefef;
    background-color: #FFF9D9;
}
.scroll1{
    width:872px;
    height:400px;
    overflow: auto;
    padding:15px;
    margin:4px 2px 4px 2px;
    border: 1px solid #efefef;
    background-color: #FFF9D9;
}