/*
 * ERA Content Page Formatting
 * ===========================
 * Include CSS classes here that are used for the general content pages on ERA.com
 *
 */
#contentpagecontainer {
}

#contentsidebar {
    margin:0;
    width:220px;
    float:left;
}
#contentsidebar .contentsidebargroup {
   padding: 6px 6px 6px 4px;
}
#contentbodycontainer {
    margin:0 0 0 235px;
}

.contenttopiccontainer {
    margin-bottom: 4px;
}

.contenttopiccontainer .label {
    font-weight: bold;    
    padding-bottom:.6em;
}

.contenttopiccontainer .contentsubtopic {
   font-size: 0.9em;
   margin-bottom: 6px;   
}

.contenttopiccontainer div.contentsubtopic a {
    display: block;
    padding-left: 26px;
    padding-bottom:7px;
}
.contenttopiccontainer div.contentsubtopic a:hover {
    color: #3f618b;
}
.contenttopiccontainer div.contentsubtopic a.selected {
    color: #3f618b;
    background: url('../images/content/currentselection.gif') 0px 2px no-repeat;
}
.contenttopiccontainer .description {
	font-size: 0.85em;
}
.contentactioncontainer {
    text-align: right;
    margin-top: -0.5em;
}
.disclaimer {
   font-size: 0.85em;
}

