/** GENERAL PAGE **/
body {
    margin: 10px;
    height: 100%;
    color: #666666;
    background-color: #393E42;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
}

/** LINKS **/

a:link, a:active, a:visited {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: none
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    color: #116A9A;
    margin-bottom: 22px;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #116A9A;
    margin-bottom: 18px;
}

/***************************  FONT STYLES ********************************/

.blueTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #116A9A;
    padding-bottom: 16px;

}

.bodySubTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #116A9A;

}

.blueSubTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #116A9A;

}

.coloredHilite {
    color: #116A9A;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
}

.blackTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    color: #000000;

}

.blackSubTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #000000;

}

.subTitle {
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}

.subTitle a:link {
    font-style: italic;
}

.whiteText {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
}

.redText {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FF0000;
}

.redText:link, .redText:visited {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FF0000;
    text-decoration: none;
}

.redText:hover {
    text-decoration: underline;
}

.errorLabel {
    text-align: left;
    color: #FF0000;
}

/************************* HEADER STYLES *********************************/

.headerTop {
    width: 753px;
    background-image: url(/images/header/header_bg.jpg);
    padding: 0px 0px 0px 12px;
    height: 100px;
}

/**** Menu ***/
.headerMenu {
    width: 145px;
    height: 110px;
    padding: 18px 0px 0px 23px;
    background-color: #8bcaed;
    background-image: url(/images/header/menu_bg.jpg);
    background-repeat: no-repeat;
    color: #F0EB47;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}

.headerLink:link, .headerLink:active, .headerLink:visited {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px 0px 0px 9px;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    line-height: 18px;
    color: #FFFFFF;

}

.headerLink:hover {
    color: #F0EB47;

}

/*********/

.headerImage {
    width: 587px;
    height: 223px;
    background-color: #8bcaed;
    padding: 0px 0px 0px 20px;
    margin: 0px;
}

.headerBottom {
    width: 765px;
    height: 26px;
    background-image: url(/images/header/header_bg_bottom.jpg);
    background-repeat: no-repeat;
    padding: 0px 16px 0px 14px;
}

/**************************** CONTENT STYLES *********************************/

.landingCenter {
    width: 180px;
    height: 256px;
    position: relative;
    margin-top: 20px;
    margin-left: 35px;
    margin-right: 35px;
    padding: 0px 0px 0px 0px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 13px;
}

.content {
    background-image: url(/images/leftbg.gif);
    background-repeat: no-repeat;
    padding: 10px 20px 0px 56px;
}

/**************************** FOOTER STYLES *********************************/
.footer {
    color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 12px;
    text-decoration: none;
}

.footer:link, .footer:visited {
    color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 13px;

}

/*
.footer:hover{
    text-decoration:underline;
}
*/

/****************************************************************************/

#displayMsg {
    width: 400px;
    padding: 8px;
    margin: 8px 0px 3px 0px;
    background-color: #F1F8E2;
    border: 1px solid #97CC29;
    color: #003366;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

/** GENERAL TEXT **/
.bodyText {
    color: #666666;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
}

.breadcrumb {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 11px;
}

/** FORM STYLES **/

.frmSelect {
    margin: 0px;
    border-width: thin;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-bottom: 3px;

}

.frmInput {
    margin: 0px;
    border-width: thin;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-bottom: 3px;

}

.frmSubmit {
    margin: 0px;
    border-width: thin;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-bottom: 3px;

}

.frmSearchForm {
    margin: 0px;
}

.frmMailList {
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;
    color: #666666;
    background-color: #fff;
    width: 120px;
    height: 14px;
    border: 1px 1px 1px 1px inset #888888;
}

/**** menus  ****/

/* menu within pages */

.subMenu {
    width: 150px;
    vertical-align: middle;
}

.subMenuItem, .subMenuItem:link, .subMenuItem:active, .subMenuItem:visited {
    color: #666666;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}

.subMenuItem:hover {
    color: #000;
}

.subMenuItemSelected {
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;;
    line-height: 14px;
}

/***************************************************/
/*    Mailingist messages popup                    */
/***************************************************/

/* Overlay */
#simplemodal-overlay {
    background-color: #000;
    cursor: wait;
}

/* Container */
#simplemodal-container {
/*width:400px; */
/*height:75px; */
    background-color: #FFF;
    border: 4px solid #8bcaed;
    padding: 30px;
}

#simplemodal-container a {
    color: #ddd;
}

#simplemodal-container a.modalCloseImg {
    background: url(/images/x.png) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -16px;
    cursor: pointer;
}

#simplemodal-container #basic-modal-content {
    padding: 8px;
}

.t {
    background: url(/images/dot.png) 0 0 repeat-x;
    width: 20em
}

.b {
    background: url(/images/dot.png) 0 100% repeat-x
}

.l {
    background: url(/images/dot.png) 0 0 repeat-y
}

.r {
    background: url(/images/dot.png) 100% 0 repeat-y
}

.bl {
    background: url(/images/bl.png) 0 100% no-repeat
}

.br {
    background: url(/images/br.png) 100% 100% no-repeat
}

.tl {
    background: url(/images/tl.png) 0 0 no-repeat
}

.tr {
    background: url(/images/tr.png) 100% 0 no-repeat;
    padding: 10px
}