/* CSS Document */

body{
background-image:url(images/101stripe2.gif);
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
margin:10px auto;
}

.Base{
width:750px;
display:table;
background-color:#ffffff;
margin:0px auto;

}
.BContainerRow1{
width:750px;
height:100px;
background-color:#ffffff;

}
.BContainerRow2{
width:750px;
height:15px;
display:table;
display:table;
background-color:#F47D3B;
}
.menuContainer{
margin:0px auto;
width:745px;
text-align:center;
font-size:13px;
color:#ffffff;
text-transform:uppercase;
overflow:hidden;
}

.mainMenu{
height:20px;
float:left;
line-height:20px;
border-right:1px solid #ffffff;
}

.mainMenu a{
color:#FFFFFF;
text-decoration:none;
}

.mainMenu a:hover{
color:#FFFFFF;
}


.mainMenuOn{
height:20px;
float:left;
line-height:20px;
background-color:#ff6600;
border-right:1px solid #ffffff;
}
.mainMenuOn a{
color:#FFFFFF;
text-decoration:none;
}

.mainMenuOn a:hover{
color:#FFFFFF;
}
.emty{
width:179px;
height:5px;
overflow:hidden;
background-color:#eeeeee;
display:table;
}



