#subnav {
 text-decoration: none;
 float: left;
 width: 200px;
 margin-left: 44px;
}
#subnav li {
 list-style-type: none;
 display: block;
 padding-top: 3px;
 padding-bottom: 3px;
 background-color: #e6e7d6;
 padding-right: 0px;
 margin-bottom: 10px;
 padding-left: 25px;
}
#subnav ul {
 padding: 0px;
 margin: 10px 0px 0px 0px;
}
#subnav li a {
 text-decoration: none;
 color: #51006D;
 font-weight: bold;
}
#subnav li a:hover {
 text-decoration: none;
 color: #9FA07F;

}
#centrecontentcol {
 float: left;
 padding-top: 10px;
 width: 470px;
 padding-left: 25px;
}
#sectionhead {
 background-image: url(../images/Section_head_back.jpg);
 background-repeat: repeat-x;
 background-position: top;
 height: 28px;
 margin-top: 70px;
 font-size: 16px;
 color: #FFFFFF;
 font-weight: bold;
 padding-left: 25px;
 padding-top: 5px;
 text-transform: uppercase;
 padding-bottom: 10px;
}

#rightcontentcol {
 float: left;
 width: 210px;
 padding-right: 15px;
 margin-top: 60px;
 color: #4D026C;
}
.linkbox {
 height: 93px;
 width: 210px;
 margin-bottom: 25px;
 padding: 10px;
}