@charset "iso-8859-1";

#tlayout td {
  padding: 0px;
}

#masthead
{
	background-color: #8C8A52;
	color: #fff;
}

#footer
{
	background-color: #8C8A52;
	color: #fff;
}

.fnav
{
  background-color: #BDBA8C;
  color: #000000;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  valign: top;
  align: left;
}
.fnav ul li
{
	display: block;
  text-decoration: none;
	border-top: solid 1px #000;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
  margin-left: -2em;
  margin-right: 1em;
	padding: 0;
  width: 12em;
	list-style-type: none;
}
.fnav ul li a
{
	display: block;
	text-decoration: none;
	padding: 2px 10px;
	color: #336;
	background-color: #DEDFBD;  
}
.fnav ul li a:hover
{
 	background-color: #336;
	color: #fff;
}
.fnav h3
{
  margin-right: 1em;
	font-size: 110%;
}

.fnav2
{
  background-color: #BDBA8C;
  color: #000000;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  valign: top;
  align: right;
}
.fnav2 ul li
{
	display: block;
  text-decoration: none;
	border-top: solid 1px #000;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
  margin-left: -2em;
  margin-right: 1em;
	padding: 0;
  width: 12em;
	list-style-type: none;
}
.fnav2 ul li a
{
	display: block;
	text-decoration: none;
	padding: 2px 10px;
	color: #336;
	background-color: #DEDFBD;  
}
.fnav2 ul li a:hover
{
 	background-color: #336;
	color: #fff;
}
.fnav2 h3
{
  margin-left: 1em;
	font-size: 110%;
}

* html .fnav ul
{
	position: relative;	/* IE needs this to fix a rendering problem */
}

body
{
	margin: 0;
	padding: 0;
	color: #000;  
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #BDBA8C;
}

.hide
{
	display: none;
}

.clear, #nsFooterClear
{
	clear: both;
}

.inside
{
	padding: 0 1.5em;	  
}

#oldBrowserNotice
{
	text-align: center;
	display: block;		/* overriding the display:none on this block
				   so that version 4 browsers still see the
				   old browser notice */
}
#contentColumn
{
  position: absolute;
  margin: 0;
  border: solid 1px #000;  
  margin-top: -1px;  
	color: #000;
	background-color: #BDBA8C;  
	float: left;
	position: relative;
	z-index: 10;
	overflow: visible;	  
	border-width: 0; 
}

#leftColumn
{
	float: left;
	width: 12em;
}

#rightColumn
{
	float: right;
	width: 12em;
}

#footer
{
	text-align: center;
  border: solid 1px #000;
}


/*-*-*- borders.css -*-*-*/

#masthead, #footer, .hnav
{
	border: solid 1px #000;
}

/*-*-*- colors.css -*-*-*/

#pageWrapper
{
	background-color: #fff;
	color: #000;
}

/*-*-*- gutters.css (or what's left) -*-*-*/

#pageWrapper
{
	margin: 0 1em;
}

/******************************************************************************/


a {
	color: #ffffff;
}

a:hover {
	color: #cccccc;
}

.input_widget {
	font: 12px arial, helvetica, sans-serif;
}

.faq a {
  color: #336;
}

.faq a:hover {
  color: #666;
}

#mytable {
	width: 100%;
	padding: 0;
	margin: 0;
}

#mytable caption {
	padding: 15px 0 5px 0;
	width: 100%;	 
	font: italic 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#mytable th {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(/images/table_head.jpg) no-repeat;
}

#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#mytable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


#mytable td.alt {
	background: #F5FAFA;
	color: #797268;
}

#mytable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
}

#mytable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

.hnav
{
	border-bottom: solid 0px #fff;
	text-align: center;
}

.hnav, .hnav ul li a
{
	padding-top: 3px;
	padding-bottom: 4px;
}
.hnav ul, .hnav ul li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.hnav ul li a
{
	margin: 0 -1px 0 0;
	padding-left: 10px;
	padding-right: 10px;	
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	white-space: nowrap;
}
.hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active, .hnav ul li a:hover
{
	text-decoration: none;
}
.hnav ul li span.divider
{
	display: none;
}
* html .hnav ul li, * html .hnav ul li a
{
	width: 1%; 
	display: inline-block;	
		width: auto;
		display: inline; 
		position: relative;

}
* html .hnav, * html .hnav ul a
{
	height: 0.01%; 
}
* html .HNAV
{
	padding: 0;	
}




p, h1, h2, h3, h4, h5, h6
{
	margin: 1em 0;
}

#leftColumn, #centerColumn, #rightColumn, #masthead
{
	padding-top: 0.5em;
	padding-bottom: 0.5em;	
}
#masthead, #footer
{
	padding: 1em;
}


#pageWrapper
{
	font-size: 80%;
}
#footer
{
	text-align: center;
}
/* :root is an invalid pseudo class but mozilla knows it */
:root code
{
	font-size: 120%;	/* monospace fonts are typically smaller that 
				   'normal' fonts under Mozilla. */
}

#leftColumn, #rightColumn
{
	float: left;
	position: relative;
	z-index: 10;
	overflow: visible;	
}
#rightColumn
{
	float: right;	
	width: 15em;
	margin: 0 -15em 0 1px;	
}
#leftColumn
{
	width: 15em;
	margin: 0 1px 0 -15em;
}
#footer
{
	position: relative;
}
#masthead h1
{
	display: inline;	
}
.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}
.hide, #oldBrowserNotice, .ieSixCharDupBug
{
	/* hide elements that CSS-targeted browsers shouldn't show */
	display: none !important;
}

#outerColumnContainer, #contentcolumn	/* selector case hack to reset version 4
					   stylesheet setting */
{
	background-color: #ddb;		/* this sets the background color on the
					   center column */
	color: #000;
}
#leftColumn, #rightColumn, #contentColumn
{
	color: #000;
}


.hnav
{
	background-color: #BDBA8C;
}
.hnav li
{
	background-color: #BDBA8C;
	color: #336;
}
.hnav ul
{
	background-color: #BDBA8C;
}
.hnav a
{
	background-color: #ddb;
	color: #336;
}
.hnav ul li a:hover
{
	background-color: #336;
	color: #fff;
}
