#title {
	margin:0 auto 0 auto;
	text-align:center;
	/* margin-bottom:25px; */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	font-variant:small-caps;
	letter-spacing:1px;
	/* margin:10px; */
}

#title p {
	font-variant:small-caps;
	font-size:80%;
	letter-spacing:2px;
	color:#666666;
}

/* PROPERTIES OF THE HEADER IMAGE */

#title img {
	border:none;
}

#content h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:left;
	font-size:150%;
	/* color:#626477; */
	color:#006699;
	border-bottom:1px dashed #cccccc;
	padding-top:15px !important;
	padding-top:0;
	background-image:url(../images/tiny_globe.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

BODY {
    background: white;
    color: black;
    font-family: arial,sans-serif;
    margin: 0;
    padding: 1ex;
  }
  TABLE {
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 0;
    color: inherit;
  }
  IMG { border: 0; }
  FORM { margin: 0; }
  input { margin: 2px; }
  A.fred {
    text-decoration: none;
  }
  A:link, A:visited {
    background: transparent;
    color: #006699;
  }
  TD {
    margin: 0;
    padding: 0;
  }
  DIV {
    border-width: 0;
  }
  DT {
    margin-top: 1em;
  }
  TH {
    background: #bbbbbb;
    color: inherit;
    padding: 0.4ex 1ex;
    text-align: left;
  }
  TH A:link, TH A:visited {
    background: transparent;
    color: black;
  }
  A.m:link, A.m:visited {
    background: #006699;
    color: white;
    font: bold 10pt Arial,Helvetica,sans-serif;
    text-decoration: none;
  }
  A.o:link, A.o:visited {
    background: #006699;
    color: #ccffcc;
    font: bold 10pt Arial,Helvetica,sans-serif;
    text-decoration: none;
  }
  A.o:hover {
    background: transparent;
    color: #ff6600;
    text-decoration: underline;
  }
  A.m:hover {
    background: transparent;
    color: #ff6600;
    text-decoration: underline;
  }
  table.dlsip     {
    background: #dddddd;
    border: 0.4ex solid #dddddd;
  }
  .pod PRE     {
    background: #eeeeee;
    border: 1px solid #888888;
    color: black;
    padding-top: 1em;
    white-space: pre;
  }
  .pod H1      {
    background: transparent;
    color: #006699;
    font-size: large;
  }
  .pod H2      {
    background: transparent;
    color: #006699;
    font-size: medium;
  }
  .pod IMG     {
    vertical-align: top;
  }
  .pod .toc A  {
    text-decoration: none;
  }
  .pod .toc LI {
    line-height: 1.2em;
    list-style-type: none;
  }
  .pod LI {
    list-style-image:url(../images/backgrounds/li.gif);
  }
  
  /* THE FOOTER */
  
  #footer {
  	width:580px;
  	margin:0 auto 0 auto;
  	padding:10px;
  	text-align:center;
  	border-top:1px dashed #cccccc;
  	color:navy;
  	font-family:Verdana, Arial, Helvetica, sans-serif;
  	font-size:80%;
  }

