/* CSS Document */

body{
background-color: #000000;
}




#wrapper{
width: 780px;
margin: 0 auto 0 auto;
border: 3px solid #2a9464;
background-color: #ffffff;
font-family: Helvetica;
font-size: 10pt;
padding: 0;
}

#header{
width:780px;
height:125px;

}



#header-logo{
float:left;
width: 208px;
height:128px;

}

#header-logo img{
margin: 29px 0 10px 8px;
}

#header-banner{
width: 548px;
margin: 35px 0 0px 22px;
float: left;

}

#header-banner img{
border-color: #000;
text-decoration: none;
}



.menu{
width:210px;
float: left;
}

.menu ul{
margin: 20px 0px;
list-style-type: none;
display: block;
margin-left:-20px;
} 

.menu ul li{
margin: 10px 0;
font-size:12pt;
}

.menu ul li.active a{
color: #ffffff;
background-color: #000000;
border:2px solid #2a9464;
}

.menu ul li a{
padding: 10px 10px;
width: 140px;
height: 20px;
color: #ffffff;
background-color: #2a9464;
border: 2px solid black;
list-style-type: none;
display: block;
text-decoration: none;
}

.menu ul li a:hover{
padding: 10px 10px;
width: 140px;
height: 20px;
color: #ffffff;
background-color: #000000;
border:2px solid #2a9464;
list-style-type: none;
display: block;
text-decoration: none;
}

.content{
width: 530px;
margin: 20px 0 20px 15px;
float: left;
}

.content h3{
color: #2a9464;
}

.content img{
margin: 0 auto;
}

.content img a{
text-decoration: none;
} 

.content ul {
margin-top: 0px;
}

.content p{
margin: 0;
font-size:11pt;
width: 520px;
padding-bottom: 15px;
line-height: 100%;
}

.folderlist{
color: #2a9464;
}

.folderlist ul{
list-style-type: none;
display::block;
text-decoration: none;

}

.folderlist ul li{
margin:3px 0 30px 0;
}

.folderlist ul li a{
background: url(http://www.staging.cts.com/rpaproducts/assets/images/smallfolder.gif) no-repeat;
font-size:11pt;
color: #2a9464;
padding-left: 30px;
}

.folderlist ul li a:hover{
color: #000000;
}

.page{
font-size:12pt;
font-weight: bold;
color:#2a9464;
padding-bottom: 20px;
}

.small{
font-size: 9pt;
float:right;
margin-top: -10px;
}

.content p.titleheading, {
color: #2a9464;
font-size:12pt;
font-weight: bold;
margin: 5px 0 10px 0;


}


.titleheading, .titleheading a{
color: #2a9464;
font-size:12pt;
font-weight: bold;
margin: 5px 0 10px 0;
text-decoration: none;
}


.clear{
clear: both;
}

.footer{
width: 780px;
height: 120px;
margin: 0 auto;
padding-top:10px;
}

.footer a{
color: #2a9464;
}

.footer a:hover{
color: blue;
}

.footer p{
text-align: center;
font-size: 8pt;
}

.footer h2{
text-align: center;
font-size: 11pt;
font-weight: bold;
}

.footer ul{
display: block;
list-style-type: none;
width: 780px;
margin-left:30px;
text-align: center;
}

.footer ul li{
float: left;
display: block;
padding:0 5px 0 5px;
border-right: 1px solid black;
}

.footer ul li a{
color: #000000;
text-decoration: none;
list-style-type: none;
}

.footer ul li a:hover{
color: #2a9464;
}

.footer ul li.last{
border: none;
}

a{
text-decoration: none;
color: #000000;
}

a:hover{
color: #2a9464;
}