

/* Older CSS */
caption { font-family: Arial; font-size: 10pt; font-weight: bold;color: #000000 }
h1 { font-family: Arial; font-size: 20pt; color: #000000; font-weight: bold }
h2 { font-family: Arial; font-size: 14pt; color: #000000; font-weight: bold }
td { font: 11px tahoma; color: #000000 }
th { font-family: Arial; font-size:12px;color:#FFFFFF;background-color:#000000;height:30;	}



body{margin:0;padding:0;background-color:black;font:12px arial;}
.logo{float:left; border:none;}
.leftcol { float:left; width:152px; background-image:url(tail.png); background-repeat:no-repeat; vertical-align:top;}
.maincol {float:left; width:605px; }
.mainBodyArea {padding:0; margin:0; background-image:url(whitebg6.png); background-repeat:repeat-y;width:605px; text-align:left; }

.mainBodyPadding{padding:5px 25px 0 25px; min-height:680px; vertical-align:top; max-height:1900px;}

.rightOrangeCol {float:left; width:170px; margin-top:10px; background-image:url(orangeBG.gif); background-repeat:repeat-y;}
.orangeColumnText {padding:0 10px; width:140px; font:12px tahoma; height: 425px; overflow: auto;}
.orangeColumnText .lastUpdated{font:10px tahoma; padding-bottom:8px;}
.orangeColumnText h2 {padding:5px 0 5px 0; margin:0; font:bold 13px tahoma;}
.orangeColumnText h3 {padding:0; margin:0; font:italic 13px tahoma;}
.orangeColumnText a {color:#000; font:bold 11px tahoma; }
.orangeColumnText a:hover {color:#fff; font:bold 11px tahoma;}
.orangeColumnText hr {color:black;}
.bodyText {float:left; width:375px; padding:10px 7px 0 0px; min-height:680px;}
.mainBodyPadding h4, .bodyText h4{padding:0; margin:0; font:bold 13px arial;}

.bodyText h3, h3{padding:10px 0; margin:0; font:bold 18px tahoma; color:#226b1c;}
.topbodybg{background-image:url(topbg3.jpg);  background-position:top; background-repeat:no-repeat; width:975px;}
.tigerbody{background-image:url(bottomBG.png); background-position:bottom; background-repeat:no-repeat; width:975px;}
.footer{color:white; font:bold 15px arial; padding:30px 0 23px 0}
.footer #contactinfo{color:white; font:bold 12px arial}





/* CSS FOR LEFT MENU */
/* =================  */
.leftcolPadding{padding: 60px 0 0 0; margin:0; text-align:right;}

/*WIDTH OF MAIN MENU ITEMS*/ 
.glossymenu, .glossymenu li ul{ text-align:right;list-style-type: none;margin: 0;padding:0;width: 152px; }

.glossymenu li{position: relative;}
.glossymenu .toplevel {background-image: url(leaf.png); background-repeat:no-repeat;
background-color:none; background-position:right; height:50px;padding:0px 10px 0 0;}
.toplevel div{padding-top:12px;}

.glossymenu li a{ 
font: bold 12px Verdana, Helvetica, sans-serif;
color: white; display: block; width: auto; padding: 5px 0;
padding-left: 10px; text-decoration: none;
}



.glossymenu li a:hover{color:#ff6600;}
.toplevel div a:hover{color:#ff6600;}
#leftnavlnk:hover {color:#ff6600;}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 12px;
display: none;
background-color:#226b1c;
text-align:left;
}

.glossymenu li ul li{float: left; border-bottom:1px solid green;}
.glossymenu li ul a{width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */}
.glossymenu .arrowdiv{position: absolute;right: 2px;}
/*background: transparent url(arrow.gif) no-repeat center right;*/
.glossymenu li a:visited, .glossymenu li a:active{color: white;}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */



