/* styling the side boxes*/
.docbox {
clear: both;
width: 210px;
background: url(images/box-middle.gif) repeat-y;
font-size: 0.9em;
margin-left: 60px;
margin-top: 50px;
}

.docbox h4 {
background: #aec2dd url(images/box-top.gif) no-repeat left top;
padding: 5px 0 5px 15px;
color: #FFFFFF;
}

.docbox p {
background: url(images/box-bottom.gif) no-repeat left bottom;
}

.pdf {
background: url(images/pdf.gif) no-repeat right bottom;
padding-right: 20px;
}

.docbox ul {
margin: 0;
padding: 0;
list-style-type: none;
padding-left: 15px;
}

.docbox ul li {
background: url(images/arrow2.gif) no-repeat 0 10%;
padding-left: 20px;
padding-bottom: 5px;
color: #00048c;
}

.docbox a, .docbox a:visited {
text-decoration: none;
color: #00048c;
}

.docbox a:hover {
text-decoration: underline;
}

