body {
    background-color: #eee;
    color: #000;
    margin: 20px;
    padding: 0;
}

div#box {
    background: #fff url(box_bg.gif) top left repeat-y;
    width: 602px;

}
div#box-top {
    background: url(box_top.gif) top left no-repeat;
    height: 13px;
    overflow: hidden;
    width: 602px;
}
div#box-bottom {
    background: url(box_bottom.gif) top left no-repeat;
    height: 13px;
    overflow: hidden;
    width: 602px;
}
div#header {
    padding: 4px;
    height: 190px;
    overflow: hidden;
    width: 602px;
    white-space: nowrap;
    font: bold 56pt "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, sans-serif;
    color: #ff5800;
}
div#left {
    font: normal 8pt "Lucida Grande", "Lucida Sans Unicode",Verdana, Arial, Helvetica, sans-serif;
    left: 10px;
    position: absolute;
    top: 225px;
    width: 158px;
    min-height: 450px;
}
div#right {
    background: url(right.gif) top left repeat-y;
    margin-left: 158px;
    min-height: 450px;
    width: 442px;
}
div#footer { 
font-size:75%; margin:2.5em 0.2em 0.5em 0.5em; 
left: 10px; text-align:left; clear:both;}	
div.entry {
    padding: 10px;
}

ul {
    margin-top:0; 
    margin-bottom:0;
}


form, img {
    border: 0;
    margin: 0;
}
img.favicon {
    float: left;
    margin-right: 5px;
}

label {
    display: none;
}
body {
    font: normal 10pt "Lucida Grande", "Lucida Sans Unicode",Verdana, Arial, Helvetica, sans-serif;
}

a, a:active, a:link, a:visited {
    background: transparent;
    border-bottom: 1px dotted #43709e;
    color: #43709e;
    font: normal 8pt "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, sans-serif;
    text-decoration: none;
}
a:hover {
    background: transparent;
    border-bottom: 1px dotted #c60;
    color: #c60;
    font: normal 8pt "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, sans-serif;
    text-decoration: none;
}




div.text a, div.text a:active, div.text a:link, div.text a:visited {
    font-size: 10pt;
}

h1, h1 a, h1 a:active, h1 a:link, h1 a:visited {
    border: 0;
    color: #ff5800;
    font: bold 33pt "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, sans-serif;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}


h2, h2 a, h2 a:active, h2 a:link, h2 a:visited {
    border: 0;
    color: #ff5800;
    font: bold 13pt "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, sans-serif;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
h2 a:hover {
    border: 0;
    color: #666;
    font: bold 13pt "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, sans-serif;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
h2.subhead {
    margin-top: 20px;
}

h3 {
    border-bottom: 1px solid #eee;
    color: #ff5800;
    font: bold 10pt "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, sans-serif;
    margin: 0 0 0 15px;
    padding: 0;
    width: 130px;
}
h3.bigspace {
    margin-top: 50px;
}

h4, h4 a, h4 a:active, h4 a:link, h4 a:visited {
    border: 0;
    color: #ff5800;
    font: bold 10pt "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, sans-serif;
    margin: 0;
    padding: 0;
}


div.text {
    color: #333;
    margin: 0 10px 0 10px;
    padding: 0 10px 0 10px;
    text-align: justify;
}

p {
    line-height: 12pt;
    margin: 0;
    padding: 10px 0 0 0;
}
blockquote, q {
    background: #eee top left no-repeat;
    border: 1px solid #ddd;
    display: block;
    margin: 10px;
    padding: 10px;
}

blockquote div, q div {
    background: #eee bottom right no-repeat;
}

code, pre {
    background-color: #eee;
    border: 1px solid #ddd;
    color: #333;
    display: block;
    font-size: small;
}


td {
    color: #333;
    font: normal 10pt "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, sans-serif;
    margin: 2px 0 10px 25px;
    width: 120px;
}

