/* sub columns */

.subContentLeftColumn {
    float: left;
    width: 175px;
    margin: 0;
}
.subContentRightColumn {
    float: left;
    width: 540px;
    margin: 0;
}
.subContentRightColumn.noLeftMenu {
	width: 715px;
}
.component {
    background: url(/site_media/images/site/content-top-bg-green.jpg) left top repeat-x;
}

/* left column menu */

.leftColumnMenuContainer {
    padding: 10px 0 0;
    background: url(/site_media/images/site/content-top-bg-green.jpg) left top repeat-x;
}
.leftColumn .leftMenu {
    font-size: 1.2em;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 5px 0 10px;
    text-transform: uppercase;
    margin: 0;
}
.leftMenu li {
    margin: 0;
}
.leftMenu li.selected a {
    border-left: 4px solid #77b104;
    margin: 0 5px 0 0;
    font-weight: bold;
}
.leftMenu a {
    border-bottom: 1px solid #E5ECF4;
    color: #023177;
    display: block;
    margin: 0 10px 0 0;
    text-decoration: none;
    border-left: 4px solid transparent;
}
.leftMenu a span {
    padding: 6px 10px 0;
	display: block;
	margin: 0 0 0 10px;
}
.leftMenu a:hover {
    border-left: 4px solid #77b104;
}
.leftMenu a:hover span {
    background: #e2e9f1 none repeat scroll 0 0;
}

/* articles */

.articleSection h2 {
    font-size: 1.3em;
    padding: 0 0 5px 20px;
    font-weight: bold;
}
.articleSectionIntro {
    padding: 0 0 40px;
}

