body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

.maincontainer{

width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/

}

.topsection{
background-image: url(/images/specsheetbottom.jpg);
background-repeat: repeat;
height: 90px; /*Height of top section*/
color: white;
padding: 3px;
}



.contentwrapper{
float: left;
width: 100%;
background-color: #FFFFFF;
}

.contentcolumn{
margin-left: 340px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
}

.leftcolumn{
float: left;
width: 150px; /*Width of left column in pixel*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
padding-right: 8px;
background: #212288;
color: white;
margin-top: -20px;
}

.rightcolumn{
float: left;
width: 190px; /*Width of right column in pixels*/
margin-left: -690px; /*Set right margin to -(MainContainerWidth - LeftColumnWidth)*/
margin-top: -20px;
background: #FDE95E;
padding-left: 2px;
}

.footer{
clear: left;
color: white;
background-image: url(/images/specsheetbottom.jpg);
background-repeat: no-repeat;
text-align: center;
padding: 4px;
}
.databoxtopcell {
width: 200px;
max-width: 200px;
background-image: url(/images/tb_style_top.jpg);
background-repeat: no-repeat;
vertical-align: text-top;
border: 0px; 
margin: 0px;
padding: 0px;
}
.databoxmidcell {
background-image: url(/images/tb_style_mid.jpg);
background-repeat: repeat;
max-width: 200px;
padding-left: 10px;
padding-right:0px;
padding-top: 0px;
padding-bottom: 0px;
margin: 0px;
margin-left: 10px;
vertical-align: text-top;
height: 446px;
}
.databoxbottomcell {
background-image: url(/images/tb_style_bottom.jpg);
background-repeat: no-repeat;
vertical-align: text-top;
border: 0px; 
margin: 0px;
padding: 0px;
}
.tabletopandbottom {
height: 24px;
}
.spectext {
width: 160px;
list-style: disc inside;
margin-left: 6px;
margin-right: 0px;
border: black solid 1px;
background-color: #FFFFFF;

}
.datatable {
text-align: center;
border: 0px; 
margin: 0px;
padding: 0px;
width: 836px;
}
.datatable td {
border: 0px; 
margin: 0px;


}
.datatable tr {
border: 0px; 
margin: 0px;

}
.tabletube {
width: 14px;
}
.listnoindent {

}

.introspec {
background-image: url(/images/border.png);
background-repeat: no-repeat;
margin: 0px;
height: 110px;
width: 810px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
}


