@charset "utf-8";
/* CSS Document */

html, body {
	height: 95%;
}

body {
	background-color: #FFFFFF;
	color:#000000;
    background-image: url(/content/images/bg.jpg);
    background-repeat: repeat;
    background-attachment: scroll;
    padding-top: 15px;
    padding-bottom: 15px;
}

.main{
    
    
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 15px;
}

.bodyWrapper{
    
    width:950px;
   /* height: 600px;*/
    text-align: center;
    
    background-color: #ffffff;
    position: absolute;

    padding-bottom: 0px;
    padding-top: 0px;
    margin: auto;
    left: 50%;
    margin-left: -475px
}

.logo {
    text-align: left;
    
}
.headerMenuContainer {
    background-image: url(/content/images/bg.jpg);
    background-repeat: repeat;
    background-attachment: scroll;
    width: 948px;
    text-align: center;
    
}

.headerMenuContainer td {
    text-align: center;
}

.headerMenu{
    width: 600px;
    text-align: center;
    color: #333333;
}

.headerMenu td {
    
    text-align: center;
  
}

.headerMenu a {
    
    
    vertical-align: middle;
    text-align: center;    
}

.menuButton {
     background-image: url(/content/images/menuButton.gif);
     text-align: center;
     width: 116px;
     height: 51px;
     vertical-align: text-bottom;
         
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 14px;
    background-position: center center;
}

table.frontSlider{
 
    text-align: center;
}
.frontSlider{
    
    text-align: center;
}

table.frontFooter{

    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #000000;
    border-left-color: #000000;
    border-bottom-color: #000000;
    border-top-color: #000000;
    height: 150px;
    text-align: center;
}

.copyrightFooter {
    
    
    position: absolute;
   /* bottom: 20px;*/
}