/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
/*ul,ol { list-style:none }*/

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html,blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

ul
{list-style-type : none;}

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* Search Engine Layer - HIDDEN */
.seo {
	visibility: hidden;
	display:none;
}

body
{
	font:12px arial, sans-serif, tahoma;
	weight:bold;
	line-height:17px;
	color: #6d5300; 
	font-weight:normal;	
}	


/* Use main_style to control line height in Main Content, not td*/
td
{
	font:12px arial, sans-serif, tahoma;
	weight:bold;
	line-height:17px;
	color: #6d5300; 
	font-weight:normal;	
}

p
{
	font:12px arial, sans-serif, tahoma;
	weight:bold;
	line-height:15px;
	color: #6d5300; 
	font-weight:normal;	
}

/* BODY LINKS */
a:link
{
	font:12px arial, sans-serif, tahoma;
	weight:bold;
	line-height:15px;
	color: #6d5300; 
	font-weight:normal;	
	text-decoration: none;
}

a:visited 
{
	font:12px arial, sans-serif, tahoma;
	weight:bold;
	line-height:15px;
	color: #6d5300; 
	font-weight:normal;	
	text-decoration: none;
}

a:active 
{
	font:12px arial, sans-serif, tahoma;
	weight:bold;
	line-height:15px;
	color: #6d5300; 
	font-weight:normal;	
	text-decoration: none;
}

a:hover 
{
	font:12px arial, sans-serif, tahoma;
	weight:bold;
	line-height:15px;
	color: #ef423e; 
	font-weight:normal;	
	text-decoration: none;
}
/* END BODY LINKS */

/* SMALL 9px  LINKS*/
a.small:link {color: #6d5300; font-family: arial, sans-serif, tahoma; font-size: 10px; font-weight: bold; text-decoration: none;}
a.small:visited {color: #6d5300; font-family: arial, sans-serif, tahoma; font-size: 10px; font-weight: bold; text-decoration: none;}
a.small:active {color: #6d5300; font-family: arial, sans-serif, tahoma; font-size: 10px; font-weight: bold; text-decoration: none;}
a.small:hover {color: #ef423e; font-family: arial, sans-serif, tahoma;  font-size: 10px; font-weight: bold; text-decoration: none;}
/* SMALL 9px LINKS */


/* TOP ARROW LINKS*/
a.top_arrows:link {color: #6d5300; font-size: 15px; font-weight: bold; text-decoration: none;}
a.top_arrows:visited {color: #6d5300; font-size: 15px; font-weight: bold; text-decoration: none;}
a.top_arrows:active {color: #6d5300; font-size: 15px; font-weight: bold; text-decoration: none;}
a.top_arrows:hover {color: #ef423e;  font-size: 15px; font-weight: bold; text-decoration: none;}
/* TOP ARROW LINKS */


.search_listbox
{
	border-top-style: none;
	border-top-width: 0px;
	border-top-color:#bebebe;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color:#ffffff;	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color:#ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:#ffffff;
}

.topnav_listbox
{
	border-top-style: none;
	border-top-width: 0px;
	border-top-color:#c15e4b;;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color:#d27860;	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color:#d27860;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:#d27860;
}

.submit
{
	font:11px arial, sans-serif, tahoma;
	line-height:20px;
	color: #000000; 
	font-weight:normal;	
	height:20px;	
}	

/* FOOTER CONTROLS */
.footer
{
	font:10px arial, sans-serif, tahoma;
	line-height:12px;
	font-weight:bold;
	color:#6d5300;
	padding: 3px 0px 0px 0px;
	background-color: #e6dec9;
}



/*FOOTER LINKS*/
a.footer_link:link {color: #ffffff; font-size: 10px; font-weight: bold; text-decoration: none;}
a.footer_link:visited {color:#ffffff; font-size: 10px; font-weight: bold; text-decoration: none;}
a.footer_link:active {color:#ffffff; font-size: 10px; font-weight: bold; text-decoration: none;}
a.footer_link:hover {color:#ffffff; font-size: 10px; font-weight: bold; text-decoration: underline;}
/* END FOOTER LINKS */


.
{
	font-size:15px;
	font-weight: bold;
}