		#container {
			margin: 0px;
			margin-left: auto;
			margin-right: auto;
                        background-color: white;
		}

		#old-banner {
			padding: 5px;
                        height: 173px;
                        margin-right: 10px;
			background-color: #008878;
                        background: #008878 url(/images/globalization-logo.jpg) no-repeat top left;
		}
		#banner {
                        height: 173px;
                        margin-right: 10px;
			background-color: white;
                        background: white url(/images/globalization-logo.jpg) no-repeat top left;
		}

                div.title {
                        margin-left: 254px;
                        background-color: white;
                }

		#content {
                        margin-left: 254px;
                        margin-right: 10px;
			background-color: white;
		}

		#sidebar-a {
			float: left;
			width: 254px;
                        height: 100%;
			margin: 0px;
			margin-right: 5px;
			background-color: #B3AE94;
		}

		#footer {
			clear: both;
			padding: 5px;
			margin-top: 5px;
                        margin-left: 254px;
                        margin-right: 10px;
                        font-size: 8pt;
                        color:  #053a32;
			background-color: #fefefe;
                        text-align: left;
		}

BODY { 
  margin: 0em;
  font: 9pt normal verdana, helvetica, san-serif;
  line-height: 1.1;
  background: white;
  color: #053a32;
}

H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU,  
DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR, FORM, DL { 
  display: block }

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, 
IMG, SPAN { display: inline }

SPAN.code {
  font-family: Courier, monospaced;
  font-style: normal;
  color: #83986d; 
}

P {
   padding: 3px;
}

P.localeName {
   font-family: verdana, helvetica, san-serif;
   background: inherit;
   color: green;
   margin-right: 50%;
   line-height: 100%;
   font-size: 10pt
}

P.code {
   font-family: Courier, monospaced;
   font-size: 10pt;
   background: inherit;
   color: #83986d; ;
   font-style: normal;
   margin-right: 95%;
   line-height: 100%;
   margin-left: 5pt;
}

LI { display: list-item }

H1, H2, H3, H4, H5, H6 { 
  margin-left: 0px;
  margin-right: 0px;
  font: 12pt Futura, Arial Black, Helvetica Bold, san-serif;
  color: #053a32;
  background: #008878;
}

#sidebar-a h1 {
  background: #053a32;
  color:  #008878;
}

#sidebar-a p {
   text-align: left;
   font: 10pt Palatino, Times, serif;
   color: #053a32;
   padding: 10px;
}

H1 { 
  text-align: center
}
H3, H5 { font-style: italic;
         font-size: 8pt;
}
H2 { font-size: 10pt; }


#banner H1 {
  background: transparent;
  text-align: right;
  font: 14pt Futura, Arial Black, Helvetica Bold, san-serif;
  color: #053a32;
}

#banner H3 {
  background: transparent;
  font-size: 14pt;
  text-align: right;
}

B, STRONG { font-weight: bolder }  /* relative to the parent */
CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }

PRE { white-space: pre }

ADDRESS { margin-left: 3em }
BLOCKQUOTE { margin-left: 3em; margin-right: 3em }

UL, DIR { list-style: disc }
OL { list-style: decimal }
MENU { margin: 0px }              /* tight formatting */
LI { margin-left: 3em }

DT { margin-bottom: 0 }
DD { margin-top: 0; margin-left: 3em }

HR { border-top: solid }        /* 'border-bottom' could also have been used */

A:link { 
  color: #c64708;  
  font-weight: bold;
}
#content A:link { 
  color: #c64708;  
  font-weight: bold;
}
A:visited {
  color: #c64708;  
  font-weight: bold;
}
#content A:visited { 
   color: #c64708;  
   font-weight: bold;
}
A:active { 
   color: #c64708;  
   font-weight: bold;
}

A:hover {
   text-decoration: underline;
}

/* setting the anchor border around IMG elements
   requires contextual selectors */

A:link IMG { border: 2px solid #83986d;  }
A:visited IMG { border: 2px solid  #83986d;  }
A:active IMG { border: 2px solid lime }

strong { color: #db7762; }

span.warn {
   font-weight: bold;
   color: #c64708;
   font-size: 6pt;
}
