html, body, div, span, ul, li, a, img, h1, h2, h3, input, select, form, textarea, label, p, ol, address {
    margin:0px;
    padding:0px;
    border:0px;
    text-align:left;
    font-family: Verdana, Arial, sans-serif;
    font-size:14px;
    line-height:20px;
}
html, body {
    height: 100%;
}

body {
    font-size:12px;
    line-height:18px;
    text-align:center;
    color:#000000;
    background:#eeeeee;
    text-align:center;
}

h1 {
   font-size:18px;
   line-height:30px;
   font-weight:normal;
   margin-bottom:5px;
   margin-right:20px;
   display:inline;
   float:left;
}
h2, h3 {
   font-size:14px;
   line-height:25px;
   font-weight:bold;
   margin-bottom:5px;
}
p {
    margin-bottom:10px;
}
#wrapper {
    width:960px;
    text-align:left;
    margin:0px auto;
    border-left:1px solid #999999;
    border-right:1px solid #999999;
    background:#ffffff;
}

* html #wrapper {
    height: 100%;
}
#header {
    width:960px;
    height:200px;
    clear:both;
    position:relative;
    z-index:1;
    background:url(/static/i/header-bg.gif) top left repeat-x;
}
#logo {
    position:absolute;
    top:42px;
    left:66px;
    z-index:1;
}
#navigation {
    width:940px;
    padding:0px 10px;
    display:block;
    height:30px;
    line-height:30px;
    clear:both;
    position:absolute;
    top:168px;
    left:0px;
    z-index:2;
    border-top:1px solid #000000;
    border-bottom:1px solid #000000;

}
#nav {
    list-style:none;
    float:left;
}
#nav li, #nav a  {
    float:left;
    position:relative;
    z-index:1;
}
#nav li a, #email a {
    color:#000000;
    line-height:30px;
    height:30px;
    padding:0px 10px;
    text-decoration:none;
}
#nav li a:hover, #email a:hover {
    text-decoration:underline;
}
#nav li a.selected {
    font-weight:bold;
}
#nav ul.subnav {
    position:absolute;
    top:30px;
    left:0px;
    background:#CCB37B;
    border:1px solid #000000;
    border-top:0;
    display:none;
    float:none;
    padding-bottom:5px;

}
#nav ul.subnav li, #nav ul.subnav a {
    display:block;
    float:none;
    line-height:20px;
    height:20px;
    font-size:11px;
}
#email {
    line-height:30px;
    height:30px;
    float:right;
}
#content {
    padding:20px;
    width:920px;
    clear:both;
    background:#ffffff;
}
#content a {
    color:#000000;
    text-decoration:underline;
}
#content a:hover {
    background:#575F89;
    color:#ffffff;
    text-decoration:none;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;

}
#content ul {
    padding-left:20px;
    margin-bottom:10px;
}
div.prev-next {
    float:left;
    height:30px;
    line-height:30px;
    font-weight:normal;
    margin-bottom:5px;
    display:inline;
    float:left;
}
div.prev-next a {
    text-decoration:underline;
    line-height:30px;
    height:30px;
    float:left;
    padding:0px 10px;
    color:#000000;
}
div.prev-next a:hover {
    background:#575F89;
    color:#ffffff;
    text-decoration:none;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
}
div.bottom {
    float:none;
    clear:both;
    width:920px;
}
div.paragraph {
    float:none;
    clear:both;
    width:920px;
}
div.image-text {
    width:920px;
    height:20px;
    margin-bottom:10px;
    float:none;
    clear:both;
}
div.image-text p {
    width:920px;
    height:20px;
    font-style:italic;
    display:block;
    text-align:center;
}
div.image-text span {
   width:306px;
   font-style:italic;
   height:20px;
   float:left;
   display:block;
   text-align:center;
}

#footer {
    width:940px;
    padding:0px 10px;
    line-height:20px;
    font-size:11px;
    clear:both;
    border-top:1px solid #000000;
    border-bottom:1px solid #000000;
    height:60px;
    margin-top:20px;
    background:#ffffff;
}
#footer ul {
    list-style:none;

}
#footer ul li {
    float:left;
}
#footer ul li a {
    line-height:60px;
    height:60px;
    float:left;
    padding:0px 10px;
    width:285px;
    font-size:16px;
    color:#000000;
    text-decoration:none;
    text-align:center;
}

#disclaimer {
    width:950px;
    margin:0px 5px;
    text-align:right;
}
#disclaimer, #disclaimer a {
    font-size:10px;
    color:#000000;
}
.clear {
    height:1px;
    font-size:1px;
    line-height:1px;
    clear:both;
}
