
body{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}

#pjListContainer{
    height:100%;
    overflow-x:hidden;	
    overflow-y:scroll;	
    width:240px;
    border:1px solid #FFF;
    background-color:#FFF;	
}
.pjList{
    margin:0px;
    padding:2px 0 0;
}
.pjList li{
    list-style-type:none;
    border:1px 0 0 1px solid #999;
    background-color:#EEE;
    width:217px;
    margin:1px;
    padding:2px;
    color:#333;
    cursor:pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}

.pjList li:hover{
    border:1px solid #000;
    background-color:#CCC;
    color:#000;
}

.pjList li.pjClick{
    border:1px solid #000;
    color:#000;
    background-color:#317082;
    color:#FFF;
}


#wrap {
    width:800px;
    margin:0 auto;
    background:#fff;
}
	       
#pjtitle {
 width:800px;
 background:#ccc;
 height: 30px;
 line-height: 2.5em;
}

#leftmenu {
 float:left;
 width:250px;
 background:#fff;
}

#maincontent {
    float:right;
    width:550px;
    background:#fff;
}

#sectiontitle {
    background:#ddd;
    font-weight: bold;
    min-height: 16px;
    margin-left: 5px;
    margin-right: 5px;
}
#sectioncontent {
    background:#fff;
    margin-left: 5px;
    margin-right: 5px;
}

#footer {
clear:both;
background:#fff;
}

img { border-style: none; }

.on { 
border:1px outset;
color:#369;
background:#59a0f0; 
}

.off {
border:1px outset;
color:#369;
background:#efefef; 
}

			     											