/*Style Sheet for Version 5 Browsers */ /*The Body Background */ body { background-color : #000000; background-image : url(assets/gw3_pgbg.gif); background-repeat : repeat-x } /*Styles for the Main Content Layer */ .maindiv { border-left : 1px dotted #CCCCCC; font-family : "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; font-size : 14px; color : #DCDCDC; padding-left : 48px; padding-right: 36px } .maindiv p { line-height : 180%; margin-top : 6px } .maindiv h1 { color : #C0C0C0; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 16px; margin-bottom : 12px; margin-top : 0px } .maindiv h2 { background-color : #C27A7A; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 16px; margin-bottom : 0px; margin-top : 0px; padding : 3px; border : 1px solid #999999; } .maindiv h3 { background-color : #707070; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 12px; margin-bottom : 0px; margin-top : 0px; padding : 3px; font-weight: normal; border-bottom: 1px solid #999999; border-left: 1px solid #999999; border-right: 1px solid #999999; } .maindiv h4 { background-color : #707070; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 12px; margin-bottom : 0px; margin-top : 0px; padding : 3px; font-weight: normal; border : 1px solid #999999; } .maindiv h5 { background-color : #C27A7A; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 10px; margin-bottom : 0px; margin-top : 0px; padding : 3px; font-weight: bold; border : 1px solid #999999; } .maindiv a:link { color : #E1B1B1 } .maindiv a:visited { color : #C27A7A } .maindiv a:hover { color : #DEABAB } /* Lists*/ li { font-family : "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; font-size : 14px; margin-bottom : 12px; margin-right : 48px; margin-top : 12px } ol { color : #C0C0C0 } ul { color : #C0C0C0 } /*Style for The Little Icon Layers */ .icondiv { border-bottom : 1px solid #CCCCCC; border-left : 0px solid #CCCCCC; border-right : 1px solid #CCCCCC; border-top : 1px solid #CCCCCC } .icondivL { border-bottom : 1px solid #CCCCCC; border-left : 1px solid #CCCCCC; border-right : 0px solid #CCCCCC; border-top : 1px solid #CCCCCC } /*Style Applied to the Sidebar Layer */ .navDiv { color : #C0C0C0; font-family : "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; font-size : 12px } .navDiv p { margin-bottom : 12px; margin-top : 6px } .navDiv h1 { color : #BBC1CC; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 16px; margin-left : 0px; margin-top : 0px; text-align : right } .navDiv h2 { color : #BBC1CC; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 16px; margin-bottom : 0px; margin-left : 0px; margin-right : 0px; margin-top : 24px } /*Style Applied to the Paragraphs for Main Section Links */ p.navButts { color : #C0C0C0; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 11px; margin-bottom : 4px; margin-top : 6px } .navButts a { background-color : #808080; border : 1px solid #999999; color : #B8B8B8; display : block; padding-bottom : 2px; padding-left : 12px; padding-top : 4px; text-decoration : none; width : 100% } .navButts a:hover { background-color : #C27A7A; border : 1px solid #C0C0C0; color : #DCDCDC; text-decoration : none } /*Style Applied to the Paragraphs for the Sub-Section Links */ p.navSubs { background-color : #666666; color : #CCCCCC; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 11px; margin-bottom : 2px; margin-left : 0px; margin-top : 0px } .navSubs a { background-color : #666666; color : #CCCCCC; display : block; padding-left : 14px; text-decoration : none; width : 100% } .navSubs a:hover { background-color : #727272; color : #C9CFD7; text-decoration : none } /*Style Applied to the Paragraphs for Static Down-State Main Section Links */ p.navViz { color : #333333; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 11px; font-weight : normal; margin-bottom : 6px; margin-left : 0px; margin-top : 6px } .navViz a { background-color : #CCCCCC; border : 1px solid #999999; color : #FFFFFF; display : block; padding-bottom : 2px; padding-left : 12px; padding-top : 4px; text-decoration : none; width : 100% } /*Style Applied to the Paragraphs for Copyright-Small-Text */ p.copyrights { color : #CCCCCC; font-family : Arial, Helvetica, sans-serif; font-size : 11px; margin-bottom : 12px; margin-top : 60px } p.footer { color : #CCCCCC; font-family : Arial, Helvetica, sans-serif; font-size : 11px; line-height : normal; margin-top : 6px } p.footer a:visited { text-decoration : underline } /*Turns off Borders around Hyperlinked Images*/ img { border : 0px; display : block } .inlinimg { display : inline } /*Styles Applied to Form Elements */ form {