/* styles are hidden from NN4 */ /*/*/a{} body { background-color: #cccc99; margin: 0px auto 0px auto; padding: 0px; font-size: 100%; text-align: center; font-family: Arial, Helvetica, sans-serif; } body p, ul, table { font-size: x-small; font-family: arial, Helvetica, sans-serif; text-align: left; } h1 {font-size: 120%} h2 {font-size: 115%} h3 {font-size: 100%} h4 {font-size: 90%} h5 {font-size: 85%} h6 {font-size: 80%} /* font size hacks */ html>body p, ul, table { font-size: small; } html>body h1 {font-size: 125%} html>body h2 {font-size: 120%} html>body h3 {font-size: 105%} html>body h4 {font-size: 95%} html>body h5 {font-size: 90%} html>body h6 {font-size: 85%} /* end font size hacks */ .flash { color: #E78200; font-family: Arial, Helvetica, sans-serif; font-size: 90%; font-weight: 600; margin: 0px auto 0px auto; background-color: #ffffff; width: 770px; text-align: center; border-bottom: 1px solid #cccc99; } #maincontainer { width: 770px; margin: 0px auto 0px auto; padding: 0px; background-color: #ffffff; } .innerwrapper { float: left; text-align: left; background-color: #ffffff; margin: 0px auto 0px auto; padding: 0px; width: 100%; } #maincontent { float: right; margin: 5px 0px 0px 0px; font-size: 80%; width: 560px; text-align: left; padding: 0px 5px 20px 5px; border-left: 1px solid #003399; } .breadcrumb { font-size: 70%; text-align: left; margin: 0px; padding: 10px 5px 10px 5px; } h1,h2,h3,h4,h5,h6 { color: #e78200; font-family: Arial, Helvetica, sans-serif; text-align: left; } #headtable { margin: 0 auto 0 auto; padding: 0px; background-image: URL(headerLinen.jpg); background-repeat: no-repeat; width: 770px; border-bottom: 1px solid #cccc99; } #headtable h1 { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 30px; color: #e78200; font-size: 110%; text-align: right; } #header { width: 770px; background-color: #ffffff; margin: 0px auto 0px auto; padding: 0px; text-align: center; border-bottom: 1px solid #cccc99; height: 54px; vertical-align: middle; } #sitetitle { background-color: #ffffff; margin: 0px; padding: 0px; background-image: URL(headerLinen.jpg); background-repeat: no-repeat; text-align: right; height: 54px; } #sitetitle h1 { margin: 0px; padding: 15px 0px 0px 0px; color: #e78200; font-size: 108%; text-align: right; } #footer {clear: both; background-color: #ffffff; border-top: 1px solid #cccc99; margin: 0px; padding: 0px; width: 770px; } #footer p { font-size: 70%; text-align: justify; margin: 0px 0px 5px 0px; padding: 5px; } @media print { body {background-color: #ffffff } .webonly {display: none} .breadcrumb {display: none} #header {width: 100%} #sitetitle {width: 380px;} #sitetitle h1{font-size: 100%} #headtable {width: 100%} #headtable h1{font-size: 100%} .flash {width: 100%} #maincontainer {width: 100%} #maincontent {width: 440px} #footer {width: 100%} } @media screen { .printonly {display: none} } .left { float: left; margin: 0px; padding: 0px; } .right { float: right; margin: 0px; padding: 0px; } .clearfloats { clear: both; margin: 0px; padding: 0px; } ul { list-style-type: square; } a:link { text-decoration: underline; color:#003399; } a:visited { text-decoration: underline; color: #6699cc; } a:hover { text-decoration: underline; background: #faf1d1; color:#000033; } a:active { text-decoration: underline; color:#003399; } #sitenav { margin: 0px; padding: 20px 5px 10px 5px; } #sitenav p { margin: 0px 20px 0px 0px; padding: 10px 0px 10px 0px; border-top: 2px dotted #e78200; font-size: 80%; font-variant: small-caps; } #sitenav a { text-decoration: none; } .listtrick { border: none; width: 100%; margin: 0px; padding: 10px 5px 10px 5px; font-size: 80%; } a.list:link { display: block; background-image: url(Block_off.gif); background-repeat: no-repeat; background-position: 0 .4em; padding-left: 1em; color: #003399; margin: 10px 0px 0px 0px; text-decoration: none; } a.list:visited { display: block; background-image: url(Block_off.gif); background-repeat: no-repeat; background-position: 0 .4em; padding-left: 1em; color: #003366; margin: 10px 0px 0px 0px; text-decoration: none; } a.list:hover { display: block; background-image: url(Block_on.gif); background-repeat: no-repeat; background-position: 0 .4em; padding-left: 1em; color: #000033; margin: 10px 0px 0px 0px; text-decoration: none; } a.list:active { display: block; background-image: url(Block_on.gif); background-repeat: no-repeat; background-position: 0 .4em; padding-left: 1em; color: #003399; margin: 10px 0px 0px 0px; text-decoration: none; } /* some standard ESC public web site styles from home.css - modified */ .small {font-size: 80%;} .smaller {font-size: 70%;} .smallerWhite {color: #FFFFFF; font-size: 80%;} .orange {color: #e78200} .bkgOrangelt {background: #faf1d1;} .status{color: #993333;} .arial {font-family: Arial, Helvetica, sans-serif;} /**/