/* begin page */
body
{
    margin: 0 auto;
    padding: 0;
    background-color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #141414;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
.art-postheader, .art-postheader a, .art-postheader a:link, .art-postheader a:visited, .art-postheader a:hover,
.art-blockheader .t, .art-vmenublockheader .t
{
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 28px;
    text-align: left;
}

a, a:link
{
    text-decoration: none;
    letter-spacing: 1px;
    color: rgb(0,97,161);
}

a:visited, a.visited, a:hover, a.hover
{
    color: rgb(0,97,141);
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
    color: rgb(0,97,161);
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: rgb(0,97,161);
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
    font-size: 22px;
    color: #141414;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
    font-size: 18px;
    color: #141414;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
    font-size: 16px;
    color: #141414;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
    font-size: 14px;
    color: #141414;
}

#art-main
{
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    cursor:default;
}

.cleared
{
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1px;
}

form
{
    padding: 0 !important;
    margin: 0 !important;
}

table.position
{
    position: relative;
    width: 100%;
    table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.art-sheet
{
    position: relative;
    z-index: 0;
    margin: 0 auto;
    width: 900px;
    min-width: 3px;
    min-height: 3px;
}

.art-sheet-body
{
    position: relative;
    z-index: 1;
    padding: 1px;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl, .art-sheet-tc, .art-sheet-bc,.art-sheet-cr, .art-sheet-cl
{
    position: absolute;
    z-index: -1;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl
{
    width: 2px;
    height: 2px;
    background-image: url('images/sheet_s.png');
}

.art-sheet-tl
{
    top: 0;
    left: 0;
    clip: rect(auto, 1px, 1px, auto);
}

.art-sheet-tr
{
    top: 0;
    right: 0;
    clip: rect(auto, auto, 1px, 1px);
}

.art-sheet-bl
{
    bottom: 0;
    left: 0;
    clip: rect(1px, 1px, auto, auto);
}

.art-sheet-br
{
    bottom: 0;
    right: 0;
    clip: rect(1px, auto, auto, 1px);
}

.art-sheet-tc, .art-sheet-bc
{
    left: 1px;
    right: 1px;
    height: 2px;
    /*border: 1px solid #DADADA;*/  
    background-image: url('images/sheet_h.png');
}

.art-sheet-tc
{
    top: 0;
    clip: rect(auto, auto, 1px, auto);
}

.art-sheet-bc
{
    bottom: 0;
    clip: rect(1px, auto, auto, auto);
}

.art-sheet-cr, .art-sheet-cl
{
    top: 1px;
    bottom: 1px;
    width: 2px;
    /*border: 1px solid #DADADA;*/  
    background-image: url('images/sheet_v.png');
}

.art-sheet-cr
{
    right: 0;
    clip: rect(auto, auto, auto, 1px);
}

.art-sheet-cl
{
    left: 0;
    clip: rect(auto, 1px, auto, auto);
}

.art-sheet-cc
{
    position: absolute;
    z-index: -1;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background-color: #FFFFFF;
}

.art-sheet
{
    margin-top: -1px !important;
    cursor:auto;
}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
    min-width: 900px;
}

/* end Box, Sheet */

/* begin Header */
div.art-header
{
    margin: 0 auto;
    position: relative;
    z-index: 0;
    width: 898px;
    height: 95px;
    overflow: hidden;
}

div.art-header-jpeg
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 898px;
    height: 95px;
    background-image: url('images/header.png');
    background-repeat: no-repeat;
    background-position: center center;
}

/* end Header */

/* begin Layout */
.art-content-layout
{
    display: table;
    padding: 0;
    border: none;
    width: 898px;
}

.art-content-layout .art-content-layout
{
    width: auto;
    margin:0;
}

div.art-content-layout div.art-layout-cell, div.art-content-layout div.art-layout-cell div.art-content-layout div.art-layout-cell
{
    display: table-cell;
}

div.art-layout-cell div.art-layout-cell
{
    display: block;
}

div.art-content-layout-row
{
    display: table-row; 
}

.art-content-layout
{
    table-layout: fixed;
    border-collapse: collapse;
    background-color: Transparent;
    border: none !important;
    padding:0 !important;
}

.art-layout-cell, .art-content-layout-row
{
    background-color: Transparent;
    vertical-align: top;
    text-align: left;
    border: none !important;
    margin:0 !important;
    padding:0 !important;
}
/* end Layout */

/* begin Box, Block, VMenuBlock */
.art-vmenublock
{
    position: relative;
    z-index: 0;
    margin: 0 auto;
    min-width: 1px;
    min-height: 1px;
}

.art-vmenublock-body
{
    position: relative;
    z-index: 1;
    padding: 0;
}

.art-vmenublock-cc
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
}

.art-vmenublock
{
    margin: 7px;
}

/* end Box, Block, VMenuBlock */

/* begin Box, Box, VMenuBlockContent */
.art-vmenublockcontent
{
    position: relative;
    z-index: 0;
    margin: 0 auto;
    min-width: 1px;
    min-height: 1px;
}

.art-vmenublockcontent-body
{
    position: relative;
    z-index: 1;
    padding: 5px;
}

.art-vmenublockcontent-cc
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
}

.art-vmenublockcontent
{
    position: relative;
    z-index: 0;
    margin: 0 auto;
    min-width: 1px;
    min-height: 1px;
}

.art-vmenublockcontent-body
{
    position: relative;
    z-index: 1;
    padding: 5px;
}

.art-vmenublockcontent-cc
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
}

/* end Box, Box, VMenuBlockContent */

/* begin Box, Block */
.art-block
{
    position: relative;
    z-index: 0;
    margin: 0 auto;
    min-width: 1px;
    min-height: 1px;
}

.art-block-body
{
    position: relative;
    z-index: 1;
    padding: 0;
}


.art-block
{
    margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.art-blockheader
{
    position: relative;
    z-index: 0;
    height: 34px;
    margin-bottom: 0;
}

.art-blockheader .t
{
    height: 34px;
    color: #141414;
    margin-right: 10px;
    margin-left: 10px;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    margin:0;
    padding: 0 10px 0 28px;
    white-space: nowrap;
    line-height: 34px;	
}

.art-blockheader .l, .art-blockheader .r
{
    display: block;
    position: absolute;
    z-index: -1;
    height: 34px;
    background-image: url('images/blockheader.png');
}

.art-blockheader .l
{
    left: 0;
    right: 22px;
}

.art-blockheader .r
{
    width: 898px;
    right: 0;
    clip: rect(auto, auto, auto, 876px);
}

/* end BlockHeader */

/* begin Box, BlockContent */
.art-blockcontent
{
    position: relative;
    z-index: 0;
    margin: 0 auto;
    min-width: 1px;
    min-height: 1px;
}

.art-blockcontent-body
{
    position: relative;
    z-index: 1;
    padding: 7px;
}


.art-blockcontent-body
{
    color: #141414;
    font-size: 12px;
}

.art-blockcontent-body a:link
{
    color: rgb(0,97,161);
    text-decoration: underline;
}

.art-blockcontent-body a:visited, .art-blockcontent-body a.visited
{
    color: rgb(0,97,141);

}

.art-blockcontent-body a:hover, .art-blockcontent-body a.hover
{
    color: rgb(0,97,141);
    text-decoration: none;
}

.art-blockcontent-body ul
{
    list-style-type: none;
    color: rgb(95,96,98);
    margin: 0;
    padding: 0;
}

.art-blockcontent-body ul li
{
    line-height: 1.25em;
    padding: 0 0 0 17px;
    background-image: url('images/blockcontentbullets.png');
    background-repeat: no-repeat;
}


/* end Box, BlockContent */

/* begin Button */
.art-button-wrapper .art-button
{
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-align: left;
    text-decoration: none !important;
    color: #141414 !important;
    width: auto;
    outline: none;
    border: none;
    background: none;
    line-height: 27px;
    height: 27px;
    margin: 0;
    padding: 0 11px !important;
    overflow: visible;
    cursor: default;
    z-index: 0;
}

.art-button img, .art-button-wrapper img
{
    margin: 0;
    vertical-align: middle;
}

.art-button-wrapper
{
    vertical-align: middle;
    display: inline-block;
    position: relative;
    height: 27px;
    overflow: hidden;
    white-space: nowrap;
    width: auto;
    margin: 0;
    padding: 0;
    z-index: 0;
}

.firefox2 .art-button-wrapper
{
    display: block;
    float: left;
}

input, select, textarea, select
{
    vertical-align: middle;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
}

.art-block select 
{
    width:96%;
}

.art-button-wrapper.hover .art-button, .art-button:hover
{
    color: #074A9D !important;
    text-decoration: none !important;
}

.art-button-wrapper.active .art-button
{
    color: #014F79 !important;
}

.art-button-wrapper .l, .art-button-wrapper .r
{
    display: block;
    position: absolute;
    z-index: -1;
    height: 81px;
    margin: 0;
    padding: 0;
    background-image: url('images/button.png');
}

.art-button-wrapper .l
{
    left: 0;
    right: 5px;
}

.art-button-wrapper .r
{
    width: 401px;
    right: 0;
    clip: rect(auto, auto, auto, 396px);
}

.art-button-wrapper.hover .l, .art-button-wrapper.hover .r
{
    top: -27px;
}

.art-button-wrapper.active .l, .art-button-wrapper.active .r
{
    top: -54px;
}

.art-button-wrapper input
{
    float: none !important;
}
/* end Button */

/* begin Box, Post */
.art-post
{
    position: relative;
    z-index: 0;
    margin: 0 auto;
    min-width: 1px;
    min-height: 1px;
}

.art-post-body
{
    position: relative;
    z-index: 1;
    padding: 10px;
}


.art-post
{
    margin: 5px;
}

a img
{
    border: 0;
}

.art-article img, img.art-article
{
    margin: 5px;
}

.art-metadata-icons img
{
    border: none;
    vertical-align: middle;
    margin: 2px;
}

.art-article table, table.art-article
{
    border-collapse: collapse;
    margin: 1px;
    width: auto;
}

.art-article table, table.art-article .art-article tr, .art-article th, .art-article td
{
    background-color: Transparent;
}


.art-article th
{
    text-align: center;
    vertical-align: middle;
    padding: 7px;
}

pre
{
    overflow: auto;
    padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.art-postheader
{
    margin: 0.2em 0;
    padding: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0;
    color: #01527E;
}

.art-postheader a, .art-postheader a:link, .art-postheader a:visited, .art-postheader a:hover
{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0;
    margin: 0;
    color: #01527E;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.art-postheader a:link
{

    color: #026397;
}

.art-postheader a:visited, .art-postheader a.visited
{

    color: #666666;
}

.art-postheader a:hover, .art-postheader a.hovered
{
    text-decoration: underline;
    color: rgb(0,97,141);
}
/* end PostHeader */

/* begin PostContent */
.art-postcontent p
{
    margin: 0.5em 0;
}

.art-postcontent, .art-postcontent p, ul.art-menu, ul.art-menu ul, ul.art-vmenu, ul.art-vmenu ul
{
    text-align: justify;
}

.art-postcontent
{
    margin: 0;
}
/* end PostContent */

/* begin PostBullets */
ol, ul
{
    color: #141414;
    margin: 1em 0 1em 2em;
    padding: 0;
    margin-left: 12px;
    font-size: 12px;
    text-align: left;
}

li ol, li ul
{
    margin: 0.5em 0 0.5em 2em;
    padding: 0;
}

li
{
    margin: 0.2em 0;
    padding: 0;
}

ul
{
    list-style-type: none;
}

ol
{
    list-style-position: inside;
}

.art-post li
{
    padding: 0 0 0 17px;
    line-height: 1em;
}

.art-post ol li, .art-post ul ol li
{
    background: none;
    padding-left: 0;
}

.art-post ul li, .art-post ol ul li
{
    background-image: url('images/postbullets.png');
    background-repeat: no-repeat;
    padding-left: 17px;
}


/* end PostBullets */

/* begin LayoutCell, sidebar1 */
.art-content-layout .art-sidebar1
{
    width: 20%;
}
/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */
.art-content-layout .art-content
{
    width: 80%;
}
.art-content-layout .art-content .art-block
{
    background-color: #FFFFFF;
}
.art-content-layout .art-content-wide
{
    width: 100%;
}
/* end LayoutCell, content */

.overview-table .art-layout-cell
{
    width:33%;
}

.overview-table-inner 
{
    margin:10px;
}

table.table
{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
    text-align:left;
    vertical-align:top;
}

table.table, table.table tr, table.table td
{
    border:none;
    margin:0;
    padding:0;
    background-color:Transparent;
}

img.image
{
    margin:0;
    padding:0;
    border:none;
}