body, td, select, input, li, p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
  margin: 0px;
  padding: 0px 0px 10px 0px;
}

/******************************
/* Links                      *
/******************************/
a {
  text-decoration: none;
}
a:link {
  color:#008800;
}
a:visited  {
  color:#009900;
}
a:active, a:hover {
  color:#00BB00;
  text-decoration: underline;
}
a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
  background: url(../images/external.png) right center no-repeat;
  padding-right: 15px;
}

a.submenu {
  font-size: 8pt;
}

a.submenu:link {
  color:#006600;
}
a.submenu:visited  {
  color:#007700;
}
a.submenu:active, a.submenu:hover {
  color:#009900;
}

a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
  background: url(../images/external.png) right center no-repeat;
  padding-right: 18px;
}

/******************************
/* Headings                   *
/******************************/




img {
  border:none;
}

/******************************
/* Layout                     *
/******************************/

#header {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background-color: #EBF0EB;
  font-size: 8pt;
  margin: 0pt;
  padding: 3px 10px 3px 10px;
}

#footer {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background-color: #EBF0EB;
  font-size: 8pt;
  margin: 20pt 0pt 0pt;
  padding: 3px 10px;
}

#bodyColumn {
  margin-left:  290px;
  margin-right: 20px;
}

#navcolumn {
  padding: 0px 4px 0px 8px;
}

#leftColumn {
  margin: 10px 0 10px 5px;
  border: 1px solid #999;
  background-color: #EBF0EB;
  width: 260px;
  float:left;
}

div.clear {
  clear:both;
  visibility: hidden;
}

div.clear hr{
  display: none;
}

.xleft {
  float:left;
} 

.xright {
  float:right;
}

/******************************
/* Navbar Layout styles       *
/******************************/

#navcolumn ul {
  margin: 0;
  padding: 0;
}

#navcolumn h1 {
  font-size: 10pt;
  margin: 0px;
  padding: 10pt 0pt 0pt 0pt;
  border-bottom: 1px solid #aaaaaa;
}

#navcolumn li {
  font-size: 9pt;
  list-style-type: none;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0 0.4em;
  padding-left: 16px;
  list-style-position: outside;
  line-height: 1.2em;
}

#lastPublished {
  font-size: 8pt;
}

.title {
	font-size: 20pt;
	font-weight: bold;
	letter-spacing: 2pt;
	padding-left: 10pt;
	padding-top: 4pt;
	padding-bottom: 4pt;
	color:#003000;
}

/******************************
/* Body Layout styles         *
/******************************/

#bodyColumn h1 {
  border: 1px solid #aaa;
  background-color: #EBF0EB;
  font-size: 14pt;
  margin: 10pt 0pt 8pt 0pt;
  padding: 4pt;
}

#bodyColumn h2 {
 	font-size: 13pt;
	margin: 0pt 0px 5pt 0pt;
	padding: 0pt 0px 0pt 0pt;
	color: black;
}

#bodyColumn h3 {
 	font-size: 12pt;
	margin: 0pt 0px 5pt 0pt;
	padding: 0pt 0px 0pt 0pt;
	color: black;
}

#bodyColumn h4 {
 	font-size: 10pt;
 	font-weight: bold;
	margin: 0pt 0px 5pt 0pt;
	padding: 0pt 0px 0pt 0pt;
	color: black;
}

#bodyColumn p {
  font-size: 10pt;
	padding: 0pt;
	margin: 2pt 0pt 10pt 0pt;
	color: black;
}

#bodyColumn ul {
  list-style-type:square;
}

#bodyColumn li {
  font-size: 10pt;
	padding: 0pt;
	margin: 2pt 0pt 10pt 0pt;
	color: black;
}

#bodyColumn table {
  width: 100%;
  color: black;
  margin: 2pt 0pt 10pt 0pt;
  padding: 0px;
  border-collapse: collapse;
}

#bodyColumn th, td {
  padding: 3px;
  margin: 0px;
  color: black;
  text-align: left;
  border:1px solid black;
  font-size: 10pt
}

.section {
  /* Giving the width is required because IE is not 
     able to calculate widths of table subelement if 
     the parent element does not have a width specified */
  width: 100%;
  padding: 0px;
  font-size: 8pt;
  /* This shows anything not enclosed in a paragraph or table etc. in red to indicate an error in the src XML */
  color: red;
}

.subsection {
  padding: 0px;
  font-size: 8pt;
  color: red;
}

.subsubsection {
  padding: 0px;
  font-size: 8pt;
  color: red;
}

#bodyColumn pre {
  font-size: 10pt;
  border: 1px solid #999;
  font-family: "Courier New", Courier, mono;
  color:black;
  padding: 12px;
  margin: 2pt 5pt 10pt 5pt;
}

div.source {
  font-size: 10pt;
  border: 1px solid #999;
  font-family: "Courier New", Courier, mono;
  color:black;
  padding: 12px;
  margin: 2pt 5pt 10pt 5pt;
}

div.source pre {
  color:black;
  margin: 0px;
  padding: 0px;
}

div.figure {
  float: none;
}

div.figure p {
  text-align: center;
  font-style: italic;
  font-size:  9pt;
  text-indent: 0;
}

div.news {
  font-size: 10pt;
  color: #AA0000;
  border: 1px solid #660000;
  background-color: #FFDDAA;
  margin: 10pt 0pt 8pt 0pt;
  padding: 4pt;
}
