body {
 margin:20px;
 background:#FFFFFF;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:840px;
 margin:auto;
 }

#hdr {
 height:113px;
}

#bar {
 height:20px;
 border:solid #000000;	
 border-width:0 0 1px 0;
 text-align: right;
}

#bodyblock {
 position:relative;
 background: #a0a0a0;
 color: #333333;
 width:840px;
 padding:0;
 }

#l-col {
 text-align:left;
 float:left;
 background:#a0a0a0;
 color: #333333;
 width: 170px;
 padding-top: 5px;
 }

#cont {
 width:660px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 padding: 5px;
 position: relative; 
 }

#ftr {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }

a{
color: #333333;
}

a:visited{
color: #333333;
}

a:hover{
color: #3333aa;
}
 
#pagewidth{ 
 width:840px; 
 text-align:left; 
 min-width: 500px;
 margin-left:auto; 
 margin-right:auto; 
  
} 
 
hr{
color: #000000;
background-color: #000000;
height: 1px;
}

h2{
margin-top: 1px;
margin-bottom: 1px;
}

.clr{
clear:both;
}

.clr2{
clear: both;
text-align: right;
color: #aaaabb;
padding-right: 20px;
padding-bottom: 8px;
}

#menu{
padding:0px;
margin: 0;
}

a.nav {
width:135px;
height:20px;
display: block;
padding:0px 0px 0px 12px;
margin:0px 20px 2px 10px;
background-color:#ffffff;
border:1px solid black;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
color:#000000;
}

a.nav:hover {
padding-left: 3px;
border-left:10px solid black;
}

a.nav2 {
width:135px;
height:15px;
display: block;
margin: 0px 0px 2px 0px; /* TOP RIGHT BOTTOM LEFT */
padding-left: 12px;
background-color:#ffffff;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000000;
}

a.nav2:hover {
background-color:#c0c0c0;
}

.subnavbox {
background: #ffffff;
display: block;
margin:-3px 10px 2px 10px;
border: 1px solid black;
padding:0px 0px 0px 0px;
}

#header .content{
padding-bottom:0;
}

.navg{
border: 1px solid black;
background: #F0F0F0;
padding: 5px;
}
 
.pic{
border: 1px solid #000000;
margin-bottom: 5px;
}

.pic:hover{
border: 1px solid #ff0000;
}

.tb{
border-top: 1px solid black;
}

.ab{
border-bottom: 1px solid black;
border-top: 1px solid black;
}

.bb{
border-bottom: 1px solid black;
}

.inftab{
}

.inftab td{
border-bottom: 1px solid black;
}
.buytab{
border: 1px solid black; 
background: #d0d0d0; 
color: #000000; 
}

.buytab td{
border-bottom: 1px solid black;
}
.le100{
float: left; 
width: 100px;
}

.red{
float: left;
height: 15px;
background: #cc0000;
border: 1px solid black;
border-right: 0;
}

.green{
float: left;
height: 15px;
background: #00cc00;
border: 1px solid black;
border-left: 0;
}

.imgr{
float: right;
border: 1px solid black;
margin-left: 5px;
}

/*printer styles*/ 
@media print{ 
 /*hide the left column when printing*/
 #header{display:none;} 
 #leftcol{display:none;} 
 #outer{
  border:0;
  background-image: none;
 }
 .content_float{
  border: 0;
  background-image: none;
 } 
 .apreview{
  border: 0;
 }
 .apreview{
  background-image: none;
 }
 #footer{display:none;} 
}