.text {
    font-family: Arial, Helvetica, Geneva;
    font-size: 12px;
    color: #000000;
    line-height: 16px;
    vertical-align: top;
}
.copyright  {
    font-family: Arial, Helvetica, Geneva;
    font-size: 10px;
    color: #666666;
    letter-spacing: 1px;
    line-height: 11px;
}
.hometext {
    font-family: Arial, Helvetica, Geneva;
    font-size: 12px;
    color: #000000;
    line-height: 16px;
}
.small {
    font-family: Arial, Helvetica, Geneva;
    font-size: 11px;
    color: #999999;
    line-height: 16px;
}
.leftnav {
    font-family: Arial, Helvetica, Geneva;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    line-height: 16px;
}
.header {
    font-family: arial,helvetica,Times New Roman, Times;
    font-size: 20px;
    color: #000066;
    line-height: 24px;
    /*letter-spacing: 2px;*/
    margin-bottom: 5px;
}
.header2 {
    font-family: Arial, Helvetica, Geneva;
    font-size: 14px;
    font-weight: bold;
    color: #009999;
}
a {
    font-weight: none;
    color: #003399;
    text-decoration: none;
}
    a:hover {
    color: #999999;
    text-decoration: underline;
}
.hometext a {
    font-weight: none;
    color: #003399;
    text-decoration: underline;
}
.hometext a:hover {
    font-weight: none;
    color: #003399;
    text-decoration: underline;
}
.leftnav a {
    color: #ffffff;
    text-decoration: none;
}
.leftnav a:hover {
    color: #FFCC6;
    text-decoration: underline;
}
.text a {
    color: #003399;
    text-decoration: underline;
}
.text a:hover {
    color: #339933;
    text-decoration: underline;
}
.print a {
    color: #00006;
    text-decoration: none;
}
.print a:hover {
    color: #FFCC6;
    text-decoration: underline;
}

/* jboub additions */
.right-nav {
    float: right;
    border-left: 1px solid #339933;
    width: 162px;
}
.right-nav ul {
    list-style-image: url('/cpei/images/rt-nav-bullet.gif');
    margin: 0 0 0 20px;
    padding: 0 10px 0 10px;
}
.right-nav ul li {
    font-family: arial, verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    color: #333333;
    padding: 0 0 10px 0;
}
.right-nav a {
    color: #333333;
    text-decoration: none;
}
.right-nav a:hover {
    color: #339933;
    text-decoration: none;
}
.weimage {
    float:left;
    padding: 0 15px 10px 0;
}
    
/* end jboub additions */

