body
	{
	font-family:Verdana, Helvetica, sans-serif;
    background: #6A6A58;
	}
td
	{
	font-size: 11px; 
	color: #000000;
	}
p,li 
	{
	font-size: 11px; 
	color: #000000;
	}
h1
	{
	font-size: 1.3em;
	color: #EA8C00;
	font-weight: bold;
	}
.sc
	{
	font-size: 1.1em;
	color: #EA8C00;
	font-weight: bold;
	line-height:1.1em;
	}	
.large
	{
	font-size: 1.3em; 
	color: #000000;
	}
.medium
	{
	font-size: 1.1em; 
	color: #000000;
	}
.small
	{
	font-size: 0.8em; 
	color: #000000;
	}
.ex-small
	{
	font-size: 0.6em; 
	color: #000000;
	}
.small-bold
	{
	font-size: 0.7em; 
	color: #000000;
	}
.red-sm
	{
	font-size: 11px; 
	color: #620A08;
	}
.red
	{
	font-size: 1em; 
	color: #620A08;
	}
.orange-sm
	{
	font-size: 0.8em; 
	color: #EE2C00;
	}
.orange
	{
	font-size: 1em; 
	color: #EE2C00;
	}
.yellow
	{
	font-size: 1em; 
	color: #FFBF00;
	}
.grey-sm
	{
	font-size: 10px; 
	color: #D0CCC0;
	}
.grey
	{
	font-size: 0.8em; 
	color: #666666;
	}
.disclaimer
	{
	font-size: 0.8em; 
	color: #cccccc;
	}
	
/*background colors*/
.topnav
	{
	background: #EED2AA;
	}
.subnav
	{
    background: #38424B;
	}
.bg-white
	{
    background: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBE6D8;
	}
.bg-darkgrey
	{
    background: #D0C7B5;
	}
.bg-grey
	{
    background: #EBE6D8;
	}
.bg-ltgrey
	{
	background: #F8F5F1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0C7B5;
	}
	
/*link colors*/
a:link,a:visited
	{
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color:#CA5100;
	text-decoration:none;
	}
a:hover
	{
	text-decoration:underline;
	}
a.nav:link,a.nav:visited,a.navlinks:link,a.navlinks:visited 
	{
	font: bold 11px Lucida Grande, verdana, sans-serif;
	color:#FFBF00;
	text-decoration:none;
	line-height:1.7em;
	}
a.nav:hover,a.navlinks:hover
	{
	text-decoration:underline;
	}
a.nav-white:link,a.nav-white:visited
	{
    font: bold 11px Lucida Grande, verdana, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	}
a.nav-white:hover
	{
	text-decoration:underline;
	}
a.sidenav:link,a.sidenav:visited
	{	
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 0.8em; 
	color:#FFBF00;
    font-weight:bold;
	text-decoration:none;
	}
a.sidenav:hover
	{
	text-decoration:underline;
	}
a.orange:link,a.orange:visited
	{	
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 1.0em; 
	color:#EE2C00;
    font-weight:bold;
	text-decoration:none;
	}
a.orange:hover
	{
	text-decoration:underline;
	}
a.sidenav-top:link,a.sidenav-top:visited
	{	
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 1em; 
	color:#FFBF00;
    font-weight:bold;
	text-decoration:none;
	background:#620A08;
	letter-spacing:-0.04em;
	word-spacing:-0.1em;
	}
a.sidenav-top:hover
	{
	text-decoration:underline;
	}
a.seeall:link,a.seeall:visited
	{	
	font-family:Verdana, Helvetica, sans-serif;
	font-size: .9em; 
	color:#FFBF00;
    font-weight:bold;
	text-decoration:none;
	background:#620A08;
	letter-spacing:-0.04em;
	word-spacing:-0.1em;
	}
a.seeall:hover
	{
	text-decoration:underline;
	}


	
/*text color*/
.nav-white
	{
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 0.8em; 
	color:#FFFFFF;
	}
.nav-yellow
	{
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 1em; 
	color:#FFBF00;
	}



/*navbar boxes*/
#navcontainer ul
{
padding: .3em 0 .3em 0;
margin: 0;
list-style-type: none;
background-color: #EED2AA;
color: #FFF;
text-align: center;
width: 760px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.3em 1em;
background-color: #EED2AA;
font: bold 11px Lucida Grande, verdana, sans-serif;
color: #333333;
text-decoration: none;
}

#navcontainer ul li a:hover
{
background-color: #EF9C00;
color: #fff;
}
#navcontainer #current a
{
background-color: #38424B;
color: #fff;
}

#subnavcontainer ul
{
padding: .3em 0 .3em 0;
margin: 0;
list-style-type: none;
text-align: left;
}

#subnavcontainer ul li { display: inline; }

#subnavcontainer ul li a
{
	padding: 0.2em .5em;
	text-align: left;
}
