html, body{ 
 margin:0;
 padding:0; 
 text-align:center; 
} 

a{
color: #333333;
}

a:visited{
color: #333333;
}

a:hover{
color: #3333aa;
}
 
#pagewidth{ 
 width:750px; 
 text-align:left; 
 min-width: 500px;
 margin-left:auto; 
 margin-right:auto; 
  
} 
 
#header{ 
 height:155px; 
 width:100%; 
 background-image:url(/gfx/c_t.jpg);
 background-repeat:no-repeat;
} 
 
#leftcol{
 width: 230px;
 float:left; 
 position:relative; 
 margin-left: -66px; 
 height: 450px; 
 background-image:url(/gfx/c_n.jpg);
 background-repeat:no-repeat;
}

 
 
#outer{ 
border-right: 1px solid black;
/*/*/ border-left-width: 165px ;  /* left column width. NN4 hack to hide borders */ 
margin-left: 65px;
border-left: 1px solid black;
background-color: #ddddee;
width: auto; 
} 
 
#footer{
 height:20px; 
 margin-left: 65px;
 border: 1px solid black;
 border-top: 0;
 width: 683px; 
 background-color:#cdcdcd; 
} 
 
#inner{
margin:0;
width:100%;
}
 
#maincol{
 float: left; 
 width:500px; /* 100%; */
 min-height: 550px;
 position: relative; 
 margin: 0; /* 10px 10px 10px 10px; */
 margin-bottom: 0;
 background-image:url(/gfx/c_m.jpg);
 background-repeat:no-repeat;
}
 
#outer>#inner {
border-bottom: 1px solid black;
}
 
.clr{
clear:both;
}

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

.apreview{
border: 1px solid black;
background: #ffffff;
padding: 5px;
margin-bottom: 20px;
}

.bpreview{
border: 0;
background-image: url(/gfx/paper.gif);
background-repeat: no-repeat;
padding-left: 30px;
padding-right: 30px;
padding-top: 16px;
height: 131px;
}

.content{
padding:5px; 
}

.content_float{
padding: 5px; 
margin-bottom: 5px;
margin-left: 0px;
background-color:#ffffff; /* fefbf1; */
background-image:url(/gfx/c_mw.jpg);
background-position: 0px 0px;
background-repeat:no-repeat;
border-top:1px solid #999999;
border-left:1px solid #999999;
border-right:1px solid #222222;
border-bottom:1px solid #222222;
}


.content_float h1{
margin-top: 2px;
margin-bottom: 2px;
color: #4d1c0f;
font-size: 20pt;
text-align: center;
}

.content_float h2{
margin-top: 5px;
margin-bottom: 2px;
color: #4d1c0f;
font-size: 15pt;
text-decoration: underline;
}

.content_float h3{
margin-top: 2px;
margin-bottom: 2px;
color: #4d1c0f;
font-size: 15pt;
}


.img_float{
float: left;
padding: 0;
margin-left: 5px;
width: 150px;
border:1px solid black;
}


#menu{
padding:0px;
padding-left: 65px; /* 65+(165-110)/2 = 65 + 55/2 = 65 + 22.5 = 87 */
margin: 0;
position: absolute;
}

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 6px 2px 10px;
border: 1px solid black;
padding:0px 0px 0px 0px;
}

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

 
.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;
}

.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;} 
}