/* HHDL STYLE SHEETS */

/* GENERAL LAYOUT */
td		{ font-family:Verdana, Arial, Helvetica, sans-serif; 
			font-size:11px; 
			line-height:130%; }
body		{ margin-top:10px; background-color:#FFD21D; }
blockquote	{ margin-top:2px; margin-bottom:2px; }

/* LINK STYLES */
a img		{ border:0px; }
a, a:hover	{ text-decoration:none; }
a		{ color:#8D331D; }
a:hover		{ color:#000000; }
a.news		{ text-decoration:underline; }
a.news:hover	{ text-decoration:underline; }

/* FONT STYLES */
h1		{ font-size:17px; color:#8D331D; line-height:18px; }
.footer		{ font-size:10px; color:#8D331D; }
.date		{ font-size:10px; color:#999; }
.title		{ font-size:13px; color:#8D331D; font-weight:bold; }
.news		{ color:#FFF; }
.bodytext	{  }
.error		{ font-weight:bold; color:#8D331D; }

/* FOOTER */
#footer		{ margin-top:10px; }

/* PAGE BGs */
td.bgrightrow         { background-image:url("Images/bg_right.gif"); }
td.bgleftrow          { background-image:url("Images/bg_left.gif"); }
td.bgbottomrow        { background:url("Images/bg_bottom.gif") no-repeat; height:33px }
td.bgtoprow           { background:url("Images/bg_top.gif") no-repeat; height:7px }
td.news               { background-image:url(Iimages/news_grad.gif"); }

/* NEWS TICKER */
#news_ticker		{ background:url("Images/bg.news.ticker.gif") no-repeat; }

/* NAVIGATION BAR*/
#NavigationBar ul	{ list-style-type:none; margin:0px; padding:0px; }
#NavigationBar ul li	{ display: block; }
#NavigationBar ul li a	{ background:url("Images/top.gif") no-repeat 7px; display:block; 
			line-height:25px; height:25px; color:#000; 
			border-top:solid 1px #FFF; border-bottom:solid 1px #DCD3B2; }

#NavigationBar ul li a.nav-active, #navigation ul li a.subnav-active {  }
#NavigationBar ul li a.subnav-inactive, #navigation ul li a.subnav-active
			{ border-top:0px; border-bottom:solid 1px #ECE8D7; 
			background:url("Images/inner.gif") no-repeat 7px; }
#NavigationBar ul li a.subnav-inactive { background-color:#FEFCF2; }
#NavigationBar ul li a:hover, #NavigationBar ul li a.nav-active, #NavigationBar ul li a.subnav-active
			{ background-color:#EBE3C0; border-right:4px solid #C6821D; border-left:4px solid #C6821D;}
#NavigationBar ul li a.subnav-active, #NavigationBar ul li a.subnav-inactive:hover, #NavigationBar ul li a.subnav-active:hover { background-color:#FDF8E1; }

#MenuBar { background:url("Images/bg.nav.on.jpg"); height:28px; }
#MenuBar ul { display:inline; list-style-type:none; }
#MenuBar li { display:inline; padding:0px; }
#MenuBar li a { border-right: #895304 1px solid; padding:5px 10px 7px 10px; float:left; 
	color: #FFF; line-height:16px; text-decoration:none; }
#MenuBar li a:hover { background:url("Images/bg.nav.off.jpg"); }
#MenuBar li a.navitemon { background:url("Images/bg.nav.off.jpg"); }


/* SEND FORMS */
.sendfriend		{ width:100%; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; }


