﻿body
{
    font-family: Calibri ;
  
    background-color: white;
    color: #333333;
}


#wrapper
{
    width: 1080px;
    background-color: #FFFFFF;
	background-image: url(../../2014-15/body-bg-light.jpg);
	background-repeat: repeat;
	background-position: left top;
        margin: 0 auto;
    padding: 6px;
    border: 5px solid #dedede;    
}

#banner
{
   
    background-size: cover;
    height: 197px;
    border: 3px solid #E3E3E3;
   background-image : url(../../2014-15/Final_Top_2015.jpg); 
    background-repeat: no-repeat ;
	background-position: left top;
}

#content_area
{
    float: left;
    width: 1077px;
    margin: 2px 0 2px 0;
    padding: 1px;
}

#sidebar
{
    float: right;
    width: 250px;
    height: 400px;
    margin: 20px 10px 20px 10px;
    padding: 10px;
    border: 2px solid #E3E3E3;
}

#footer
{
    clear: both;
    width: auto;
    height: auto;
    border: 3px solid #E3E3E3;
    text-align: center;
    color: #fff;
    background-color :#332929;
    text-decoration :none ;
}

#slideshow {
    width :auto;
    height :250px;
    padding:1px;
    border :3px solid #E3E3E3;
}
#nav
{
    list-style: none;
}

#nav ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    display: none;
}

#nav li
{
    font-size: 24px;
    float: left;
    position: relative;
    width: 180px;
    height: 50px;
}

#nav li ul li
{
    background-image: url(../Images/bar_background.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #E3E3E3;
    padding-left: 10px;
}

#nav a:link, #nav a:active, #nav a:visited
{
    display: block;
    color: #fff;
    text-decoration: none;
}

#nav a:hover
{
    color: lightblue;
}


.imgLeft
{
    float: left;
    width: 240px;
    height: 150px;
    margin: 0px 10px 10px 0;
    padding: 10px;
}

.imgRight
{
    float: right;
    width: 200px;
    height: 250px;
    margin: 0px 0 10px 10px;
    padding: 10px;
}
.fontstyle {
     text-decoration :none;
     text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
}
 .fontstyle:hover {
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
           text-decoration :solid ;
    
    }

 #statout{
     width: 1080px;
   
        margin: 0 auto;
    padding: 6px;
   
 }
 .style {
            text-decoration :none ;
            color :#ae9695;
        }
       .dev{
     width :auto ;
     height :30px;
     background-color :#1f1c1c;
      text-align :center ;
     font-size: 10pt;
     vertical-align :text-top;
       }  
       .cent{
    position :relative;
    top: 5px;
    left: 0px;
    height: auto;
}