/* Begin CSS Drop Down Menu */

#menuh { font-size: 15px; font-family: arial, helvetica, sans-serif; font-weight: bold;
 width: 100%; background-color: #ffff00; margin: 1px; padding: 0; }
		
#menuh a { background-color: #009900; text-decoration: none; width: 100%; display: block;
 color: #ffff66; font-size: 15px; font-weight: bold; padding: 1px 1px;
 border-style: outset; border-width: 1px; white-space:nowrap; }

#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
 { color: #ffff66; background-color: #009900; text-decoration: none; }
	
#menuh a:hover /* menu on mouse-over  */
 {color: #000000; background-color: #ffffa8; text-decoration: none; }

#menuh a.top_parent, #menuh a.top_parent:hover 
 { display: block; width: 100%; }

#menuh a.p arent, #menuh a.par ent:hover 	/* attaches side-arrow to all parents */
 { background-image: url(nav_white.gif); background-position: right center;
 background-repeat: no-repeat; }
	
#menuh ul { list-style: none; margin: 0; padding: 0;
 /* set width in each ul/menu section in xhtml*/ }

#menuh li { position: relative; min-height: 1px; /* Sophie Dennis fix for IE7 */
 vertical-align: bottom; /* Sophie Dennis again for IE7 */ }

#menuh ul ul { position: absolute; z-index:500; top: auto; display: none;
 padding: 1em; margin: -1em 0 0 -1em; }

#menuh ul ul ul { top: 0; left: 100%; }

div#menuh li:hover { cursor: pointer; z-index:100; }

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul { display: none; }

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul { display: block; } /* End CSS Drop Down Menu */

@media screen { .printprint { display: none; } }
@media print { .nonprint { display: none; } }

@media print { table {font-size: 10pt; line-height: 100%; background: #ffffff; color: #000000; } }

@media print { body {font-size: 10pt; line-height: 100%; font-weight: bold; background: #ffffff; color: #000000; } }
@media print { h1 {font-size: 12pt; background: #ffffff; color: #006600; font-weight: bold; } }
@media print { h2 {font-size: 11pt; background: #ffffff; color: #006600; font-weight: bold; } }
@media print { .shrunk {font-size: 10pt; line-height: 80%; font-weight: bold; background: #ffffff; color: #000000; } }
@media print { .headshrink {margin-top: -2pt; margin-bottom: 0pt; } }
@media print { .zeroshrink {margin-top: 0pt; margin-bottom: 0pt; } }
@media print { .bigshrink {font-size: 11pt; } }
@media print { .pshrink {margin-top: 3pt; margin-bottom: 3pt; } }
@media screen { body { margin: 0; padding: 104px 0 0 0; background-color: #ffffe0; color: #000000; font-weight: bold; font-family: arial, sans-serif; } }

@media print { .printctr { text-align: center } }

@media screen {h1, h2 { color: #cc0000; font-style: normal; font-family: arial, sans-serif; font-weight: bold; } }


div#header { background-color: #009900; position: absolute; top: 0; left: 0; width: 100%; height: 104px; }

div#navbar { background-color: #009900; position: absolute; top: 104px; left: 0; width: 100%; height: 22px; }

@media screen { body> div#header { position: fixed; } body> div#navbar { position: fixed; } }

 * html body { overflow: hidden; }

 * html { height: 100%; overflow: auto; }

div#content { height: 100%; overflow: auto; }

.arial { font-family: arial, helvetica, sans-serif; }
.times { font-family: "times new roman", serif; }

.ctrtext, .ctr { text-align: center; }
.ctrtable { margin-left: auto; margin-right: auto; }
.top { vertical-align: top; }
.bottom { vertical-align: bottom; }
.middle { vertical-align: middle; }
.right { text-align: right; }
.left { text-align: left; }
.flr { float: right; }
.fll { float: left; }

.font5 { font-size: 5pt; }
.font8 { font-size: 8pt; }
.font9 { font-size: 9pt; }
.font10 { font-size: 10pt; }
.font11 { font-size: 11pt; }
.font12 { font-size: 12pt; }
.font13 { font-size: 13pt; }
.font14 { font-size: 14pt; }
.font24 { font-size: 24pt; }
.font18 { font-size: 18pt; }
.line0 { line-height: 0pt; }
.line5 { line-height: 5pt; }
.line6 { line-height: 6pt; }
.line9 { line-height: 9pt; }
.line10 { line-height: 10pt; }
.line11 { line-height: 11pt; }
.line12 { line-height: 12pt; }
.line13 { line-height: 13pt; }
.line18 { line-height: 18pt; }
.line20 { line-height: 20pt; }
.line24 { line-height: 24pt; }
.line30 { line-height: 30pt; }
.line36 { line-height: 36pt; }

.em5 { width: 5em; }

.em7 { width: 7em; }
.autow { width: auto; }

.pc2 { width: 2%; }
.pc7 { width: 7%; }
.pc8 { width: 8%; }
.pc9 { width: 9%; }
.pc10 { width: 10%; }
.pc13 { width: 13%; }
.pc16 { width: 16%; }
.pc19 { width: 19%; }
.pc20 { width: 20%; }
.pc22 { width: 22%; }
.pc30 { width: 30%; }
.pc40 { width: 40%; }
.pc49 { width: 49%; }
.pc50 { width: 50%; }
.pc55 { width: 55%; }
.pc60 { width: 60%; }
.pc76 { width: 76%; }
.pc78 { width: 78%; }
.pc80 { width: 80%; }
.pc85 { width: 85%; }
.pc90 { width: 90%; }
.pc95 { width: 95%; }
.pc96 { width: 96%; }
.pc98 { width: 98%; }
.pc100 { width: 100%; }

.w70 { width: 70px }
.w80 { width: 80px }
.w100 { width: 100px }
.w120 { width: 120px }
.w140 { width: 140px }
.w150 { width: 150px }
.w160 { width: 160px }
.w170 { width: 170px }
.w180 { width: 180px }
.w190 { width: 190px }
.w200 { width: 200px }
.w210 { width: 210px }
.w220 { width: 220px }
.w230 { width: 230px }
.w240 { width: 240px }
.w250 { width: 250px }
.w260 { width: 260px }
.w500 { width: 500px }
.w270 { width: 270px }
.w360 { width: 360px }
.w760 { width: 760px }
.w800 { width: 800px }

.h180 { height: 180px }
.h40 { height: 40px }

.redbg { background-color: #ff0000; }
.padside { padding-left: 2px; padding-right: 2px; }
.pad9 { padding-left: 9px; }
.marg9 { margin-left: 9px; }
.sidebord { border-left: 2px; border-right: 2px; }

.inset { border-style: inset;  border-width: 1px; }
.outset { border-style: outset;  border-width: 1px; }

hr { color: #009900; height: 1px; background-color: #009900; }

table { font-weight: bold }
h1 { text-align: center }
h1, h2 { color: #006600; font-style: normal; font-weight: bolder; }

h6 { color: #006600; text-align: right; line-height: 9pt; font-family: arial, sans-serif; font-size: 8pt; font-weight: bold; vertical-align: top }
h5 { padding-left: 1em; color: #000066; text-align: left; line-height: 9pt; font-family: arial, sans-serif; font-size: 8pt; font-weight: bold; vertical-align: top }

.bl { background-color: #aaaaff; }
.black { background-color: #000000; }
.turq { background-color: #10f8f0; }
.midyel { background-color: #ffffbb; }
.lime { background-color: #00ff00 }
.brick { background-color: #ff9999 }
.mushroom { background-color: #f0f0f0 }
.darkbl { background-color: #000080 }
.emailbrn { background-color: #ce1018 }
.grn {  background-color: #009900; }
.wht { background-color: #fefefe }
.dullyel { background-color: #eeee00 }
.yel { background-color: #ffff00 }
.greybg { background-color: #d3d3d3; }
.bg { background-color: #f8f8e3; color: #000000; }
.bgroman { background-color: #f8f8e3; color: #000000; font-weight: bold; font-family: "times new roman", serif; }
.large { font-size: larger; }
.small { font-size: smaller; }

.und { text-decoration: underline }
.i { font-style: italic }
.bold { font-weight: bolder }

.listnone { list-style-type: none }
.listnum { list-style-type: decimal }
.lista { list-style-type: lower-alpha }
.listcap { list-style-type: upper-alpha }
.roman { font-weight: bold; font-family: "times new roman", serif; }

.dkblutext { color: #000066 }
.blutext { color: #0000cc }
.grntext { color: #008000 }
.midgrntext { color: #006000 }
.dkgrntext { color: #004000 }
.redtext { color: #dd0000 }
.mailtext { font-size: 10pt; font-family: arial, helvetica, sans-serif; font-weight: bold; text-decoration: none; }

.border { border-style: solid; border-color: #000000; border-width: 1px; padding: 0; }
.collapse { border-collapse: collapse; }

.latest { background-color: #ccffcc; }

.vspace2 { margin-top: 2px; margin-bottom: 2px; }
.vspace9 { margin-top: 9px; margin-bottom: 9px; }
.hspace2 { margin-left: 2px; margin-right: 2px; }
.hspace9 { margin-left: 9px; margin-right: 9px; }

.px2 { height: 2px }
.px3 { height: 3px }

.strap { width: 100%; border-width: 0; margin: 0; padding: 0; }
.page98 { width: 98%; vertical-align: top; overflow: auto; }
.normal { border-width: 0; margin: 0; padding: 0; }
.norm9 { border-width: 0; margin: 0; padding: 9px; }
.normalleft { float: left; border-width: 0; margin: 0; padding: 0; vertical-align: top; }
.normalright { float: right; border-width: 0; margin: 0; padding: 0; }
.norm100 { width: 100%; border-width: 0; margin: 0; padding: 0; }

.popup { color: #000000; background-color: #ddffdd; text-decoration: none }

#grnflash a { background-color: #00ff00; }
#whtflash a, #whtflash1 a, #whtflash2 a, #whtflash3 a { background-color: #fefefe; }
#grnflash a:hover, #whtflash a:hover, #whtflash1 a:hover, #whtflash2 a:hover, #whtflash3 a:hover { background-color: #ffff60; }
#grnflash a:active, #whtflash a:active, #whtflash1 a:active, #whtflash2 a:active, #whtflash3 a:active { background-color: #dddd00; }


#transwnk a { color: #000000; font-size: 10pt; font-family: arial, sans-serif; font-weight: bold; text-decoration: none; display: block; width: 100%;  padding-top: 2px; padding-bottom: 2px; padding-left: 3px; padding-right: 3px; }
#transwnk a:hover { background-color: #66ff00; color: #000000; border-style: inset; border-width: 1px; padding-top: 1px; padding-bottom: 1px; padding-left: 2px; padding-right: 2px; }
#transwnk a:active { background-color: #dddd00; color: #000000; border-style: inset; border-width: 1px; padding-top: 1px; padding-bottom: 1px; padding-left: 2px; padding-right: 2px; }

#flash a, #flash1 a, #flash2 a, #flash3 a, #flash4 a, #flash5 a, #flash6 a, #flash7 a, #flash8 a, #flash9 a, #flash10 a, #flash11 a, #flash12 a, #flash13 a, #flash14 a, #flash15 a, #flash16 a, #flash17 a, #flash18 a, #flash19 a, #flash20 a { vertical-align: top; background-color: #009900; text-decoration: none; width: 100%; display: block; color: #ffff66; font-size: 15px; font-weight: bold; padding: 1px 1px;  border-style: outset;  border-width: 1px; }
#flash a:hover, #flash1 a:hover, #flash2 a:hover, #flash3 a:hover, #flash4 a:hover, #flash5 a:hover, #flash6 a:hover, #flash7 a:hover, #flash8 a:hover, #flash9 a:hover, #flash10 a:hover, #flash11 a:hover, #flash12 a:hover, #flash13 a:hover, #flash14 a:hover, #flash15 a:hover, #flash16 a:hover, #flash17 a:hover, #flash18 a:hover, #flash19 a:hover, #flash20 a:hover { background-color: #ffffa8; color: #000000; text-decoration: none;  border-style: inset;  border-width: 1px; }
#flash a:active, #flash1 a:active, #flash2 a:active, #flash3 a:active, #flash4 a:active #flash5 a:active, #flash6 a:active, #flash7 a:active, #flash8 a:active, #flash9 a:active, #flash10 a:active, #flash11 a:active, #flash12 a:active, #flash13 a:active, #flash14 a:active #flash15 a:active, #flash16 a:active, #flash17 a:active, #flash18 a:active, #flash19 a:active, #flash20 a:active { background-color: #dddd00; color: #000000; text-decoration: none;  border-style: inset;  border-width: 1px; }

a:link { color: #ff0000; text-decoration: none }
a:visited { color: #4b0082; text-decoration: none }
a:hover { color: #000000; text-decoration: none; background: #ffff66 }
a:active { color: #008000; text-decoration: none }