body
{
   font-family: Calibri, Trebuchet MS, Arial, Helvetica, Sans-Serif; 
   background: #CDEAFE;
   color: #000000;
   background-image: url('images/BackgroundGradient.png');
   background-repeat: repeat-x;}

a img
{
border: none;
}

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

.Border
{
   width: 950px;
   margin: 10px auto;
   z-index: 0;
   position: relative;
}

.Border
{
   width: px;
   margin: px auto;
   z-index: 0;
   position: relative;
}

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

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

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

.BorderTR div
{
    left: -22px;
}

.BorderBL div
{
    top: -22px;
}

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

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


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

.BorderB
{
   bottom: 0;
}

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

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

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

.HeaderTitle
{
   height: 150px;
   width: 950px;
   display: table-cell;
   text-align: Left;
   vertical-align: Top;
}

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

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

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

.Menu
{
   background-image: url('images/MenuBar.png');
   background-repeat: 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: #D2ECFA;
   margin: 0px;
   padding: 5px;
   color: #002D7C;
text-decoration: none;
}

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

.Menu a:hover
{
   background: #0066FF;
   color: #000000;
text-decoration: none;
}

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

.ColumnTable td
{
   vertical-align: top;
}

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

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

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

h2
{
   margin: 0px;
}

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

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

.BlockTitle
{
   padding: 5px;
   font-weight: bold;
   font-size: large;
   background: ;
}

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

.Button, .InputButton
{
    border:0;
    background: transparent url('images/{0}Anchor.png') no-repeat top left;
    position:relative;
    overflow: hidden;
    height: 22px;
    padding: 0px 0px 0px 18px;
    display: inline-block;
    margin: -0px --5px;
    font: normal 12px arial, sans-serif;
    vertical-align:middle;
}

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

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

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

.InputButton span
{
    padding: 0px 18px 0px 0px;
    height:22px;
}

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

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

.Button:hover span, .InputButton:hover span
{
   background-position: right center;
}

.Button:active
{
    background-position: left bottom;
    color: White;
}

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

.InputButton:active
{
    background-position: left bottom;
    color: White;
}

.InputButton:active span
{
    background-position: right bottom;
}

/* remove outline on click */
.InputButton::-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;
}

/*
.Button, .InputButton
{
    border:0;
    background: transparent url('') no-repeat top left;
    position:relative;
    overflow: hidden;
    height: px;
    padding: 0px 0px 0px px;
    display: inline-block;
    margin: -px -px;
    font: normal 12px arial, sans-serif;
    vertical-align:middle;
}

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

.Button span, .InputButton span
{
    border:0;
    margin:0;
    background: transparent url('') no-repeat right top;
    display:block;
    position:relative;
    color: ;
    line-height: px;
}

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

.InputButton span
{
    padding: 0px px 0px 0px;
    height:px;
}

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

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

.Button:hover span, .InputButton:hover span
{
   background-position: right center;
}

.Button:active
{
    background-position: left bottom;
    color: White;
}

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

.InputButton:active
{
    background-position: left bottom;
    color: White;
}

.InputButton:active span
{
    background-position: right bottom;
}
*/

/* remove outline on click */
/*
.InputButton::-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-image: url('images/Footer.png');
   background-position: bottom left;
   overflow: hidden;
   padding: 5px 5px;
}

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

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

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