/*BODY*/body { color: #000000; margin-left: 0px; margin-top: 0px; font-size: 14px; font-family: "ms sans serif", "sans serif" }/*PARAGRAPHs*//*PARAGRAPH TAGS AFFECT SPACING AND CAN BE USED TO AFFECT SPACING*//*used to create white, 12px text, left is default*/p.button { font-size: 12px; color: #FFFFFF; font-family: "ms sans serif", "sans serif"  }p.top { margin-bottom: -3px }/*used for text under / over image. arial/10/blue/bold. */p.introcap { text-align: center; color: #000099; font-size: 10pt; font-weight: bold; font-family: "ms sans serif", "sans serif" }/*used to create black 9pt text (black and left are default)*/p.data { font-size: 12px; font-family: "ms sans serif", "sans serif"  }/*used to make text appear invisible--dont' know if we want to keep this*/p.display { display: none; color: #FFFFFF }/*FONTS*//*FONT TAGS CAN CHANGE TEXT WITHOUT CHANGING ALIGNMENT OR SPACING *//*this is used to reset the text to black (e.g in red bullets) STILL NEED?*/font.black { color: #000000 }/*sets font color to red*/font.red { color: #CC0033 }/*used to reset the text to black (e.g in red bullets) and the */ /* text to small STILL NEED?*/font.data { color: #000000; font-size: 12px }/*this is used to set the text to 9pt courier in examples */font.code { color: #000000; font-size: 12px; font-family: courier }/*HEADERS AUTOMATICALLY ADD SPACE AFTERWARDS *//*larger, bold, blackblue text for headers */h4 { font-size: 14px; margin-bottom: 2px; font-family: arial, helvetica, "sans serif" }h5 { color: #000066; font-size: 12px; margin-bottom: 2px; font-family: arial, helvetica, "sans serif" }/*form tag to get rid of space after the form*/form.nospace {margin-bottom: 0px; vertical-align: middle; }/*TABLE TAGS*/table  { border-collapse: collapse; border-spacing: 0; }/*sets the width of a table to 750. can't use cellspacing or padding in stylesheet*/table.main { width: 750; vertical-align: "top"; border: none;}/*this width is for the red menu bar that aligns with "expanding"*/table.topmenu706 { width: 706; background-color: #CC0033; border: 0 }/*used for red menu bar that goes across the whole page*/table.topmenu { width: 750; background-color: #CC0033; border: 0 }/*sets the width of a table to 580. can't use cellspacing or padding in stylesheet*//*this width and the sidebar equal 750, which is the ballue of table.main*//*see inclcol1 and inclcol2 for the main settings of the main columns of this table*/table.inclmain { width: 580; vertical-align: "top" }/*Used for title table. sets the width of a table to 750 *//*and the background to blue */table.titlebar { width: 750; background-color: #3060A8; border-collapse: collapse; border-spacing: 0;}/*Used for bottom menu. sets the width of a table to 750 *//*and the background to blue */table.bottommenu { width: 750; background-color: #3060A8; border: 0 }/*sets table background colors without width restriction*/table.redback { background-color: #CC0033 }table.blueback { background-color: #3060A8 }/*this aligns the table right. align doesn't work in css. *//* used for tables like features in second column. right aligning in *//* td does not work */table.right { float: right }/*tried to set table spacing to 0 but currently does not work*//*table { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px }*//*COLUMN TAGS THAT SET WIDTHS*//*sets the location cell to use white 12px font and right aligns text */td.locationopen { font-size: 12px; color: #FFFFFF; font-family: "ms sans serif", "sans serif"; text-align: right }/*sets the location cell to use white 12px font; sets width to 220; and right aligns text */td.location { width: 220; font-size: 12px; color: #FFFFFF; font-family: "ms sans serif", "sans serif"; text-align: right }/*sets the location cell to use white 12px font; sets width to 260; and right aligns text */td.locationlong { width: 280; font-size: 12px; color: #FFFFFF; font-family: "ms sans serif", "sans serif"; text-align: right }/*sets the location cell to use white 12px font; sets width to 260; and right aligns text */td.locationlonger { width: 300; font-size: 12px; color: #FFFFFF; font-family: "ms sans serif", "sans serif"; text-align: right }td.code { color: #000000; font-size: 12px; font-family: courier }/*sets the search cell to use white 12px font; sets width to 170; left align should be default */td.search { width: 170; font-size: 12px; color: #FFFFFF; font-family: "ms sans serif", "sans serif"; background-color: #3060A8 }/*used to set width of sidebar column. this width and the width of the *//* main pages should equal the total for the main table, 750 */td.sidebar { width: 170; font-size: 12px; font-family: "ms sans serif", "sans serif"; text-align: center; vertical-align: top }/*the total of the following columns should equal the total width *//* of incl_main, which is 580. NOTE: THIS ALIGNS TEXT, NOT TABLES *//* have to right align tables in each page by declaing a class that uses float: right */td.inclcol1 { width: 360; vertical-align: top }td.inclcol2 { width: 220; vertical-align: top; text-align: right  }<!--td.incl_col2 { text-align: right; width: 220; vertical-align: top  }-->/*COLUMN HEADER TAGS*//*sets basic header size. default is bolded*/th { font-size: 14px; font-family: "ms sans serif", "sans serif"  }/*sets header to use 12px font. default is bolded */th.data { font-size: 12px; font-family: "ms sans serif", "sans serif"  }th.ldata { font-size: 12px; text-align: left; font-family: "ms sans serif", "sans serif"  }/*sets red heading cells--12px, red background, white text. default is bolded*/th.tablehead { font-size: 12px; color: #FFFFFF; font-family: "ms sans serif", "sans serif"; background-color: #CC0033 }/*sets red heading cells--12px, red background, white text. default is bolded*/th.ctablehead { text-align: center; font-size: 12px; color: #FFFFFF; font-family: "ms sans serif", "sans serif"; background-color: #CC0033 }/* COLUMN/CELL TAGS *//*BASIC FONT SIZE*/td { font-size: 14px; font-family: "ms sans serif", "sans serif"  }/*ALIGNMENT: these are for text, not tables*//*sets cell to be aligned right top for regular text*/td.rtop { text-align: right; vertical-align: top }/*sets cell to be aligned center top*/td.ctop { text-align: center; vertical-align: top }/*sets cell to be aligned top. left should be default*/td.ltop { vertical-align: top }/*FONT SIZE AND COLOR *//*sets cell to use 12px black font. left align should be default */td.data { font-size: 12px }td.tdata { font-size: 12px; vertical-align: top }/*sets cell to be aligned center with 9pt font. */td.cdata { font-size: 12px; text-align: center }/*sets cell to be aligned right with 9pt font. */td.rdata { font-size: 12px; text-align: right }/*sets with 12px, white font. left align should be default */td.datawhite { font-size: 12px; color: #FFFFFF; font-family: "ms sans serif", "sans serif"  }td.datawhitemid { font-size: 12px; color: #FFFFFF; vertical-align: middle; font-family: "ms sans serif", "sans serif"  }/*used for titles in title bar*/td.titles { color: #FFFFFF }/*sets cell to use 12px white font and right align it */td.menu { font-size: 12px; color: #FFFFFF; font-family: "ms sans serif", "sans serif"; text-align: right }/*sets the copyright cell to use white 12px font and center aligns text */td.copyright { font-size: 12px; color: #FFFFFF; font-family: "ms sans serif", "sans serif"; text-align: center }/*sets background cell colors*/td.redcell { background-color: #CC0033 }td.bluecell { background-color: #3060A8 }/*test*/td.navredon { background-color: #CC0033; color: #FFFFFF; font-size: 12px; }td.navredon a:link { text-decoration: none; color: #FFFFFF; }td.navredon a:hover { text-decoration: none; color: #FFFFFF; }td.navredon a:active { text-decoration: none; color: #FFFFFF; }td.navredon a:visited { text-decoration: none; color: #FFFFFF; }td.navredoff { background-color: #FFFFFF; color: #000000; font-size: 12px }td.navredoff a:link { text-decoration: none; color: #000000; }td.navredoff a:hover { text-decoration: none; color: #000000; }td.navredoff a:visited { text-decoration: none; color: #000000; }td.navredoff a:active { text-decoration: none; color: #000000; }input.check1 { vertical-align: middle }/*HORIZONTAL LINES*//*netscape will not align left if used in stylesheet. (ie will). left align must be *//*included in the html code. */hr.red { color: #CC0033 }hr.gray { color: #C0C0C0 }/*IMAGES*//*older netscape (4.0) places a border around images that are linked. therefore you *//*must use the border attribute in the html for images that are linked. */img { border: 0 }/*BULLETS*//*sets bullets to red   */ul.red { color: #CC0033 }/*sets bullets to triangle bullet */ul.bullet    { list-style-image: url('bullet2.gif') }/*font is 12px*/li.data { font-size: 12px; font-family: "ms sans serif", "sans serif"  }/*puts space between bullets . does this need to be changed to 12px?*/li.example { margin-bottom: 10px; font-size: 14px; font-family: "ms sans serif", "sans serif"  }/*puts space between bullets . 12px*/li.space { margin-bottom: 8px; margin-left: -15px; font-size: 12px; font-family: "ms sans serif", "sans serif" }/*not sure if this is needed either*//*used to make a nested list a red disc (otherwise, a black circle with netscape?) */li.nest { color: #CC0033; list-style: disc }/*LINKS*//*sets regular link colors for text */A:link.reg { color: #0000FF }A:active.reg { color: #CC0033 }A:visited.reg { color: #800000 }/*sets link colors to black without underlining. hover color is *//*underlined and set to red */A:link.nav { text-decoration: none; color: #000000 }A:active.nav { text-decoration: none; color: #000000 }A:visited.nav { text-decoration: none; color: #000000 }A:hover.nav { text-decoration: underline; color: #808080 }/*sets link to typical blue with underline but prevents it from being visited */A:link.side { text-decoration: underline; color: #0000FF }A:active.side { text-decoration: underline; color: #0000FF }A:visited.side { text-decoration: underline; color: #0000FF }A:hover.side { text-decoration: underline; color: #808080 }/*sets link colors to white without underlining. hover color is *//*underlined and set to gray and basckground to blue */A:link.navwhite { text-decoration: none; color: #FFFFFF }A:active.navwhite { text-decoration: none; color: #FFFFFF }A:visited.navwhite { text-decoration: none; color: #FFFFFF }A:hover.navwhite { text-decoration: underline; background-color: #3060A8; color: #C0C0C0 }A:link.navwhite2 { text-decoration: none; color: #FFFFFF }A:active.navwhite2 { text-decoration: none; color: #FFFFFF }A:visited.navwhite2 { text-decoration: none; color: #FFFFFF }A:hover.navwhite2 { text-decoration: none; background-color: #3060A8; color: #C0C0C0 }/*sets link colors to white without underlining. hover color is *//*underlined and set to white and background to blue */A:link.navwhiteblu { text-decoration: none; color: #FFFFFF }A:active.navwhiteblu { text-decoration: none; color: #FFFFFF }A:visited.navwhiteblu { text-decoration: none; color: #FFFFFF }A:hover.navwhiteblu { background-color: #3060A8; color: #FFFFFF }/*sets link colors to white without underlining. hover color is *//*underlined and set to white and background to red */A:link.navwhitered { text-decoration: none; color: #FFFFFF }A:active.navwhitered { text-decoration: none; color: #FFFFFF }A:visited.navwhitered { text-decoration: none; color: #FFFFFF }A:hover.navwhitered { background-color: #CC0033; color: #FFFFFF }/*sets link colors to white without underlining. hover color is *//*underlined and set to bold red */A:link.navred { text-decoration: none; color: #000000 }A:active.navred { text-decoration: none; color: #000000 }A:visited.navred { text-decoration: none; color: #000000 }A:hover.navred { background-color: #CC0033; color: #FFFFFF; text-decoration: none }A:link.navred2 { text-decoration: none; color: #000000 }A:active.navred2 { text-decoration: none; color: #000000 }A:visited.navred2 { text-decoration: none; color: #000000 }A:hover.navred2 {  text-decoration: none; color: #FFFFFF }/*sets link colors to black without underlining. purpose is to make *//*it appear NOT to be a link */A:link.none {color: #000000; text-decoration: none}A:visited.none {color: #000000; text-decoration: none}A:hover.none {color: #000000; text-decoration: none}A:active.none {color: #000000; text-decoration: none}