		#container {
			width: 755px;
			margin-left: auto;
			margin-right: auto;
                        background: transparent url(/images/ireland_184_bg_061902.jpg) top left;
		}

		#banner {
                        height: 145px;
                        margin-right: 10px;
			background-color: #f9fafe;
                        background: transparent url(/images/logo.jpg) top no-repeat left;
		}

		#content {
			padding: 5px;
                        margin-left: 115px;
                        margin-right: 10px;
                        margin-top: 13px;
			background-color: #f9fafe;
		}

		#sidebar-a {
			float: left;
                        top: 0;
			width: 219px;
			margin: 0;
			margin-right: 5px;
			background-color: #f9fabe;
		}

		#footer {
			clear: both;
                        width: 750px;
			padding: 5px;
			margin-top: 5px;
                        margin-right: 10px;
                        font-size: 8pt;
                        color: #8583bd;
			background-color: #f9fafe;
                        text-align: left;
		}

div.boxcontainer {  
   padding: 5px;
   margin-left: 115px;
   margin-right: 10px;
   background-color: #993300;
}                       
                        
div.box {               
   width: 42px;         
   height: 80px;        
   float: left; 
   margin: 1px;
   text-align: center;
   background-color: #CD977E;  
}                       

BODY { 
  margin: 1em;
  font: 10pt verdana, helvetica, san-serif;
  line-height: 1.1;
  background: white;
  color: black; 
}

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: monospaced, Courier;
  font-style: normal;
  color: #1133FF
}

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

SPAN.codetext {
  font-family: Courier, monospaced;
  font-style: normal;
  color: blue
}


P.codetext {
   font: normal 10pt Courier, monospaced;
   background: inherit;
   color: blue;
   font-style: normal;
   line-height: 100%
}

P.note {
   margin-left: 3em;
   color: #5b6119;
   background: white;
}

LI { display: list-item }

H1, H2, H3, H4 { 
  margin-top: 1em; 
  margin-bottom: 1em; 
  font: 12pt Futura, Arial Black, Helvetica Black, Helvetica, san-serif;
  color: #5b6119;
  background: #f9fafe;
}

H1 {
  text-align: center;
  font-weight: bold;
  background: transparent;
}

#banner H1 {
   text-align: right;
   width: 400px;
}

H2 {
  font-size: 10pt;
  font-style: italic;
}

H3 {
  font-size: 10pt;
  color: blue;
  background: white;
}

H4 {
  font-size: 9pt;
  font-style: italic;
}

#sidebar-a h1 {
  color:  #5b6119;
}

#banner h1 {
   border-style: none;
   position: relative;
   top: 15px;
   width: 100%;
}

H5, H6 { margin-top: 1em }

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: 0 }              /* tight formatting */
LI { margin-left: 3em }

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

HR { 
  border-top: solid;
  border: 2px solid blue;
  margin-left: 200px;
  width: 100%;
}

A:link { color: #5b6119; }          /* unvisited link */
A:visited { 
  color: #5b6119; 
}        /* visited links */
A:active { 
  color: #5b6119;
  border: 1px dotted #5b6119;
}        /* active links */

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

A:link IMG { border: 2px solid #5b6119; }
A:visited IMG { border: 2px inset #5b6119; }
A:active IMG { border: 2px dotted #5b6119; }

TH {
   font: bold 9pt Arial, Helvetica, san-serif;
   color: #5b6119;
   background: white;
}

TD {
   font: normal 8pt Arial, Helvetica, san-serif;
   color: white;
   background: #5b6119;
}

TD.red {
   background: red;
}

table {
   border: 2px solid #f9fafe;
}

