#left {
float:left;
width: 63%;
margin-right: 10px;
text-align:justify;
}

#middle {
float:right;
width: 33%;
text-align:justify;
}

body {
font-family: Helvetica Narrow, Arial Narrow, Geneva, sans-serif, Arial, Helvetica;
font-size: 10px;
}

div.maintext {
font-family: Helvetica Narrow, Arial Narrow, Geneva, sans-serif, Arial; 
font-size: 12px;
}

div.main {
position: absolute;
top: 26px;
left: 0px;
width: 610px;
height: 358px;
}

div.jps {
position: absolute;
top: 390px;
left: 0px;
width: 750px;
}

div.jpsmain {
position: absolute;
top: 420px;
left: 0px;
width: 742px;
border: 4px solid #336699;
height: 150px;
z-index: 100;
}

div.footer {
position: absolute;
top: 580px;
left: 0px;
width: 750px;
z-index: 100;
}

div.exp { 
font-family: Geneva, Arial, Helvetica, sans-serif; 
width: 140px; 
border: none; 
background-color: #EEE; 
height: 353px; 
overflow: auto; 
position: absolute; 
top: 26px; 
left: 610px; 
z-index:7; 
font-family: Helvetica Narrow, Arial Narrow, Geneva, Arial, sans-serif; 
font-size: 10px;
padding-top: 5px;
}

.sidebar {
background-color: #EEEEEE; 
font-family: Helvetica Narrow, Arial Narrow, Geneva, Arial, sans-serif;
font-size: 10px;
padding-top: 5px;
padding-left: 5px;
margin-right: 3px;
border: 1px solid #000;
}

div.container {
MARGIN: 0px auto; 
WIDTH: 750px; 
POSITION: relative; 
z-index:0;
}

div.p_header {
width:750px; 
top: -5px; 
left: 0px; 
POSITION: absolute; 
z-index:1;
}

div.navbar_sub {
width:750px; 
height:18px; 
z-index:99; 
position:absolute; 
top:30px; 
left: 0px; 
text-align:right; 
padding-top: 8px; 
margin-right: 3px; 
font-family:Arial, Helvetica, Verdana, Geneva, Lucida Sans, sans-serif; 
font-size:11px; 
line-height: 11px;
background-image: url(images/JetPorterBar.jpg);
background-repeat: repeat-x;
color: #333;
}

div.navbar {
width:750px; 
height:18px; 
z-index:99; 
position:absolute; 
top:-5px; 
left: 0px; 
text-align:right; 
padding-top: 8px; 
margin-right: 3px; 
font-family:Arial, Helvetica, Verdana, Geneva, Lucida Sans, sans-serif; 
font-size:11px; 
line-height: 11px;
background-image: url(images/JetPorterBar.jpg);
background-repeat: repeat-x;
color: #333;
}

div.navbarJP {
width: 300px;
height: 18px;
z-index: 100;
position: absolute;
top: 0px;
left: 0px;
text-align: left;
padding-top: 8px;
margin-left: 3px;
font-family:Arial, Helvetica, Verdana, Geneva, Lucida Sans, sans-serif;
font-size: 11px;
line-height: 11px;
color: #333;
}

A.navbar
{
    FONT-SIZE: 11px;
    LINE-HEIGHT: 11px;
    COLOR: #333;
    FONT-FAMILY: Arial, Helvetica, Verdana, Geneva, Lucida Sans, sans-serif;
    BACKGROUND-COLOR: transparent;
    TEXT-DECORATION: none;
    FONT-WEIGHT: bold;
}

A.hdrlink:link {
/*text-decoration: none; */
color: #336699;
}
A.hdrlink:visited {
/*text-decoration: none; */
color: #336699;
}
A.hdrlink:hover {
/*text-decoration: underline; */
color: #336699;
}

INPUT.small {
width: 80px; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 9px; 
color: #0275D0;
}

SELECT.small {
width: 80px; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 9px; 
color: #0275D0;
}

HR {
color: #3366CC;
}

.maintext_hdr {
font-size: 18px; 
font-weight: bold; 
padding-left: 5px;
}

.textstd {
font-size: 12px;
font-family:Arial, Helvetica, Geneva, sans-serif;
}

.textnarrow {
font-size: 12px;
font-family: Helvetica Narrow, Arial Narrow, sans-serif, Arial, Helvetica, Geneva;
}

.bluehdr {
font-size: 18px;
font-weight: bold;
color: #3366CC;
}

.bluehdr_lg {
font-size: 30px;
font-weight: bold;
color: #336699;
}

.greyhdr_lg {
font-size: 30px; 
color: #CCC; 
font-weight: bold; 
text-decoration:none;
}

.subhdr {
font-size: 12px;
font-weight: bold;
color: #336699;
}

/*tabs*/
#navtabs {
list-style: none;
padding: 0;
height: 30px;
font-size: 14px;
border-bottom: 4px solid #336699;
margin-left:0px;
margin-top:0px;
font-weight: bold;
}
 
#navtabs li {
float: left;
background: #EEEEEE url(images/tab_left_unsel.jpg) no-repeat left top;
padding: 8px 0 8px 14px;
margin-right: 1px;
}
 
#navtabs li a {
background: #EEEEEE url(images/tab_right_unsel.jpg) no-repeat top right;
padding: 8px 14px 8px 0;
text-decoration: none;
color: #336699;
}
 
#navtabs li.current-cat {
background: #336699 url(images/tab_left_sel.jpg) no-repeat left top;
}
 
#navtabs li.current-cat a {
background: #336699 url(images/tab_right_sel.jpg) no-repeat right top;
text-decoration: none;
color: #EEEEEE;
}
/*end tabs*/