/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { 
text-decoration: none;
 }
 
:link {
color:#112266;
}

:hover {
color:#000;
}

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style: none; }

/* avoid browser default inconsistent heading font-sizes */
h1,h2,h3,h4,h5,h6 { font-size: 1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { 
margin:0; padding:0;
 }

/* more varnish stripping as necessary... */
/* end undohtml.css - thanks tantek! */

img { border: none; }
body { background: url("bg.gif"); background-color:#8291AE; font-family: Arial, sans-serif; font-size: 80%; }
#theTable { width: 640px; margin: 0 auto;}

#content { width: 430px; vertical-align: top; padding-left: 20px; background: auto;}
#sidebar { width: 190px; vertical-align: top; background: auto; }
#sidebar .roundrect h2 {
    background: #000 url(side-box-head.gif) no-repeat;
    text-align: center;
}
#sidebar .roundrect * {
    background: #fff url(side-box-body.gif) repeat-y;
}
#sidebar .roundrect-foot {
    background: #fff url(side-box-foot.gif) no-repeat bottom;
    height: 25px;
}

#content .roundrect p,
#content .roundrect h1, 
#content .roundrect h3, 
#content .roundrect h4, 
#content .roundrect ul, 
#content .roundrect table {
    background: #fff url(content-box-body.gif) repeat-y ;
    padding:0 15px;
}


#content .roundrect span {
    background: #fff url(content-box-body.gif) repeat-y ;
    }


#content .roundrect table {
width: 100%;
}

#content .roundrect .formTable {
width:300px;
margin-left:0px;
padding-left:0px;
}

#content .roundrect .innerTable {
margin-left:0px;
margin-right:0px;
padding-left:0px;
padding-right:0px;
}

#content .roundrect h2 {
    background: #000 url(content-box-head.gif) no-repeat;
    text-align: center;
}



#content .roundrect-foot {
    background: #fff url(content-box-foot.gif) no-repeat bottom left;
    height: 25px; 
}

#content .roundrect p { padding: 0.5em 15px; }
#content .roundrect li { margin: 0 15px; }

h2, h3, h4 { font-variant: small-caps; }


h3, h4 {
 color:#112266;
 padding-top:10px;
 padding-bottom:10px;
 font-size: 1.25em;
 }
 

h2 {
color:#FFF;
font-size: 1.5em;
}

.nlist {
    list-style-type:disc;
    padding-left:35px; 
    }


.indent {
    text-indent:10px;
    }

#title {
font-size:1.5em;
color:#000;
}

* html body {
font-size: 80%;
}

* html #title {
font-variant: normal;
}

.image {
float:right;
margin-right:5px;
margin-left:15px;
}



