
#leftcolumn{
float:left;
width: 210px;
height: 400px;
border: 0px;
padding: 5px;

padding-left: 18px;
}

#leftcolumn a{
padding: 5px 3px;
display: block;
width: 168px;
text-decoration: none;
color: black;
/*font-weight: bold;*/
border-bottom: 1px solid gray;
}

#leftcolumn a:hover{
background-color: #CCCCFF;
/*padding: 5px;*/
}

#rightcolumn{
float:left;
width:500px;
min-height: 400px;
border: 0px;
margin-left: 10px;
padding: 5px;
padding-bottom: 8px;
}


* html #rightcolumn{ /*IE only style*/
height: 400px;
}

.whitetable, .whitetable TD, .whitetable TH
{
background-color:white;
color:black;
}

.signage, .signage TD, .signage TH
{
background-image:url('./images/fovence_top_0.jpg');
background-color:white;
color:white;
font-family:sans-serif;
font-weight:488;
}

.menubar, .menubar TD, .menubar TH
{
background-image:url('./images/menu_bar.gif');
background-color:white;
color:black;
font-family:sans-serif;
font-weight:488;
}

.bottombar, .bottombar TD, .bottombar TH
{
background-image:url('./images/bottom_bar.jpg');
background-color:white;
color:black;
font-family:sans-serif;
font-weight:388;
}

.indented
{
padding-left: 5pt;
color:black;
font-family:sans-serif;
font-size:11pt;
}

.bodytt, .bodytt TD, .bodytt TH
{
color:black;
font-family:sans-serif;
font-size:11pt;
}


/* Used by menu */

.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
 color: #000000;
 font: 12px Arial, sans-serif;
 text-align: left;
 text-decoration: none;
 font-weight:bold;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
 color: black;
 font: 12px Arial, sans-serif;
 font-weight:bold;
 text-align: left;
 text-decoration: none;
}

.lowTsub, a.lowTsub:link, a.lowTsub:visited, a.lowTsub:active, a.lowTsub:focus {
 color: #000000;
 font: 12px Arial, sans-serif;
 text-align: left;
 text-decoration: none;
 font-weight:bold;
}

.highTsub, a.highTsub:link, a.highTsub:visited, a.highTsub:active, a.highTsub:focus {
 color: #ffffff;
 font: 12px Arial, sans-serif;
 font-weight:bold;
 text-align: left;
 text-decoration: none;
}

.boldText, a.boldText:link, a.boldText:visited, a.boldText:active, a.boldText:focus {
 color: blue;
 font: 12px Arial, sans-serif;
 font-weight:bold;
 text-align: left;
 text-decoration: none;
}

.highTextR, a.highTextR:link, a.highTextR:visited, a.highTextR:active, a.highTextR:focus {
 color: #000000;
 font: 12px Arial, sans-serif;
 font-weight:bold;
 text-align: center;
 text-decoration: none;
}

.boldTextR, a.boldTextR:link, a.boldTextR:visited, a.boldTextR:active, a.boldTextR:focus {
 color: blue;
 font: 12px Arial, sans-serif;
 font-weight:bold;
 text-align: center;
 text-decoration: none;
}


/* Borders used by some items */

.itemBorder {
 border: 1px solid #666666;
}
.itemBorderBlank {
 border: 1px solid #CCCCDD;
}


