body 
{ 
  margin-left:auto;
  margin-right:auto;
  width:95%;
  border:red;
  font-family: 'Lucida Grande', Geneva, Arial, Verdana, Helvetica, sans-serif;
}

//h1,h2,h3,h4,h5,h6,form,div,address,p { border : solid 1px black }

h1 
{ 
  font-size:x-large;
  font-weight: bold;
  font-style: italic;
  background:#f0f0ff;
  color:black;
}

h2
{ 
  font-size:large;
  font-style: italic;
  color:#000099;
}

h3 { 
  font-style: italic;
  color:black;
}

h3 a:link {
 color:black;
}

h3 a:hover {
  color:blue;
}

h3 a:visited {
  color:black;
}

address{ 
  width:100%;
  float:left;

  padding:0.5em;
  font-size:small;
  text-align: right;
 }

div#sequence
{
  margin:0em;

  font-size:normal;
  font-style:tt;
  font-family: monospace;
  vertical-align: top;
  text-align: left;
  text-indent: 0em;
  line-height: 1em;
  }

strong#warning
{ 
  color: red;
 }

strong#warning
{ 
  color: red;
 }

//
#sidebar { 
	font-size: 11pt;
	font-family: Helvetica, Arial, san-serif;
	line-height: 130%;
 }

body {
	font-family: Helvetica, Arial, san-serif;
	margin-left: auto;
	margin: 0;
        font-size: 100%;
        background-color: white;
	}

#page {
	background-color: white;
	text-align: left;
	}

#content {
	font-size: 11pt;
        margin-right: 201px;
        margin-top: 12px;
        margin-left: 12px;
	}

/* Begin Sidebar */
#sidebar {
	font-size: 10pt;
        top: 0;
        right: 0;
        height: 100%;
	padding: 0;
	margin-left:auto; 
        border-width: 0;
        border-style: none;
	border-left: 1px #C3C3C3 solid;
	width: 161px;
        background-color: #F9F9F9;
	float: right; /* hack for winie to not choke utterly on the site */
        overflow: hidden;
	}

body > #page > #sidebar {
        text-align: left;                          
        float:none;
        position: fixed; /* WinIE doesn't understand this so we can make things right in other browsers. */
}

#sidebar_inner {
	width: 181px;
	height: 100%;
	min-height: 600px;
	}

body  #page  #sidebar  ul { 
     list-style-type: none;
     margin-left: -0.2em;
     margin-right:0;
display: block;
 }

body  #page  #sidebar  li { 
     margin-left: auto;
     display: block;
     font-style: italic;
 }

#content {
	font-size: 11pt;
        margin-right: 201px;
        margin-top: 12px;
        margin-left: auto;
	}

div#menu
{
  background-color:#f9f3f3;
  width: 100%;
  border-width: 0.1px;
  border-top-style: dashed;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: dashed;
  border-color:#c8c2c3;
  text-align: center;
  font-size:medium;
  word-spacing: 5em;
  clear:both;
  }

div#menu a:link
{
  color: black;
  background-color:#f8f2f3;
  text-decoration: none;
  }

div#menu a:visited
{
  color: black;
  background-color:#f8f2f3;
  text-decoration: none;
  }

div#menu a:hover
{
  color: green;
  background-color: #c3bdbe;
  }

div#menu a:active
{
  color: black;
  background-color:#f8f2f3;
  text-decoration: none;
  }

div#cdsTable
{
  float: left;
  width: 40%;
  clear: both;
}

div#smallMap
{
  width: 57%;
  clear: both;
}

