dd, dt {
    margin-bottom: 1ex;
}
dt {
    margin-top: 2ex;
}

h1 {
    color: #767676;
    margin: 0 0 1.5ex;
    text-transform:none;
}
h1 .sub-heading {
    color: #999;
    display: block;
    font-size: 16px;
}

img {
    max-width:100%;
}

#header {
    background-image: url(../../../images/blue_top_background.gif);
}

#content {
    position: relative;
}
#content > ul {
    margin-top: 1ex;
}
#content li {
    margin-bottom: 1ex;
}
#content li > ul {
    margin: 0;
    padding: 10px 0 1ex 40px;
}

#ToC {
    border: 1px solid #d7b7b7;
    border-radius: 30px;
    float: right;
    font-size: 14px;
    margin: 0 0 1ex 1em;
    max-width: 17em;
}
#ToC > .label {
    border-bottom: 1px solid #d7b7b7;
    font-weight: bold;
    padding: 1ex 1em;
    text-align: center;
}
#ToC ol,
#ToC ul {
    margin: 0;
    padding: 0;
    padding-left: 1.35em;
}
#ToC > ol,
#ToC > ul {
    padding: 2ex 1em 2ex 3em;
}
#ToC ul > li,
#ToC ol > li {
    font-size: 14px;
    line-height: normal;
    margin: 0;
    padding: 0;
    padding-bottom: 0.5ex;   
}
#ToC ol > li {
    list-style: decimal;
}
#ToC ol > li + ol > li {
    list-style: lower-alpha;
}
#ToC ol > li + ol > li + ol > li {
    list-style: circle;
}

.arsenl-nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    margin-top: -1px;
    white-space: nowrap;
}
.arsenl-nav a,
.arsenl-nav a:visited {
    border-color: #999 transparent transparent transparent;
    border-radius: 0 0 3px 3px;
    border-style: solid;
    border-width: 1px;
    color: #b64a4a;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 2ex 1.5em;
    transition: background-color 0.2s ease;
}
.arsenl-nav a:hover {
    background-color: #e0e4ef;
    border-color: #e0e4ef #999 #999 #999;
    color: #ba2f2f;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

#content ul.arsenl-list {
    list-style: square;
}
#content ul.arsenl-list > li {
    color: #304e80;
}
#content ul.arsenl-list > li > ul {
    list-style: '\27A2';
    padding: 10px 0 1ex 2em;
}
#content ul.arsenl-list > li > ul > li {
    color: #444;
    list-style: '\27A2';
    padding-left: .5em;
}

div.padding.one {
    padding: 1em;
}
p.notice {
    border: 3px double #c00;
    color: #c00;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    width: 648px;
}
div.help-error,
p.help-error {
    color: red;
    display: none;
}

img.centered {
    display: block;
    margin: 0 auto;
}

img.half {
    height: 50%;
    width: 50%;
}

.clearfix {
    clear:both;
}
