body
{
   font-family: Calibri, "Trebuchet MS", Arial, Helvetica, Sans-Serif; 
   background: #FAFDFF;
   color: #000000;
   background: #FAFDFF;}

.BodyContent
{
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   margin: 0px auto 50px auto;
}

.Border
{
   width: 900px;
   margin: 0px auto;
}

.Border
{
   z-index: 0;
   position: relative;
}

.BorderContent
{
   position: relative;
   z-index: 1;
   padding: 0px 10px 10px 10px;
}

.BorderTL, .BorderTR, .BorderBL, .BorderBR, .BorderL, .BorderT, .BorderR, .BorderB, .BorderC
{
   position: absolute;
   z-index: -1;
   overflow: hidden;
}
.BorderTL, .BorderTR, .BorderBL, .BorderBR
{
   width: 57px;
   height: 57px;
}
.BorderTL
{
   top: 0;
   left: 0;
   background-image: url('images/BorderCorners.png');
}

.BorderTR div, .BorderBL div, .BorderBR div
{
    height: 114px;
    width:  114px;
    position: absolute;
    z-index: -1;
    background-image: url('images/BorderCorners.png');
}

.BorderTR div
{
    left: -57px;
}

.BorderBL div
{
    top: -57px;
}

.BorderBR div
{
    left: -57px;
    top: -57px;
}

.BorderTR
{
   top: 0;
   right: 0;
}
.BorderBL
{
   bottom: 0;
   left: 0;
}
.BorderBR
{
   bottom: 0;
   right: 0;
}
.BorderT, .BorderB
{
   left: 57px;
   right: 57px;
   height: 57px;
}


.BorderT
{
   top: 0;
   background-image: url('images/BorderHorizontal.png');
}

.BorderB
{
   bottom: 0;
}

.BorderB div
{
    position: absolute;
    z-index: -1;
    top: -57px;
    height: 114px;
    width: 100%;
    background-image: url('images/BorderHorizontal.png');
}

.BorderL, .BorderR
{
   top: 0px;
   bottom: 57px;
   width: 57px;
}
.BorderL
{
   left: 0;
   background-image: url('images/BorderVertical.png');
}
.BorderR
{
   right: 0;
}
.BorderR div
{
    position: absolute;
    z-index: -1;
    left: -57px;
    width: 114px;
    height: 100%;
    background-image: url('images/BorderVertical.png');
}
.BorderC
{
   left: 57px;
   top: 0px;
   right: 57px;
   bottom: 57px;
   background-image: url('images/BorderCenter.png');
}

.Header
{
   position: relative;
   background-image: url('images/Header.png');
   background-repeat: no-repeat;
   padding: 0px;  
   height: 75px;
   color: #000000;
}

.HeaderTitle
{
   height: 75px;
   width: 900px;
   display: table-cell;
   text-align: Center;
   vertical-align: Bottom;
}

.HeaderTitle h1 a
{
   text-decoration: none;
   color: #000000;
}

.HeaderTitle h1
{  
   margin: 0px;
   padding: 0px 8px; 
}

.HeaderTitle h2
{
   margin: 0px;
   padding: 0px 8px; 
}

.Menu
{
   background: transparent url('images/MenuBar.png') no-repeat;
   padding: 5px;
   margin: 0px;
   text-align: Left;
}

.Menu ul
{
   list-style-type: none;
   padding: 0px 0px;
   margin: 0px;
}

.Menu li
{
   display: inline;
   padding: 0px;
   margin: 0px;
}

/*
.Menu a
{
   background: ;
   margin: 0px;
   padding: 5px;
   color: ;
text-decoration: none;
}

.Menu a:visited
{
   color: ;
text-decoration: none;
}

.Menu a:hover
{
   background: ;
   color: ;
text-decoration: none;
}*/

.MenuButton, .MenuButtonInput
{
    border:0;
    background: transparent url('images/MenuButtonAnchor.png') no-repeat top left;
    position:relative;
    overflow: hidden;
    height: 24px;
    padding: 0px 0px 0px 18px;
    display: inline-block;
    font-size: 12px;
    vertical-align:middle;
    zoom: 1;
}

.MenuButton span, .MenuButtonInput span
{
    border:0;
    margin:0;
    background: transparent url('images/MenuButton.png') no-repeat right top;
    display:block;
    position:relative;
    color: #002D7C;
    line-height: 14px;
}

.MenuButton span
{
    padding: 5px 18px 5px 0px;
}

.MenuButtonInput span
{
    padding: 0px 18px 0px 0px;
    height:24px;
}

.MenuButtonInput input
{
    font: normal 12px arial, sans-serif;
    color: #002D7C;
    height: 24px;
    padding: 0px 18px;
    margin: 0px -18px;
    overflow: visible;
    cursor: pointer;
    background: Transparent;
    border:  0;
    *left: -18px;
}

.MenuButton:link, .MenuButton:visited, .MenuButton:hover, .MenuButton:active 
{
    text-decoration: none;
}

.MenuButton:hover, .MenuButtonInput:hover
{
    background-position: left center;
}

.MenuButton:hover span, .MenuButtonInput:hover span
{
    background-position: right center;
    color: #000000;
}

.MenuButton:active, .MenuButtonInput:active
{
    background-position: left bottom;
}

.MenuButton:active span, .MenuButtonInput:active span
{
    background-position: right bottom;
}

/* remove outline on click */
.MenuButtonInput::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

.Columns
{
   padding: 5px 0px 5px 0px;
}

.ColumnTable td
{
   vertical-align: top;
}

a
{
   outline: 0 none;
   color: #002D7C;
text-decoration: underline;
}

a:visited
{
   color: #002D7C;
text-decoration: underline;
}

a:hover
{
   color: #000000;
text-decoration: none;
}

h2
{
   margin: 0px;
}

blockquote
{
    width: 80%;
    border: solid 1px #023C64;
    background: #CDEAFE;
    margin: 0px auto;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.Article
{
   z-index: 0;
   position: relative;
}

.ArticleContent
{
   position: relative;
   z-index: 1;
   padding: 8px 8px 8px 8px;
}

.ArticleTL, .ArticleTR, .ArticleBL, .ArticleBR, .ArticleL, .ArticleT, .ArticleR, .ArticleB, .ArticleC
{
   position: absolute;
   z-index: -1;
   overflow: hidden;
}
.ArticleTL, .ArticleTR, .ArticleBL, .ArticleBR
{
   width: 20px;
   height: 20px;
}
.ArticleTL
{
   top: 0;
   left: 0;
   background-image: url('images/ArticleCorners.png');
}

.ArticleTR div, .ArticleBL div, .ArticleBR div
{
    height: 40px;
    width:  40px;
    position: absolute;
    z-index: -1;
    background-image: url('images/ArticleCorners.png');
}

.ArticleTR div
{
    left: -20px;
}

.ArticleBL div
{
    top: -20px;
}

.ArticleBR div
{
    left: -20px;
    top: -20px;
}

.ArticleTR
{
   top: 0;
   right: 0;
}
.ArticleBL
{
   bottom: 0;
   left: 0;
}
.ArticleBR
{
   bottom: 0;
   right: 0;
}
.ArticleT, .ArticleB
{
   left: 20px;
   right: 20px;
   height: 20px;
}


.ArticleT
{
   top: 0;
   background-image: url('images/ArticleHorizontal.png');
}

.ArticleB
{
   bottom: 0;
}

.ArticleB div
{
    position: absolute;
    z-index: -1;
    top: -20px;
    height: 40px;
    width: 100%;
    background-image: url('images/ArticleHorizontal.png');
}

.ArticleL, .ArticleR
{
   top: 20px;
   bottom: 20px;
   width: 20px;
}
.ArticleL
{
   left: 0;
   background-image: url('images/ArticleVertical.png');
}
.ArticleR
{
   right: 0;
}
.ArticleR div
{
    position: absolute;
    z-index: -1;
    left: -20px;
    width: 40px;
    height: 100%;
    background-image: url('images/ArticleVertical.png');
}
.ArticleC
{
   left: 20px;
   top: 20px;
   right: 20px;
   bottom: 20px;
   background-image: url('images/ArticleCenter.png');
}

.Block { margin-bottom: 10px; padding: 5px; }


.BlockHeader
{
    font-weight: bold;
}

.BlockContent
{
   z-index: 0;
   position: relative;
}

.BlockContentContent
{
   position: relative;
   z-index: 1;
   padding: 6px 6px 6px 6px;
}

.BlockContentTL, .BlockContentTR, .BlockContentBL, .BlockContentBR, .BlockContentL, .BlockContentT, .BlockContentR, .BlockContentB, .BlockContentC
{
   position: absolute;
   z-index: -1;
   overflow: hidden;
}
.BlockContentTL, .BlockContentTR, .BlockContentBL, .BlockContentBR
{
   width: 6px;
   height: 6px;
}
.BlockContentTL
{
   top: 0;
   left: 0;
   background-image: url('images/BlockContentCorners.png');
}

.BlockContentTR div, .BlockContentBL div, .BlockContentBR div
{
    height: 12px;
    width:  12px;
    position: absolute;
    z-index: -1;
    background-image: url('images/BlockContentCorners.png');
}

.BlockContentTR div
{
    left: -6px;
}

.BlockContentBL div
{
    top: -6px;
}

.BlockContentBR div
{
    left: -6px;
    top: -6px;
}

.BlockContentTR
{
   top: 0;
   right: 0;
}
.BlockContentBL
{
   bottom: 0;
   left: 0;
}
.BlockContentBR
{
   bottom: 0;
   right: 0;
}
.BlockContentT, .BlockContentB
{
   left: 6px;
   right: 6px;
   height: 6px;
}


.BlockContentT
{
   top: 0;
   background-image: url('images/BlockContentHorizontal.png');
}

.BlockContentB
{
   bottom: 0;
}

.BlockContentB div
{
    position: absolute;
    z-index: -1;
    top: -6px;
    height: 12px;
    width: 100%;
    background-image: url('images/BlockContentHorizontal.png');
}

.BlockContentL, .BlockContentR
{
   top: 6px;
   bottom: 6px;
   width: 6px;
}
.BlockContentL
{
   left: 0;
   background-image: url('images/BlockContentVertical.png');
}
.BlockContentR
{
   right: 0;
}
.BlockContentR div
{
    position: absolute;
    z-index: -1;
    left: -6px;
    width: 12px;
    height: 100%;
    background-image: url('images/BlockContentVertical.png');
}
.BlockContentC
{
   left: 6px;
   top: 6px;
   right: 6px;
   bottom: 6px;
   background-image: url('images/BlockContentCenter.png');
}

.Button, .ButtonInput
{
    border:0;
    background: transparent url('images/ButtonAnchor.png') no-repeat top left;
    position:relative;
    overflow: hidden;
    height: 38px;
    padding: 0px 0px 0px 25px;
    display: inline-block;
    font-size: 12px;
    vertical-align:middle;
    zoom: 1;
}

.Button span, .ButtonInput span
{
    border:0;
    margin:0;
    background: transparent url('images/Button.png') no-repeat right top;
    display:block;
    position:relative;
    color: #000000;
    line-height: 14px;
}

.Button span
{
    padding: 12px 25px 12px 0px;
}

.ButtonInput span
{
    padding: 0px 25px 0px 0px;
    height:38px;
}

.ButtonInput input
{
    font: normal 12px arial, sans-serif;
    color: #000000;
    height: 38px;
    padding: 0px 25px;
    margin: 0px -25px;
    overflow: visible;
    cursor: pointer;
    background: Transparent;
    border:  0;
    *left: -25px;
}

.Button:link, .Button:visited, .Button:hover, .Button:active 
{
    text-decoration: none;
}

.Button:hover, .ButtonInput:hover
{
    background-position: left center;
}

.Button:hover span, .ButtonInput:hover span
{
    background-position: right center;
    color: #000000;
}

.Button:active, .ButtonInput:active
{
    background-position: left bottom;
}

.Button:active span, .ButtonInput:active span
{
    background-position: right bottom;
}

/* remove outline on click */
.ButtonInput::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

.Footer
{
   color: #000000;   
   text-align: Center;
   background: url('images/Footer.png') bottom left;
   overflow: hidden;
   padding: 5px 40px;
}

.Footer a
{
   color: #002D7C;
text-decoration: underline;
}

.Footer a:visited
{
   color: #002D7C;
text-decoration: underline;
}

.Footer a:hover
{
   color: #000000;
text-decoration: none;
}
