* {
    margin: 0px;
    padding: 0px;
    outline: none;
}

body {
    font: 11px Arial, Verdana, Helvetica, Sans-Serif;
    color: #000;
}

/* Elements */

a {
    color: #0b4b68;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.ArrowLink01 {
    padding-left: 10px;
    background: url(/Images/Arrow_Bullet01.gif) no-repeat 2px 4px;
}

a.PreviousLink {
    padding-left: 10px;
    background: url(/Images/Arrow_Bullet02.gif) no-repeat 2px 4px;
}

a.NextLink {
    padding-right: 8px;
    background: url(/Images/Arrow_Bullet01.gif) no-repeat right 4px;
}

form {
    height: 100%;
}

h1 {
}

h2 {
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 1em;
}

h3 {
    font-size: 20px;
    font-weight: normal;
}

h4 {
    font-size: 14px;
    font-weight: bold;
}

.BorderHeader {
    margin-bottom: 8px;
    padding: 5px 8px;
    border-top: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
}

h5 {
}

h6 {
    font-size: 12px;
    color: #00335f;
    font-weight: bold;
}

img {
    border: none;
}

input.TextBox01 {
    padding: 1px;
    color: #7b7b7b;
    border: 1px solid #ccc;
}

label {
    font-weight: bold;
}

p {
    line-height: 18px;
    margin-bottom: 15px;
}

select.DropDown01 {
    color: #7b7b7b;
    border: 1px solid #ccc;
}

table.ContentTable01 {
    margin-bottom: 15px;
    border-top: 5px solid #cdcdcd;
    border-bottom: 5px solid #cdcdcd;
}

table.ContentTable01 th {
    padding: 8px 10px;
    font-weight: normal;
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    background: #f6f6f6;
}

table.ContentTable01 th.RowHeader {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

table.ContentTable01 td {
    text-align: center;
    padding: 5px 10px;
}

table.ContentTable01 td.RowHeader {
    text-align: left;
}

table.ContentTable01 tr.AltRow td {
    background: #e4e8ec;
}

table.ContentTable02 {
    width: 100%;
    margin-bottom: 15px;
    border-top: 5px solid #cdcdcd;
    border-bottom: 5px solid #cdcdcd;
}

table.ContentTable02 th {
    vertical-align: middle;
    padding: 8px 10px;
    font-weight: bold;
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    background: #f6f6f6;
}

table.ContentTable02 td {
    padding: 5px 10px;
}

table.ContentTable02 tr.AltRow td {
    background: #e4e8ec;
}

table.LoginTable td {
    padding: 0 20px 10px 0;
}

table.LoginTable label {
    font-size: 14px;
}

table.FormTable01 td {
    padding: 0 20px 10px 0;
}

ul {
    list-style: none;
}

ul.ArrowList01 {
    margin-bottom: 10px;
    margin-left: 20px;
}

ul.ArrowList01 li {
    line-height: 16px;
    margin-bottom: 6px;
    list-style-image: url(/Images/Arrow_Bullet01.gif);
}

ul.ArrowList01 li ul {
    margin: 4px 0 10px 15px;
}

ul.ArrowList01 li ul li {
    margin-bottom: 3px;
}

/* Hide Elements for Print */

div.TopNavHolder, div.TopNavHolder_Home, div.LeftNavHolder, div.BreadCrumbHolder, div.FooterWrapper ul {
    display: none;
}

/* Style by Site Structure */

div.L3TitleHolder {
    margin-bottom: 12px;
    padding: 0 6px 6px 6px;
    border-bottom: 1px solid #b0b0b0;
}

div.IntroParaHolder {
    font-size: 24px;
    margin-bottom: 18px;
}

div.IntroParaHolder p {
    margin: 0px;
    line-height: normal;
}

/* Team Pages */

div.TeamListHolder h4 {
    font-size: 12px;
}

div.TeamListHolder ul {
    padding-left: 8px;
}

div.TeamListHolder li {
    line-height: 16px;
    margin-bottom: 8px;
    padding-left: 8px;
    background: url(/Images/Arrow_Bullet01.gif) no-repeat 0 5px;
}

div.TeamBioHeaderHolder {
    margin-bottom: 12px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 20px;
    border-top: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
}

div.TeamBioHolder {
    padding: 0 15px;
}

/* Accordions */

div.AccordionHolder01 {
    float: left;
    width: 653px;
}

div.AccordionHeader01 {
    width: 603px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1px;
    padding: 10px 25px;
    cursor: pointer;
    border-top: 1px solid #30506b;
    border-bottom: 1px solid #30506b;
    background: #30506b url(/Images/Arrow_AccordionHeader.gif) no-repeat 12px 13px;
}

div.AccordionHeader01_Selected {
    margin: 0px;
    border-bottom: none;
    background: #3273ab url(/Images/Arrow_AccordionHeader_Selected.gif) no-repeat 10px 15px;
}

div.AccordionContent01 {
    width: 603px;
    color: #fff;
    padding: 0 25px 10px 25px;
    border-bottom: 1px solid #30506b;
    background: #3273ab;
}

/* Community Engagement Page */

div.LogoHolder_CommunityEngagement {
    border-top: 1px solid #d7d7d7;
    background: url(/Images/LogoHolder_CommunityEngagement.gif) repeat;
}

div.LogoHolder_CommunityEngagement p {
    font-size: 0px;
    text-align: center;
    line-height: normal;
}

div.LogoHolder_CommunityEngagement img {
    margin: 0 12px 1px 12px;
}

div.ColumnHolder01 {
    float: left;
    width: 50%;
}

/* Footer Area */

div.FooterWrapper {
    clear: both;
    margin-top: 20px;
    padding-top: 10px;
    width: 100%;
    font-size: 10px;
    border-top: 12px solid #30506b;
}