/* CSS Template by gorotron */

body {
    background-image:url(/static/img/bg1b.gif);
    background-repeat:repeat-x;
    background-color:#FC3;
    margin:20px;
    padding:0;
    text-align:center;
}

h1 {
    font-size:12pt;
    font-family:Chisel,Arial,Helvetica,sans-serif;
    font-weight:700;
    text-transform:uppercase;
    color:#FFF;
    margin:20px 0px 0px 0px;
    line-height:30px;
}

.big {
    font-family:Quill,"Apple Chancery",Coronet,"Monotype Corsiva",Arial,Helvetica,sans-serif;
    font-size:400%;
}

h2 {
    font-size:10pt;
    color:#F90;
    margin:auto 0px 0px 0px;
    font-weight:700;
    padding:0;
}

h3 {
    font-size:14pt;
    color:#369;
    font-weight:700;
    text-transform:capitalize;
    margin:0px 0px 5px 0px;
    padding-bottom:5px;
    border-bottom:1px dotted #CCC;
}

p {
    font-size:10pt;
    line-height:1.5em;
    padding:0px 0px 5px 0px;
    margin:0px 0px 5px 0px;
}

#container {
    font-family:Arial,Helvetica,sans-serif;
    margin:0 auto;
    width:700px;
    padding:10px;
    height:auto;
    background-color:#FFF;
    text-align:left;
}

#banner {
    width:700px;
    height:100px;
    margin-bottom:10px;
}

#bannerLeft {
    width:150px;
    height:100px;
    margin-right:10px;
    background-image:url(/static/img/nav_top.png);
    float:left;
}

#bannerRight {
    width:529px;
    height:89px;
    background:url(/static/img/bg1c.gif) repeat-x;
    float:left;
    border:1px solid #CCC;
    border-width:1px 0 0 1px;
    padding:10px 0 0 10px;
}

#content {
    background:url(/static/img/bg1.gif) repeat-y;
    height:1%;
}

#leftColumn {
    float:left;
    font-size:4pt;
    overflow:hidden;
    width:150px;
    background-color:black;
}

#leftColumn ul {
    list-style-type:none;
    margin:0px 0px 0px 0px;
}

#leftColumn li {
    list-style-type: none;
}

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

#nav ul {
    list-style-type:none;
    margin:0px 0px 0px 0px;
}

#nav li {
    list-style-type: none;
}

#nav a {
    display:block;
    font-size:10pt;
    color:#F90;
    text-decoration:none;
    padding:10px;
    height:10px;
    border-bottom:1px dotted #333;
}

#nav a:hover {
    background-color:#333;
}

#leftColumnBottom {
    background:url(/static/img/bg1c.gif) repeat-x;
    padding:110px 10px 10px;
    color:#EAEAEA;
}

#leftColumnBottom p{
    font-size:8pt;
}

#leftColumnBottom p:first-letter {
    font-weight:700;
}

#rightColumn {
    float:left;
    width:530px;
    padding-left:20px;
    color:#666;
}

#rightColumn p:first-letter {
    font-family:Quill,"Apple Chancery",Coronet,"Monotype Corsiva",Arial,Helvetica,sans-serif;
    font-size:200%;
}
   
#rightColumn ul {
    list-style-type:square;
    font-size:10pt;
    line-height:1.5em;
    padding:0;
    margin:0px 0px 0px 15px;
/*    list-style-image:url("/static/img/arrow.gif"); */
}

#rightColumn ul:first-letter {
    font-family:Quill,"Apple Chancery",Coronet,"Monotype Corsiva",Arial,Helvetica,sans-serif;
    font-size:200%;
}
   
#clear {
    clear:both;
}

.date {
    font-size:10pt;
    color:#999;
    font-weight:normal;
}

#copyright {
    padding-top:10px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:8pt; 
    color:#369;
}

#copyright a {
    text-decoration:none;
    color:#369;
}

#copyright a:hover {
    color:#F39;
}

#copyright ul {
    text-align: center;
    padding-left:0px;
    margin-left:0px;
}

#copyright li {
    list-style-type:none;
    display:inline;
    padding-left:40px;
    padding-right:40px;
}
