.breadcrumb
{
   font-size: 8.5pt;
   padding-top: 3px;
   font-family: Arial, Helvetica, sans-serif;
}

.header
{
   font-weight: bold;
   font-size: 13pt;
   padding-bottom: 3px;
   color: #000099;
   padding-top: 3px;
   font-family: Arial, Helvetica, sans-serif;
}

TD
{
   font-size: 10pt;
   font-family: Arial, Helvetica, sans-serif;
}

.subnav
{
   font-size: 8.5pt;
   color: #000099;
}

.subheader
{
   font-weight: bold;
   font-size: 10pt;
   color: #000099;
}

.smForm
{
   font-size: 8pt;
}

.big
{
   font-size: 12pt;
}

.small
{
   font-size: 8.5pt;
}

.bold
{
   font-weight: bold;
}

.italic
{
   FONT-STYLE: italic;
}

P
{
   font-size: 10pt;
   font-family: Arial, Helvetica, sans-serif;
}

BODY
{
   font-size: 10pt;
   font-family: Arial, Helvetica, sans-serif;
}

/*Formatting for the message board*/

/*buttons*/
.button
{
   background-color: #D7D7D7;
   color: #000000;
   font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
   margin-left: 1px;
   margin-right: 1px;
   margin-top: 2px;
   margin-bottom: 3px;
}

/*Blends the helpbox into the background of the page*/
.helpbox
{
   border-style: none;
   background-color: #CCC;
   margin: 5px;
}

/*Sets the properties of the post form*/
.post_header
{
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 1.2em;
   text-align: center;   
}

.post_editform
{
   border-width: 1px;
   border-style: solid;
   background-color: #CCC;
}

/*Background color for the subject line and post area*/
.form_elements_text
{
   color: black;
   background-color: white;
}

/*Background color for the dropdown menus*/
.form_elements_dropdown
{
   background-color: white;
}

img
{
   border-style: none;
}

/*Formatting for the chat room*/

.chat_name 
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: #000099;
}

.chat_time 
{
   font-style: italic;
   font-size: 9px;
}

.chat_post
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
}

.chat_post_red
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   color: #FF0000;
}

.counter
{
   font-family: "Trebuchet MS",Arial,Helvetica;
   font-size: 25px;
   color: #FF00FF;
}

ul.ticklist
{
   list-style-image: url('./template_images/tick.gif');
}

ul.nobullet
{
   list-style-type: none;
}

/* The sorrounding chart box */
.chartbox
{
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #333;
   text-align: center;
   margin: auto;
   border: 1px solid #333;
   padding: 5px;
   padding-top: 0px;
   padding-bottom: 0px;
   overflow: hidden;
   background-color: #fff;
}

.chartbox h2
{
   font-size: 14px;
   font-weight: bold;
   padding: 0px;
   margin: 0px 0px;
}

/* Vertical chart elements */

.barv
{
   margin: 2px;
   float: left;
}

.barvvalue
{
   padding: 0px;
   margin: 0px;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   text-align: center;
}

/* Horizontal chart elements */

.barh
{
   margin: 4px;
   text-align: left;
   clear: both;
}

.barhvalue
{
   padding: 0px;
   margin: 0px 5px;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   text-align: left;
   overflow: hidden;
   float: left;
}

.barhcaption
{
   padding: 0px;
   margin: 0px 5px;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   text-align: right;
   overflow: hidden;
   float: left;
}

.barhimage
{
   float: left;
}

.med
{
   font-family: "Trebuchet MS", Arial, sans-serif;
   font-size: 16px;
}

.xlgB
{
   font-family: "Trebuchet MS", Arial, sans-serif;
   font-size: 20px;
   font-weight: bold;
   color: blue;
}

.xlgR
{
   color: red;
   font-family: "Trebuchet MS", Arial, sans-serif;
   font-size: 20px;
   font-weight: bold;
}

.tableBorder2R
{
   border-color: red;
   border-style: double;
   border-width: 4px;
}

.tableBorder2B
{
   border-style: double;
   border-width: 4px;
   border-color: blue;
}


/* navigation menu styles */
#navMenuWrapper
{
   margin: 0;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   width: 75%;
}

#navMenu
{
   margin: 0;
   width: auto;
}

#navMenu ul
{
   line-height: 20px;
   margin: 0;
   padding: 0;
}

#navMenu li
{
   background: #999;
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}

#navMenu ul li a
{
   border: 1px solid #FFF;
   color: #FFF;
   display: block;
   font-family: "Comic Sans MS", cursive;
   height: 20px;
   text-align: center;
   text-decoration: none;
   text-shadow: #000 1px 1px 1px;
   width: 150px;
}

#navMenu ul li ul li a
{
   text-align: left;
}

/*********************************************/
/* hide menu and allow it to return */
/*********************************************/

#navMenu ul ul
{
   position: absolute;
   top: 22px;
   visibility: hidden;
}

#navMenu ul ul li
{
   margin-left: 7px;
   text-align: left;
}

#navMenu ul li:hover ul
{
   visibility: visible;
   z-index: 9999; 
}

/**********************************************/

/*sets top level hover color*/

#navMenu li:hover
{
   background: #09F;
}

/*sets link items hover color and background*/

#navMenu ul li:hover ul li a:hover
{
   background: #CCC;
   color: #000;
}

/* Changes text color on hover for main menu hover*/

#navMenu a:hover
{   
   color: #000;
}

/* IE7 Display Fix */

#navMenu #holder ul li
{
   display: inline;
}

/* Contains the Float */
.clearFloat
{
   clear: both; 
   margin: 0;
   padding: 0;
}

.navCenter
{
   text-align: center;
}
