/* Base , Set up fonts etc. */ body { font : 0.8em Verdana, Tahoma, Sans Serif; background-color : #000000; margin : 0px; padding : 0px; color : #ffffe6; } h1 { font : bold 1.4em Verdana, Tahoma, Sans Serif; } a, a:visited { text-decoration : underline; color : #fffecc; } a:hover { color : #ffffe6; } #pageHeader a, #pageHeader a:visited { text-decoration : underline; color : #ccfffe; } #pageHeader a:hover { text-decoration : underline; color : #e6ffff; } #pageFooter a, #pageFooter a:visited { text-decoration : underline; color : #ccfffe; } #pageFooter a:hover { text-decoration : underline; color : #e6ffff; } #extraContent a, #extraContent a:visited { text-decoration : underline; color : #fffecc; } #extraContent a:hover { text-decoration : underline; color : #ffffe6; } #extraContent2 a, #extraContent2 a:visited { text-decoration : underline; color : #ccfffe; } #extraContent2 a:hover { text-decoration : underline; color : #e6ffff; } #pageHeader { background-color : #00736f; color : #e6ffff; width : 100%; } #pageHeader h1 { margin : 0; padding : 5px 10px 10px; } #siteNavigation { width : 100%; background-color : #cd8500; border-top : solid 1px #002e2d; } #siteNavigation ul, #userLinks ul { margin : 0px; padding : 0px; list-style-type : none; } #siteNavigation h1 { display : none; } #siteNavigation ul { margin-right : 5px; *margin-right : 0px; float : right; } #siteNavigation li { display : inline; } #siteNavigation li a { display : block; text-decoration : none; float : left; margin : 4px 5px; padding : 2px; color : #e6ffff; border : solid 1px #002e2d; } #siteNavigation li a:hover { background-color : #002e2d; color : #e4fdfd; } #siteNavigation .active { text-decoration : blink; background-color : #002e2d; color : #e4fdfd; cursor : default; } #listBreaker { clear : right; border-bottom : solid 1px #002e2d; } #pageWrapper { background-color : #000000; } #mainContent { color : #87b862; } #extraContent { float : right; clear : right; width : 180px; margin : 10px 10px 0px 10px; *margin-right : 5px; background-color : #736f00; color : #ffffff; border : 1px solid #002e2d; } #extraContent2 { float : right; clear : right; width : 180px; margin : 10px 10px 10px 10px; *margin-right : 5px; background-color : #00736f; color : #ffffff; border : 1px solid #002e2d; } #userLinks { float : left; width : 210px; margin : 10px 0px 0px 10px; *margin-left : 5px; } .linkSection { background-color : #45aba8; margin-bottom : 10px; color : #ffffff; border : solid 1px #002e2d; } .linkSection h1 { margin : 0px; padding : 3px; font-size : 120%; background-color : #eead0e; color : #fdfdfd; } .linkSection li { display : block; border-bottom : solid 1px #002e2d; padding-bottom : 3px; } .linkSection a, .linkSection a:visited { text-decoration : none; color : #e6ffff; } .linkSection a:hover { color : #002e2d; } #userLinks ul { padding : 5px; } .contentContainer { padding : 10px; } #mainContent .contentContainer { color : #000000; margin : 10px 200px 10px 200px; padding : 10px; position : relative; } #subPageBreaker { clear : both; } #pageFooter { *height : 15px; margin : 0px; padding : 5px; background-color : #00736f; border-top : solid 2px #002e2d; border-bottom : solid 1px #002e2d; color : #e6ffff; } #pageFooter h6 { margin : 0px; padding : 0px; } #bntag { padding : 5px 0px 5px 0px; text-align : center; font-size : 90%; }