/* === STYLE SHEET FOR APPLICATION SITE === */
/* --- Style sheet created August 2008 - ILMB Web Services --- */
/* --- Sections arranged:
* wrapper
    * topBookmark
    * navigationLinks
        * bcCrest
        * bcHome
        * blueNavigation
            *blueNavigationLinks
        * whiteNavigation
            *whiteNavigationTitle
            *whiteNavigationLinks
        * greyNavigation
            *greyNavigationTitle
            *greyNavigationLinks
        *exitService
        *navigationEnd
    * header
        * applicationTitle
        * applicationTitleText
        * helpLink
    * content
    * footer
        * back-to-top
        * footer-links

/* == Suggested Attribute order:
    * float
    * clear
    * width
    * height
    * position
    * display
    * margin
    * padding
    * list-style
    * font (family - size - weight)
    * letter-spacing
    * line-height
    * text (align - decoration - indent)
    * vertical-align
    * border
    * color
    * background (color - image)
    * other
== */

body { margin: 10px 0 20px 0; }
img { border: none; }
div.clearFloat { clear: both; }


/* ====== FORMATTING FOR WRAPPER ====== */
    #wrapper { width: 75%; min-width: 760px; margin-right: auto; margin-left: auto; }


/* ====== FORMATTING FOR TOP OF PAGE BOOKMARK ====== */
    #topBookmark { }


/* ====== FORMATTING FOR HEADER ====== */
    #header { }


/* ====== FORMATTING FOR PAGE LAYOUT ====== */
    #pageLayout { }


/* ====== FORMATTING FOR LEFT COLUMN ====== */
    #leftColumn { float: left; width: 164px; padding: 0 0 10px 0; border-right: 1px solid #999999; }


/* ====== FORMATTING FOR PAGE BANNER ====== */
    #pageBanner { margin: 0 0 0 180px; }


/* ====== FORMATTING FOR RIGHT COLUMN ====== */
    #rightColumn { float: right; width: 174px; margin: 0 0 10px 15px; padding: 0 0 10px 10px; border-left: 1px solid #999999; }


/* ====== FORMATTING FOR PAGE CONTENT ====== */
    #pageContent { margin: 0 0 0 180px; }


/* ====== FORMATTING FOR FOOTER ====== */
    #footer { }
