html, body{margin:0;padding:0}
body {font: 80% arial,sans-serif; text-align:center; color:#000;}
p{margin:0 10px 10px}


h1 { 
	margin-left: 0px; 
        padding-left: 10px;
	}




/* ---------------- from the old .css ------------------*/


ul
{
list-style-type: circle;
color: #000;
text-align: left;
}

ul li
{
padding-top : 1px;
padding-bottom : 1px;
}

ul li:hover
{
background: #eee;
}

#jnal {
font-style: italic;
letter-spacing: 0px;
}





div#header {margin:0; margin-top:20px;}
div#header p {margin:0; padding-left:10px; line-height:1.4; }

div#container{text-align:left}
div#content p{line-height:1.4;}

div#footer{line-height:1.4;}
div#footer {margin:0;padding:0}
div#footer p{padding-left:10px;margin:0; } 

div#container{width:800px;margin:0 auto}

div#content{width:798px;}

div#navigation{float:left;width:221px;height:450px;}

div#contentindex p{line-height:1.4}
div#contentindex{float:right;width:577px;height:450px;}



/*------------ colors, borders, fonts ----------*/

body {background:#eee;}

div#header { background: #fff;
  	     border-top: outset 1px #0843b1;	border-left: outset 1px #0843b1;  	border-right: outset 1px #0843b1;}
div#header p {background:#0843b1;}
div#header a:link { color:#fff; font: 8pt bold arial sans-serif; text-decoration:none;}
div#header a:visited { color: #eee; font: 8pt bold arial sans-serif; text-decoration:none;}
div#header a:hover { background-color:#c00ce8; color: #fff; font: 8pt bold arial sans-serif; text-decoration:none;}
         

div#content {background:#fff; color:#000;  border-left: outset 1px #0843b1;  border-right: outset 1px #0843b1;}
div#content p{background:#fff; color:#000;}

div#footer{background: #0843b1; color: #000;
           border-bottom: outset 1px #0843b1;  border-left: outset 1px #0843b1;   border-right: outset 1px #0843b1;}
div#footer p{color:#fff; font:76% arial;line-height:1.4;}

div#navigation{background:#ffffff; border-left:outset 1px #0843b1;}

div#contentindex{background: #fff;  border-right: outset 1px #0843b1;}
 

a:link { color:#80089c; text-decoration:underline;}
a:visited {  color:#80089c; text-decoration:underline;}
h3 {
        font: bold 9pt arial; font-variant: small-caps; letter-spacing: 1px;
        color: #000;  text-decoration: underline overline; padding-top:15px;margin-bottom:2px;
        }


h1 {
        font: bold 13pt arial; font-variant: small-caps; letter-spacing: 2px; 
        color: #c00ce8;   text-decoration: none;
        }



