body { margin:0px; background: #922f39; }

img { border: 0; }

.maintext {FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY:  Arial;}

.maintextb {FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY:  Arial;}

.maintextc {text-align: center; FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY:  Arial;}

.maintitle {FONT-WEIGHT: bold; FONT-SIZE: 20px; COLOR: #000000; FONT-FAMILY:  Arial; font-variant: small-caps;}

.subtitle {FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #000000; FONT-FAMILY:  Arial;}


#colorbelts td { width: 120px; background: #ffffff; color: #000000; text-align: center;}
	
#colorbelts a { color: #000000; font: 12px  Arial; font-weight: bold; line-height:15px; letter-spacing:.1em; text-decoration: none; }
	
#colorbelts a:hover { font-style: italic;  }

A:link {COLOR: #e3ad00;}

A:visited {COLOR: #e3ad00;}

A:active {COLOR: #e3ad00;}

A:hover {COLOR: #e3ad00; }

/* **************** Colors *************************

Light Orange from the dragon stomach: #f4c42b

Burnt Orange from the logo lettering: #e3ad00

Dragons Red Nose: #922f39

************************************************** */

#navigation td { border-bottom: 1px solid #000000;}
	
#navigation a { font: 11px  Arial; font-weight: bold; color: #000000; line-height:15px; letter-spacing:.1em; text-decoration: none; display:block; padding:2px 8px 2px 8px; }
	
#navigation a:hover { background: #ffffff; color:#000000; }


.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
                 background: #f4c42b; }


/* ######### Default class for drop down menus ######### */

.anylinkcss{ position: absolute; left: 0; top: 0; visibility: hidden; border: 1px solid black;
             border-bottom-width: 0; font: normal 11px Arial; line-height: 15px;
             z-index: 100; /* zIndex should be greater than that of shadow's below */
             background: #f4c42b; width: 130px; /* default width for menu */  color: #000000; }

.anylinkcss ul{ margin: 0; padding: 0; list-style-type: none; }

.anylinkcss ul li a{ width: 100%; display: block; text-indent: 3px; border-bottom: 1px solid black;
                     color: #000000; padding: 1px 0; text-decoration: none; font-weight: bold; 
                     text-indent: 5px; }

.anylinkcss a:hover{ background: #ffffff; color: #000000; }


/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */ position: absolute; left: 0; top: 0;
                z-index: 99; /*zIndex for shadow*/ background: #ffffff; visibility: hidden; }
