/* vim: ts=3 sw=3 et tw=0 wm=8
**
** Info: $Id: standard.css 586 2009-08-31 10:04:02Z mjwybrow $
**
*/

span.red {
    color: #f86d33;
}

.island {
   padding: 0px;
   margin: 0px;
   margin-left: auto;
   margin-right: auto;
   width: 600px;
}

body {
    font-style: italic;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    color: #333;
    width: 100%;
    min-width: 900px;
    margin: 0px;
    text-align: center;
    /* Space is encoded in file, rather than "10px 320px" for Safari bug */
    background: #fff url(images/Banner01.png) 0px 0px repeat-x;
}

em {
    font-style: normal;
 }


.rule {
   width: 900px;
   background: #fff;
   color:#fff;
   height: 0px;
}

body li, body p, body blockquote, body fieldset, body dl, body form, body div {
    margin-left: 0px;
    margin-right: 0px;
    text-decoration: none;
    text-align: left;
    font-size: 10pt;
}


p.comment {
    border: 1px #CCC solid;
    padding: 10px;
    margin-left: 5px;
}

span.attribution {
    display: block;
    text-align: right;
    font-weight: bold;
}

span.attribution span.name {
}

span.attribution span.date {
    margin-right: 18px;
}

body div.quote {
    border: 1px #CCC solid;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 30px;
    margin-right: 30px;
}

a:link, a:active, a:visited {
    color: #333;
    text-decoration: underline;
}

a:hover {
    color: #316FB7;
    text-decoration: underline;
}

body p {
    margin-top: 0px;
    line-height: 15pt;
    margin-bottom: 16px;
}

p img {
   margin-top:0px;
   margin-bottom: 15px;
}

body b {
    color: #444;
}

div.hr {
    height: 2px;
    background: #ffffff url(images/fade.png) top left no-repeat;
}

div.hr hr {
    display: none;
}

hr {
   display: none;
   color: #000;
   border: 5px;
   background-color: #000;
   height: 1px;
}

div.notice {
    font-size: 10pt;
    border: dotted 1px #316FB7;
    padding: 0.3em; 
    background-color: #e5f3fe;
    margin-top: 15px;
    margin-bottom: 15px;
}

div.notice p, div.notice h2 {
   margin: 6px;
}

dl dt {
    color: #316FB7;
}

dl dd {
   margin-bottom: 15px;
   margin-left: 0px;
}

blockquote {
    padding-left: 25px;
}

.footer {
    margin-top: 35px;
    font-size: 8pt;
}


p.center {
    text-align: center;
}

table {
    font-size: 12px;

}

h1 {
    font-weight: normal;
    text-decoration: none;
    color: #316FB7;
    font-size: 17pt;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 10px;
}

h2 {
    margin-top: 0px;
    text-decoration: none;
    font-weight: normal;
    color: #316FB7;
    text-align: left;
    font-size: 12pt;
    margin-bottom: 5px;
}

h3 {
    font-weight: normal;
    color: #316FB7;
    text-align: left;
    font-size: 10pt;
    margin-bottom: 5px;
}

div.heading {
    font-weight: bold;
    color: #ffc000;
    text-align: left;
    font-size: 16pt;
}

div.header h1 {
    height: 140px;
    overflow: visible;
    background: transparent url(images/Banner08A.png) center 0px no-repeat;
    text-align: center;
    color: #06e;
    padding: 0px;
    margin: 0px;
}

div.header h1 span {
    visibility: hidden;
    font-size: 50px;
    color: #7d58a7;
    text-align: left;
}

.header h2 {
    font-weight: bold;
    font-size: 16pt;
    color: #7d58a7;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
}

#menu {
    position: absolute;
    /* position: fixed; */
    width: 110px;
    top: 190px;
    right: auto;
    bottom: auto;
    left: 0;
    padding: 0px;
    margin: 10px; 
    margin-top: 0px;
    margin-left: 20px;
}

#menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#menu li {
    color: #333;
    background: transparent;
    text-align: left;
    font-size: 12pt;
    padding-right: 10px;
    display: block;
    margin: 0px;
    padding: 4px;
    padding-left: 0px;
    padding-bottom: 10px;
    width: 100%;
    font-weight: normal;
    width: auto;
}

#menu li.sub a {
    color: #333;
    background: transparent;
    text-align: left;
    font-size: 12pt;
    padding-right: 10px;
    text-decoration: none;
}


#menu li a:hover {
    color: #316FB7;
    text-decoration: none;
}


div.compact h2 {
    /* font-weight: bold;
    color: #444; */
}


