@CHARSET "ISO-8859-1";

html, body {
	font-family: Arial;
	background-color : #ccffff;
}


h1 {
	font-size : 16px;
}

h2 {
	font-size : 14px;
}

h3 {
	font-size : 13px;
}

h2.pageTitle {
	position: relative; top: 3px;
}



table tbody tr th {
background: #ccffff;
}

table.white {
background-color : #ffffff;
color: 		black;
font-family: 	Arial,serif;

}
th {
background-color: #eeeeff;
padding-left:  0.5em;
}
tr.directline {
color:teal;
}

td {
padding-left:  0.5em;
padding-right: 1pt;
font-size: 12px;
vertical-align: top;
}

td.header {
background-color: #eeeeff;
font-weight: bold;
vertical-align: middle;
}

td.fullsize {
padding-left: 1pt;
padding-right: 2pt;
font-size= 12px;
}
td.directline {
color:teal;
padding-left: 0.5em;
padding-right: 2pt;

}
td.label {
color:maroon;
padding-right: 0.5em;
font-size: 11px;
}
A:link {
color: black;
text-decoration:none;
}
A:visited {
color: maroon;
text-decoration:none;
}
A.directline:visited {
color: navy;
text-decoration:none;
}
A:hover {
color:navy;
background:silver;
}

div#topleft {

position: absolute; 
left: 5px; 
top: 5px;
height: 85px; 
width: 200px; 
background-color: transparent; 
padding: 10px; 
color: white; 
border-top: 2px white groove; 
border-left: 2px white groove; 
border-right: 2px white groove; 
font-size: 13pt;
}

div#header {
position: absolute; 
left: 240px;
top: 5px;
height: 85px; 
width: auto; 
background-color: transparent; 
padding: 5px; 
color: white; 
border: 5px white groove; 
font-size: 13pt;
}

div#content {
position: absolute; 
left: 250px; 
top: 0px; 
width: auto;
align: center;
background-color: transparent; 
padding: 10px;
font-family: 	Arial,serif;
font-size: 10pt;
}


div#testhome {
position: absolute; 
left: 250px; 
top: 0px; 
width: auto;
align: center;
background-color: #bbffff;
padding: 10px;
font-family: 	Arial,serif;
font-size: 10pt;
A:link {
color: black;
text-decoration:underline;
}
}

div#navigation {
  position:absolute;
  left:5px;
  top:100px;
  width: 224px;        
  padding:10px;           
  font-family: 	Arial,serif;
  font-size: 10pt;
  border-bottom: 2px white groove; 
  border-left: 2px white groove; 
  border-right: 2px white groove; 
}

div#navigation ul {
  background-color: #bbffff;
  list-style-type: none; /* get rid of the bullets */
  padding:0;             /* no padding */
  margin:0;              /* no margin for IE either */
}

div#navigation ul li {
  margin: 0;
  padding: 0;
  background-color: #bbffff;
  display:block;
  border-top: 1px solid white; /* lines */
}

div#navigation ul li a {
  display: block;         /* lines extend to right, make area clickable */
  color: #475b70;
  background-color: #bbffff;
  padding: 3px 3px 3px 20px;
  margin:0;
  text-decoration: italic;
  height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
}

div#navigation ul ul li a {
  margin-left: 20px;     /* indent level 1 */
}

div#navigation ul ul ul li a {
  margin-left: 40px;     /* indent level 2 */
}


div#navigation ul li a:hover {
  color: red;
  background-color: #06C; /* rollover effect */
}

p { 
font-size: 10pt;
}
