/*
--- RESETS --------------------------
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  vertical-align: baseline;
}

ul {
  list-style-type: none;
  display: block;
}

h2 {
    font-weight: normal;
    font-size: 17px;
    text-decoration: uppercase;
    color: #494949;
    display: block;
}

.dClear {clear: both;}
.dClear5 {clear: both;height: 5px;}
.dClear10 {clear: both;height: 10px;}
.dClear15 {clear: both;height: 15px;}
.dClear20 {clear: both;height: 20px;}
.dClear30 {clear: both;height: 30px;}
.dClear50 {clear: both;height: 50px;}
.dClear100 {clear: both;height: 100px;}
.dClear200 {clear: both;height: 200px;}

a, .aU {text-decoration: none; color: #008000;}
.aU:hover {text-decoration: underline !important; cursor: pointer;}
/*
--- RESETS END --------------------------
*/

body {
    background: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #494949;
}

#dHeaderBar {
    background: none repeat scroll 0 0 #000000;
    color: #cccccc;
    height: 20px;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    display: block;
}
#dTitleBar {
    height: 109px;
    margin: 20px 10px;
}
#dTitleBar a {
    width: 229px;
    height: 109px;
    display: block;
}
#dMainWrapper {
    margin-top: -9px;
}
#dLinks {
    
}
.ulMenu {
    
}
.ulMenu li {
    border-top: solid 1px #cccccc;
    background: url('/images/m-arrow.png') no-repeat right center;
    display: list-item;
    height: 60px;
}
.ulMenu li a {
    padding: 20px;
    font-size: 17px;
    line-height: 20px;
    height: 20px;
    color: #333333;
    display: block;
}
.dTitle {
    margin-left: 20px;
}
.dContentHolder {
    padding: 20px;
}
.dTableHolder {
    margin: 10px;
}
table {
    width: 100%;
}
.sArtTitle, .pArtTitle {
    font-weight: normal;
    font-size: 17px;
    color: #333333;
    line-height: 20px;
}
.sArtDesc, .pArtDesc {
    font-size: 12px;
    color: #999999;
    line-height: 15px;
}
.ulArt {
    display: block;
}
.ulArt .liArt {
    display: list-item;
    float: left;
    width: 100px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.ulArt .liArtDesc {
    display: list-item;
    float: left;
    padding: 0 20px 0 0;
    margin-bottom: 20px;
}
