@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

ul.menu {margin:25px; font-size:11px; background:#eee; list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#fff; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:0px; text-align: center}
ul.menu ul {position:absolute; top:26px; left:0; background:#d1d1d1; display:none; opacity:0; list-style:none}
ul.menu ul li {font-size: 7pt; text-align:left; position:relative; border:1px solid #666; border-top:none; width:109px; margin:0}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#717171}
ul.menu ul li a:hover {background-color:#c5c5c5}
ul.menu ul ul {left:109px; top:-1px}
ul.menu .menulink {border:1px solid #aaa; padding:5px 7px 7px; font-weight:bold; background:url(images/header.gif); width:95px}
ul.menu .menulink:hover, ul.menu .menuhover {background:url(images/header_over.gif)}
ul.menu .sub {background:#717171 url(images/arrow.gif) 97px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}

.twoColFixRtHdr #container {
	width: 999px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 8px auto 8px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #333333;
	text-align: left;
} 

.twoColFixRtHdr table {
  border: 1px #000000;
  padding: 0px;
}

.twoColFixRtHdr #header #title{
	border: 0;
} 

.twoColFixRtHdr #header {
	background: #DDDDDD;
	padding: 0 0px 0 0px; 
} 
.twoColFixRtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; 
	width: 200px; 
	background: #404040; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 0px;
	height: 630px;
	margin-left: 0px;
	text-align: center;
	color: #fff;
	border-bottom: white solid 1px;
}

.twoColFixRtHdr #sidebar1 img{
        padding: 0;
        border: none;
}

.twoColFixRtHdr #sidebar1 div{
        padding: 20px 5px 0px 10px;
        border: none;
}

.twoColFixRtHdr #sidebar1 a,
.twoColFixRtHdr #sidebar1 a:link,
.twoColFixRtHdr #sidebar1 a:visited {
        border : none;
}

.twoColFixRtHdr #sidebar1 p{
        font-size : 8pt;
        text-align : right;
        margin : 10px;
}

.twoColFixRtHdr #mainContent {
	font-size: 80%;
	clear: left;
	margin: 0;
	border-right: 1px;
	padding-left: 20px;
	height: 630px;
	overflow: auto;
	padding-right: 10px;
}

.twoColFixRtHdr #mainContent code {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
}

div.figureright {
  float: right;
  width: 264px;
  border: thin silver solid;
  margin: 0em 0.5em 0 0.5em;
  padding: 0.4em 0.5em 0.5em 0.5em;
  text-align: center;
  background: #404040;
}
div.figureright p {
  font-size: smaller;
  font-style: italic;
  text-indent: 0;
  margin: 0;
  padding: 0;
  color: #fff;
}

div.portraitleft {
  float: left;
  width: 114px;
  border: thin silver solid;
  margin: 0em 0.5em 0 0.5em;
  padding: 0em 0.1em 0.6em 0.1em;
  text-align: center;
  background: #404040;
}
div.portraitleft p {
  font-size: smaller;
  font-style: italic;
  text-indent: 0;
  margin: 0;
  padding: 2px 0px 1px 0;
  color: #fff;
}

div.figuremiddle {
  width: 419px;
  border: thin silver solid;
  margin: 0em 0.5em 0 140px;
  padding: 0.4em 0.5em 0.5em 0.5em;
  text-align: center;
  background: #404040;
  align: center;
}
div.figuremiddle img{
  margin: 3px;
}
div.figuremiddle p {
  font-size: smaller;
  font-style: italic;
  text-indent: 0;
  margin: 0;
  padding: 0;
  color: #fff;
}

div.figureleft {
  float: left;
  width: 264px;
  border: thin silver solid;
  margin: 0em 0.5em 0 0.5em;
  padding: 1em 0.5em 0.5em 0.5em;
  text-align: center;
  background: #404040;
}
div.figureleft p {
  font-size: smaller;
  font-style: italic;
  text-indent: 0;
  margin: 0;
  padding: 0;
  color: #fff;
}

.twoColFixRtHdr #mainTitle {
	clear: left;
	margin: 0;
	overflow: none;
	border-bottom: 1px solid white;
}

.twoColFixRtHdr #mainContent h1{
	font-size: 18pt;
} 

.twoColFixRtHdr #mainContent a:link{	
        color: #484;
        font-style: bold;
} 

.twoColFixRtHdr #mainContent a:visited{
        color: #242;
        font-style: bold;
} 

.twoColFixRtHdr #mainContent pre{
        margin-left: 2em;
        border: dashed silver 1px;
        margin-right: 450px;        
        padding-left: 0.5em;
        font-size: 8pt;
}

.twoColFixRtHdr #mainContent table {
	border-top: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        border-collapse: collapse;
}

.twoColFixRtHdr #mainContent tr.odd td {
	background:#f4f4f4;
}

.twoColFixRtHdr #mainContent tr.odd .column1 {
	background:#f4f4f4;
}

.twoColFixRtHdr #mainContent .column1 {
	padding: 1px;
}

.twoColFixRtHdr #mainContent td {
        border-bottom: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        text-align: centre;
        padding: .3em 1em;
}

.twoColFixRtHdr #mainContent th {
        color: #444444;
        border-bottom: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        text-align: left;
        padding: .3em 1em;
}

.twoColFixRtHdr #mainContent thead th {
        color: #444444;
        font: bold 1.2em/2em;
        text-align: center;
        background: #f4f4f4;
}

.twoColFixRtHdr #mainContent h2{
	font-size: 12pt;
        padding-top: 0.5em;
} 

.twoColFixRtHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #404040;
	color: #ffffff;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
