/*
HTML, BODY {
        height: 100%;
        }
*/

BODY,SPAN,CAPTION,DIV,BLOCKQUOTE,H1,H2,H3,H4,H5,H6,INPUT,SELECT,TH,TD,A,P,Ol,UL {
        font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
        }

BODY {
    background: #FFFFFF url(img/tile.gif) top center repeat-x; 
    margin: 0 auto; 
    padding: 0; 
    text-align: center;
        }

div#bottom {
    background: #FFFFFF url(img/bottom.gif) top center repeat-x; 
    margin: 0 auto; 
    padding: 0; 
    text-align: center;
	}

div#wrapper {
    width: 900px;
    text-align: center;
    margin: 0 auto; 
	}

div#header {
    padding: 0;
    text-align: left;
        }

div#content {
    background-color: #ededed;
    border: 1px solid #009900;
    border-top: 3px double #009900;
    padding: 0;
    text-align: left;
        }

div#footer {
    padding: 0;
    text-align: left;
        }

table#right td { border: #009900 1px solid; border-top: 3px double #009900; background-color: #fff;}

H1 {line-height:1.2; font-size:1.2em; color:#000000; text-align: right; margin-left:10px; margin-right:10px; margin-top:10px; margin-bottom:0px; padding:0px;}
H2 {line-height:1.2; font-size:1em; color:#000000;  margin-left:10px; margin-right:10px; margin-top:8px; margin-bottom:8px; padding:0px;}
H3 {line-height:1.2; font-size:.9em; color:#333333;  margin-left:10px; margin-right:10px; margin-top:10px; margin-bottom:10px; padding:0px;}
H4 {line-height:1.2;font-size:.8em; font-weight:bold; color:#666666;  margin-left:10px; margin-right:10px; margin-top:10px; margin-bottom:4px; padding:0px;}

P {text-align: left; line-height:1.5; font-size:.7em; color:#666666; margin-left: 10px; margin-right: 10px; margin-top: 2px; margin-bottom: 2px; padding: 0; padding-bottom: 6px;}

P.center {text-align: center; line-height:1.5; font-size:.8em; color:#666666; margin-left: 10px; margin-right: 10px; margin-top: 6px; margin-bottom: 6px; padding: 0; padding-bottom: 6px;}

UL, OL {line-height:1.5; font-size:.8em; color:#333333; margin-left: 60px; margin-right: 20px; margin-top: 6px; margin-bottom: 6px; padding: 0;}

.copyright {line-height:1; font-size:.6em; color:#999999; margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 6px; padding: 0;}

.small {line-height:1.2; font-size:.6em; color:#333333; margin-left: 10px; margin-right: 10px; margin-top: 6px; margin-bottom: 6px; padding: 0;}

.smallright {text-align: right; line-height:1; font-size:.6em; color:#333333; margin-left: 10px; margin-right: 10px; margin-top: 6px; margin-bottom: 6px; padding: 0;}

.postdate {line-height:.7; font-size:.7em; color:#666666; margin-left: 10px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px; padding: 0; padding-bottom: 6px;}

.pow {text-align: center; margin: 6px; padding: 2px; border: solid 1px #009900;}

A:link, A:active {color:#009900; text-decoration:underline;}
A:visited {color:#009900; text-decoration:underline;}
A:hover {color:#999; text-decoration:underline;}

p.r {text-align: right; line-height: 1; font-weight: bold; font-size: 12px; color:#FFFFFF; margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px; padding: 0;}
a.right:link, a.right:active {color:#FFFFFF; text-decoration:none;}
a.right:visited {color:#FFFFFF; text-decoration:none;}
a.right:hover {color:#dedede; text-decoration: underline;}


