/* --Interior Styles-- */

/* Overall Styles */
body{ }

img{ }

a{ }
a:hover{ }
a:visited{ }

h1{ }
h2{ }
h3{ }
h4{ }
h5{ }

ul{ 
list-style:square;
margin-left:15px;
line-height:1.5em;
}
ul li{
padding-bottom:5px;
}

ol{ }
ol li{ }

p{ }

/* Header */

/* Navigation */

/* Secondary Navigation */

/* Left Subnavigation */
.subnav ul{
list-style:none;
width:auto;
margin:0px  10px 10px 0;
border-bottom:solid 1px #999999;
padding:0px 0px 10px 20px;
}
.subnav ul a{
}
.subnav ul a:hover{
}
.subnav ul li a{
background:url(../images/shared/more-resources.gif);
text-indent:-9999px;
display:block;
width:155px;
height:83px;
}
.subnav ul ul{
margin:5px 5px 0 20px;
padding:0px;
list-style:square;
border:none;
font-size:12px;
}

/* Content Area */

/* Footer */


/* INTERNAL PAGE Elements */
hr{
margin:20px 0;
}
.internal {
line-height:1em;
}
.breadcrumb, .breadcrumb a{
text-decoration:none;
color:#000000;
font-size:12px;
}
.breadcrumb a:hover{
text-decoration:underline;
}
.internal h2{
padding:0px;
margin:10px 0 20px;
line-height:1.1em;
}
h3{
padding:0;
margin:0;
line-height:1.1em;
}

.internal h4, .internal h3{
padding:0px;
margin:20px 0 5px;
}
.criticname{
font-size:11px;
color:#000000;
}
.creditspage h4{
margin:30px 0 0 0;
}
.creditspage ul li{
padding-bottom:5px;
}
.creditspage ul{
margin-left:0px;
padding:0 0 0 13px;
list-style-type:square;
}
.sponsor{
padding-top:5px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/* NGO LIST STUFF */
.ngolist{
list-style:square;
margin-left:10px;
font-size:11px;
}
.ngolist a{
font-size:13px;
}
.ngolist li{
padding-bottom:5px;
}
/* Downloads Page */
.downloadpage img{
margin:0px 5px 5px 0;
border:solid 1px #999;
}
.downloadpage hr{
clear:both;
}
<!-- main stylesheet ends, CC with new stylesheet below... -->

<!--[if IE]>
<style type="text/css">
  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
</style>
<![endif]-->