/* Basic page elements */

body
{
margin:0px;
padding:0px;
font-family:verdana, arial, helvetica, sans-serif;
background-color:#f0ffff;
/* color:#333; */
}

h1
{
margin:0px 0px 15px 0px;
padding:0px;
font-size:25px;
/* line-height:28px; */
font-weight:900;
/* color:#777; */
}

h2 {
font-size:20px;
margin:0px 0px 0px 10px;
padding:0px;
/* display:inline */
/* margin-top: 0; */
/* margin-bottom: 0.25em; */
/* border-bottom: 1px solid navy */
}
h3 {
font-size:18px;
}
h4 {
font-size:16px;
}
h5 {
font-size:14px;
}
h6 {
font-size:12px;
}


p
{
font:12px/20px verdana, arial, helvetica, sans-serif;
margin:0px 0px 13px 0px; /* 16 was too much */
padding:0px;
color:#000000;
text-align: justify;
text-indent: 2em;
/*
word-spacing
letter-spacing
*/

}

p.short { text-indent:0px}

p.negindent { text-indent:-2em; margin-left:2em;}

.underlined { text-decoration:underline; }

hr {
size=1;
width:90%;
color: #777777;
background-color: #777777;
height: 1px;
border:none;
/* ideas http://www.sovavsiti.cz/css/hr.html */
}

/* testing ul/ol indentation for lists on contents */
#Content>ul
{
font:12px/20px verdana, arial, helvetica, sans-serif;
padding-left:50px;
color:#000000;
}

#Content>ol
{
font:12px/20px verdana, arial, helvetica, sans-serif;
color:#000000;
}

/* play with list-style-type: square or whatever for UL>UL and whatever? */
UL>LI {list-style-type:disc}

/* LI LI {list-style-type:disc}
LI LI LI {list-style-type:square} */


#Content>p {
/* margin:0px; screws layout big time! */
}

#Content>p+p {
/* text-indent:30px; */
}

/* CSS-P (div's) */

#Header
{
/* position:absolute; */
width: 100%;
height: 140px;
color: #000;
background-image: url(../images/isclogo.jpg);
background-color:#dfffff;
background-repeat: no-repeat;
background-position: top center;
/* padding: 0px; margin: 0px; top: 0px; left: 0px; */
}

#Menu
{
font:12px/20px verdana, arial, helvetica, sans-serif;
position:absolute;
top:165px;
left:5px;
width:192px;
padding:10px;
background-color:#ADCFF7; /* CCD6FF eee; */
border:1px solid #999;
line-height:17px;
/* IE5/Win box model hack */
voice-family: "\"}\"";
voice-family:inherit;
width:170px;
}
/* be nice to Opera 5 */
body>#Menu {width:170px;}

#Content
{
/* position:absolute; */
margin:0px 0px 0px 200px;
padding:20px;
}

table#test
{
font:14px arial, sans-serif;
border:0px;
padding:0px;
margin:0px;
color: #000000; /* text-color */
background: #000000; /* #579FF7; */
text-align:center;
}

table#test td
{
border:0px;
padding:0px;
margin:0px;
/* text-align:center; */
/* border: 1px solid #000; */
}

.data {
color: #000000;
text-align: center;
background-color: #ADCFF7; /* ok, light blue */
}

.hdrs {
/* font-weight: bold; */
/* font-style: italic; */
text-align: center;
background-color: #579FF7;
}

.rows {
color: #000000;
text-align: center;
background-color: #6495ED; /* ok, light blue */
}

.centered {
text-align: center;
}