/* page layout */
#html, body { margin: 0px; padding: 0px; height: 100% }

/* tables */
.pagetable { border-collapse: collapse; background: #406285; padding: 0px; width: 100%; height: 100%; }
.maintable { height: 438px; width: 777px; border-collapse: collapse; border: 0; background: #FFFFFF; }
.maininsettable { height: 428px; width: 767px; border-collapse: collapse; border: 0; background: #FFFFFF; }
.orangebartable { border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; border-right-color: #000000; border-left-color: #000000; height: 9px; width: 767px; background-image: url(images/orange_bg.jpg); background-repeat: repeat-x; }
.footertable { height: 25px; width: 767px; background-image: url(images/footer_bg.gif); background-repeat: repeat-x; }
.menutable { height: 95px; width: 125px; margin: 0px; padding: 0px; }
.contenttable { height: 294px; width: 767px; border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; border-right-color: #000000; border-left-color: #000000; }
.picturestable { height: 294px; width: 765px; }
.picturessubtable { height: 294px; width: 116px; }

/* table imagery */
.bottom { background-image: url(images/bbg.gif); background-repeat: repeat-x; }
.top { background-image: url(images/tbg.gif); background-repeat: repeat-x; }
.left { background-image: url(images/lbg.gif); background-repeat: repeat-y; }
.right { background-image: url(images/rbg.gif); background-repeat: repeat-y; }

/* content */
.menutext { font-family: "MS Sans Serif", Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF; font-weight: bold; text-decoration: none; }
.menutext:hover { font-family: "MS Sans Serif", Arial, Helvetica, sans-serif; font-size: 14px; color: #BC6B00; font-weight: bold; text-decoration: underline; }
.contenttext { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.menuchosen { font-family: Arial, Helvetica, sans-serif; color: #EBDEB4; text-decoration: none; font-size: 12px; }
.contenttextheader { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #003366; }
.tldcopyright { font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 10px; }
