.header {
    background-image: url(/images/header.jpg);
    height: 300px;
    border-bottom-width: 8px;
    border-bottom-style: solid;
}

.simplePageBox {
    background-image: url(/images/background_full.jpg);
    background-repeat: no-repeat;
    background-color: white;
    height: 100%;
}

.user {
    margin-right:20px; 
    margin-left:20px;
    z-index:2;
    position: relative;
    padding-top: 10px;
    
/*    filter:alpha(opacity=1);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1; */
    width: 910px; 
}

.user img {
    float: right;
}


.navContainer {
    z-index:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;

    float: right;
    margin-left: 300px;
    width: 650px;
    height: 265px;
    position: absolute;
}

.siteHeader {
    height: 35px;
    width: 300px;
    margin-top: 243px;
    float: left;
}

.tabContainer {
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
    height: 35px !important;
    

    float: right;
    width: 649px;
    margin-top: 107px;  
}

.tabContainer a {
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}

.main {
    border-top-width: 4px;
    border-top-style: solid;
    background-color: #eeeeee; 
}
.buttonB {
    width: 92px;
    float: left;
    height: 28px;

}
.button  {
    width: 92px;
    float: left;
    height: 25px;
    padding-top: 10px;
}
.buttonC  {
    width: 92px;
    float: left;
    height: 35px;
}
.buttonD  {
    width: 92px;
    float: left;
    height: 35px;
}
.buttonE  {
    width: 92px;
    float: left;
    height: 35px;
}
.buttonF  {
    width: 92px;
    float: left;
    height: 35px;
}
.buttonG  {
    width: 92px;
    height: 35px;
}

.yui-t3 .yui-b {
float:left;
width:21.5384em;*width:21em;}

.yui-t3 #yui-main .yui-b{
margin-left:23.0769em;*margin-left:22.5em;
}

.footer {
    margin-top: 4px;
    height: 40px;
}

.footerleft {
   margin-top: 5px;
   margin-left: 10px; 
   display: inline;
}

.footerright {
    margin-top: 5px;
    float: right;
    margin-right: 10px;
    text-align: right;
}



/* Simple Page Backdrop */


.TopLayer {
    margin:20px; 
    z-index:2;
    position: relative;
    padding: 20px;
    
/*    filter:alpha(opacity=1);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1; */
    width: 870px; 

}

.TransparentLayer {
    z-index:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;

    float: right;
    margin: 20px;
    width: 910px;
    height: 100%;
    position: absolute;
    background-color: #eeeeee;
}

.SignupNav {
    display:inline;
    padding: 2px;
    font-size: 120%;
}

