#tabcontainer{
float:left;
z-index: 100;
width: 800px;
margin: 0px 0px 0px 20px;
/* Insert Optional Height definition here to give all the content a unified height */
text-align: left;
}

#stub{
float:right;
z-index: 101;
width: 860px;
margin: 0px 8px 0px 0px;
/* Insert Optional Height definition here to give all the content a unified height */
text-align: right;
}

.tabcontent{
float:left;
z-index: 50;
width: 800px;
margin-left: 20px;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 5px;

text-align: left;
background:#ffffff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
}
h1.titles{
	font-size:22px;
	font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: center;
}

.tabcontentGREY{
float:left;
z-index: 50;
width: 800px;
margin-left: 20px;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 5px;

text-align: left;
background:#eeeeee;
}

