BODY {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	margin: 10px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: small;


      }

h1 { font-family: verdana,arial,helvetica,sans-serif; font-size: 18px; color: #000080 }

A:link {color: #000080; text-decoration : underline; background: transparent;}/*normal links in the text*/
A:visited {color: #000080; text-decoration : underline; background: transparent;}
A:hover { color: #000080; text-decoration : underline; background: #CCCCCC;}
A:active {color: #000080; text-decoration : none; background: transparent;}

.Content li a:visited {color: #3366cc;}

/*now follow the section links in the navigation bar on the left side*/        
A.nav {color: #FFFDFB;
  font-weight: 600; 
  text-decoration : none; 
  background: transparent; 
  display: block; 
  width: 120px;  
}
A.nav:visited {color: #FFFFFF; 
  font-weight: 600; 
  text-decoration : none;
  background: transparent;
  display: block; 
  width: 120px;  
  }
A.nav:hover { color: #336699; 
  font-weight: 600; 
  text-decoration : none; 
  background: #ececec;
  display: block; 
  width: 120px;  
  }
A.navtot {color: #ffffff; 
  text-decoration: none; 
  background: transparent; 
  font-weight: 800;
  display: block; 
  width: 120px;  
}/*the actual page*/

/*now follow the section links in the footer*/        
A.nav2:link {color: #ffffff;
  font-weight: 600; 
  text-decoration : none; 
  background: transparent; 
}
A.nav2:visited {color: #ffffff; 
  font-weight: 600; 
  text-decoration : none;
  background: transparent;
  }
A.nav2:hover { color: #336699; 
  font-weight: 600; 
  text-decoration : none; 
  background: #ececec;
  }
A.navtot2 {color: #ececec; 
  text-decoration: none; 
  background: transparent; 
  font-weight: 800;
  }/*the actual page*/
  
strong, b {font-weight: 800;}/*NN 4.xx needs that...*/ 
big {font-size: larger;}/*to emphasize words, use it inline with a <span> class*/ 
small {font-size: 11px; font-weight: 400;}/*not really necessary, but one never knows...use it inline with a <span> class*/


FORM {
	font-family : "Trebuchet MS", Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	margin-left: 0;
	width: auto;

}

INPUT, TEXTAREA {
	font-family : "Trebuchet MS", Verdana, Arial, Geneva, Helvetica, sans-serif;
	padding: 2px;
	font-size: 13px;
	color: #006699;
	background-color: #FFFDFB;
	border: solid 1px #FFCC99;
}

.button {    
	font-family: "Trebuchet MS", Verdana, Arial, Geneva, Helvetica, sans-serif;
	padding: 2px;
	font-size: 13px;
	color: #FFF3E7;
	background-color: #006699;
  border: outset 1px #FFCC99;
}
  .tinybutton {    
	font-family: "Trebuchet MS", Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: 200;
	padding: 0px;
	font-size:12px;
	color: #cccccc;
	background-color: #003399;
  border: outset 1px #003399;
}   
}    


.border {
	border: thin solid #000000;
}
.navtable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	border: thin solid #000080;
}


.Reference {cursor:pointer;cursor:hand;text-decoration: underline;}

/*
(c) 2006 Jack	
All Rights Reserved	
Foreign and Domestic	
lower half is subheader
gold is FECC00 black is 330000
*/

#subheader
{
width: 100%;
padding: 3px;
background-color: #EDEDF1;
background: #EDEDF1;
color: #000;
}

#subheader li
{ 
	text-align: center;
	display: inline;
	list-style-type: none;
}

#subheader .menu
{
margin-top: 0;
}


#subheader .menuItem
{
background-color: #000080;
background: #000080;
color: #FFF;
font-weight: bold;
display: inline;
}

#subheader .menuItem:link 
{
color: #FFF;
}

#subheader .menuItem:visited 
{
color: #FFF;
}



#subheader .menuItem:hover 
{
background-color: #CCCCCC;
background: #CCCCCC;
color: #000080;
}


#leftColumn
{
background-color: #630000;
background: #630000;
vertical-align: top;
width: 25%;
}


#leftColumn .text
{
color: #FFF;
}

.menu {
white-space: nowrap;
margin-top: 20px;
display: block;
}


.menuItem 
{
width: 90px;
color: #FFF;
font-size: 9pt;
font-weight: normal;
font-family: Helvetica, Arial, sans-serif;
white-space: nowrap;
text-align: center;
padding: 2px 15px 2px 15px;
text-decoration: none;
}

#subheader .menuSeparator
{
  width: 5px;
  padding: 5px;
  margin: 0px;
  display: inline;
}

#leftColumn .menuItem
{
  display: block;
  height: 20px;
  width: 100%;
}

#leftColumn .menuSeparator
{
  display: block;
  height: 15px;
}

.menuItem:link 
{
color: #FFF;
}



.menuItem:visited 
{
color: #FFF;
}


.menuItem:hover 
{
color: #FEC000;
}

#leftColumn .menuItem:hover 
{
background-color: #630000;
color: #FEC000;
width: 100%;
}

