/*
SlateGray #708090
LightSteelBlue #B0C4DE
*/

* {
padding:0px;
margin:0px;
font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
font-size: 12px;
}

a, b, p {
font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
font-size:1.0em;
}

ul {
padding-left:20px;
list-style-image: url(images/diamond.png);
}

li {
font-size:1.2em;
}

h1 {
font-size:24px;
font-weight:bold;
}

h2 {
font-size:18px;
font-weight:bold;
}

h3 {
font-size:14px;
font-weight:bold;
}

table {
border-collapse:collapse;
border:solid 1px;
border-color:black;
}

td {
border:solid 1px;
border-color:black;
padding:5px;
font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
font-size:1.2em;
}

th {
border:solid 1px;
border-color:black;
background-color:lightsteelblue;
}

table.borderless {
border:0px;
}

table.borderless td {
border:0px;
}

table.borderless th {
border:0px;
}

a.nav {
font-size:11px;
font-weight:bold;
}

a.nav:link    {text-decoration:none;color:black; background-color:transparent;}
a.nav:visited {text-decoration:none;color:black; background-color:transparent;}
a.nav:active  {text-decoration:underline;color:blue; background-color:transparent;}
a.nav:hover   {text-decoration:none;color:white; font-weight:bold; background-color:black;}

td.top-nav {
text-align:center;
background-color:lightsteelblue;
font-size:12px;
border-left:1px solid black;
border-right:1px solid lightcyan;
border-bottom:0px;
}

td.side-nav {
text-align:center;
background-color:slategray;
font-size:12px;
border-top:1px solid black;
border-bottom:1px solid lightgray;
border-left:0px;
border-right:0px;
}

#screen {
 width: 1024px;
 border: solid 10px;
 border-color: slategray;
 background-color:ivory;
}

#header {
 border-bottom:solid 1px;
 border-color: black;
 background-color:slategray;
}

#leftcol {
 float:left;
 width:151px;
 background-color:slategray;
 border-bottom:solid 1px;
 border-color:ivory;
}

#content {
 float:left;
 width: 871px;
 text-align: center;
 border-left:solid 1px;
 border-right:solid 1px;
 border-bottom:solid 1px;
 border-color:black;
}

#content-nonav {
 width: 1022px;
 text-align:center;
 border-left:solid 1px;
 border-right:solid 1px;
 border-bottom:solid 1px;
 border-color:black;
}

#rightcol {
 float: right;
 width: 150px;
}

#footer {
 clear:both;
 background-color:slategray;
}

#infoPanel {
 border: 1px solid;
 border-color:slategray;
 background-color:lightsteelblue;
 padding:10px;
}

.panel {
font-size:11px;
text-align:left;
}

div.panel {
border:1px solid slategray;
padding-top:3px;
padding-left:5px;
padding-right:5px;
padding-bottom:5px;
background-image: url(images/pheadbkgd.gif);
background-position:top;
background-repeat:repeat-x;
}

h2.panel {
text-align:center;
font-size:12px;
}

h3.panel {
color:slategray;
}

ul.panel {
text-align:left;
padding-left:20px;
}

a.panelhdr {
font-size:12px;
}

/*
a.panel:link    {text-decoration:underline;color:blue; background-color:transparent;}
a.panel:visited {text-decoration:underline;color:blue; background-color:transparent;}
a.panel:active  {text-decoration:underline;color:blue; background-color:transparent;}
a.panel:hover   {text-decoration:none;color:white; font-weight:bold; background-color:black;}
*/



