/******************************/
/***** Top Drop Down Menu *****/
#dropmenudiv
{
   border-left:1px solid black; 
   border-right:1px solid black; 
   border-top:1px solid black; 
   border-bottom:0px solid black; 
   position:absolute;
   line-height:15px;
   z-index:100; 
   font-style:normal; 
   font-variant:normal; 
   font-weight:normal; 
   font-size:9px; 
   font-family:Verdana
}

#dropmenudiv a
{
   width: 100%;
   display: block;
   text-indent: 3px;
   border-bottom: 1px solid black;
   padding: 1px 0;
   text-decoration: none;
   font-weight: none;
}

#dropmenudiv a:hover                 /*hover background color*/
{ 
   background-color: gray;           /*mouse over submenu*/
   font-weight: bold;
   color: black;
}

a.menu
{
   color: #cccccc;
   font-family: Verdana;
   font-size: 10pt;
   font-weight: bold;
   text-decoration: none;
}

a.submenu
{
   color: black;
   font-family: Verdana;
   font-size: 8pt;
   font-weight: none;
   text-decoration: none;
}
/******************************/



/*************************************/
/***** Top Menu Divider and Words*****/
tr.menu
{
   background: url('images/tech_menubg.jpg');
   height: 20px;
   color: silver;
   vertical-align: middle;
   text-align: center;
}

td.menu
{
   width: 125px;
   text-indent: 0;
   text-align: center;
   vertical-align: middle;
   font-family: Verdana;
   font-size: 9pt;
   font-weight: bold;
   text-decoration: none;
}
/*************************************/


/******************************/
/**** Side Menu Format ****/

td.sidemenu
{
   background-color: #79a68f;
   color: black;
   height: 17;
   text-indent: 3;
   text-align: left;
   vertical-align: middle;
   font-family: Verdana, Arial;
   font-size: 8pt;
   font-weight: none;
   font-style: none;
   text-decoration: none;
}

.on
{
   cursor: pointer;
   background-color: #163422;
   color: #ffffff;
   height: 17;
   text-indent: 3;
   text-align: left;
   vertical-align: middle;
   font-family: Verdana, Arial;
   font-size: 8pt;
   font-weight: none;
   font-style: none;
   text-decoration: none;
}

.onwps
{
   cursor: pointer;
   background-color: maroon;
   color: #ffffff;
   height: 17;
   text-indent: 3;
   text-align: left;
   vertical-align: middle;
   font-family: Verdana, Arial;
   font-size: 8pt;
   font-weight: none;
   font-style: none;
   text-decoration: none;
}

.onetc
{
   cursor: pointer;
   background-color: #015044;
   color: #ffffff;
   height: 17;
   text-indent: 3;
   text-align: left;
   vertical-align: middle;
   font-family: Verdana, Arial;
   font-size: 8pt;
   font-weight: none;
   font-style: none;
   text-decoration: none;
}

.off
{
   background-color: #79a68f;
   color: black;
   height: 17;
   text-indent: 3;
   text-align: left;
   vertical-align: middle;
   font-family: Verdana, Arial;
   font-size: 8pt;
   font-weight: none;
   font-style: none;
   text-decoration: none;
}
/******************************/



/************************/
/***** Tech Title *****/
td.tech_title {
   background: url('images/tech_title.jpg');
   color: white;
   height:60;
   text-indent: 18;
   text-align: left;
   vertical-align: middle;
   font-family: impact;
   font-size: 24pt;
   font-weight: none;
   font-style: none;
   text-decoration: none;
}
/************************/



/*********************************/
/***** Left and Right Border *****/
td.lborder {
   background: url('images/tech_lborder.jpg');
   width: 5;
   text-indent: 15;
   text-align: left;
   vertical-align: middle;
}

td.rborder {
   background: url('images/tech_rborder.jpg');
   width: 5;
   text-indent: 15;
   text-align: left;
   vertical-align: middle;
}
/*********************************/



/*****************************************/
/***** Content Title, Text, and Link *****/
td.title {
   background: url('images/lightsubtbg.jpg');
   color: maroon;
   height:30;
   text-indent: 0;
   text-align: center;
   vertical-align: middle;
   font-family: Arial;
   font-size: 10pt;
   font-weight: bold;
   font-style: none;
   text-decoration: none;
}

td.text {
   background-color: #ffffff;
   color: #444444;
   text-indent: 0;
   text-align: justify;
   vertical-align: middle;
   font-family: Arial;
   font-size: 9pt;
   font-weight: none;
   font-style: none;
   text-decoration: none;
}

a.link {
   color: #00325a;
   font-family: Arial;
   font-size: 9pt;
   font-weight: bold;
   font-style: none;
   text-decoration: underline;
}
/*****************************************/



/**********************/
/***** Disclaimer *****/
font.disclaimer {
   color: silver;
   font-family: Verdana;
   font-size: 7pt;
   font-weight: none;
   text-decoration: none;
}
/**********************/
