﻿body
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #C7CFFA url(images/background.gif) repeat-y center top;
    font-size: 0.7em;
    color:Black;
}
#columnleft a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
   /* color: #DBDB79;*/
    color: Red;
    text-decoration: none;
}

#body
{
    width: 726px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.none
{
    display: none;
}
#poster
{
    background: url(images/poster.gif) no-repeat;
    margin-right: auto;
    margin-left: auto;
    width: 726px;
    height: 139px;
    margin-top: 17px;
}

.fullwidth
{
    border: 1px solid #FF0000;
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    background: #C7CFFA;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

/* 
**
**  2 column layout 
**
*/

#columnleft
{
    float: left;
    width: 240px;
	height: 429px;
}

#columnright
{
    margin-left: 249px;
}

.leftblock
{
    border: 1px solid #FF0000;
    padding-left : 15px;
    padding-right : 15px;
    margin-bottom: 10px;
    background:  #C7CFFA;
    vertical-align: top;
}

 .rightblock
{
    border: 1px solid #FF0000;
    padding: 15px;
    margin-bottom: 10px;
    background: #C7CFFA;
    position: relative;
    width:445px;
}
.rightblock h3
{
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}
.rightblock h2
{
    font-size: 1.2em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}
.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    height:0px;
    clear: both;
}
.leftblock h1
{
    font-size: 1.3em;
}
.rightblock h1
{
    font-size: 1.3em;
}

.leftblock li {
 padding: 2px;

}

.leftblock ul 
{
 font-size:1.1em;
 font-weight: bold;
 margin-left: 20px;
 padding-left: 0px;
 list-style-type: disc;
 list-style-image: url(images/soccerBullet.jpg);
}


/*
**
**  Navigation Links
**
*/
/* Navigation strips */
#navtop, #navbottom
{
    background: #C7CFFA;
    border: 1px solid #FF0000;

    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: 726px;
    height: 35px;
}
#navbottom
{
    margin-top: 15px;
}

#navtop ul, #navbottom ul
{
    margin: 0px;
    padding-top: 9px;
    list-style-type: none;
    height: 19px;
    text-align: center;
}
#navtop ul li, #navbottom ul li
{
    display: inline;
    color: #000000;
    margin-right: 25px;
}
#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
    color: #000000;
    text-decoration: none;
}
#navtop a:hover, #navbottom a:hover
{
    text-decoration: underline;
}
#navtop a:active, #navbottom a:active
{
    color: #FEFFBD;
    text-decoration: none;
}
/*
**
**  Footer
**
*/
#footer
{
    width: 726px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 22px;
    color: #C89F3D;
}
