body {
  margin: 10px 10px 10px 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:0.8em;
	background-color: #FCFCF8;
	color:black;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
	margin-bottom:3px;
}

h3 {
	font-size: 14px;
	margin-bottom:0px;
	margin-top:3px;
	list-style-image:url(images/reddot.gif)
}

h4 {
	font-size: 12px;
}


img, .nomargin /* To avoid borders around image links */
{
	border-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: middle; 
} 

.tiny{
  font-size:9px;
} 

.borderimg {
	border-style: solid;
	border-width:thin;
	border-color:#FFE493;
	margin-right:6px;
	margin-top:6px;
	float:left;
	}

.floatright {
  float: right;
	margin-left:10px;
	margin-bottom:10px;
}

.floatleft {
  float: left;
	margin: 0 6px 0 0;
	display:list-item;
}

.caption {
	font-size: 10px;
	padding: 6px 24px 6px 12px;
	border-left: #FFE493 solid 10px;
}

.input-number {
  text-align:right;
}

.input-submit {
	background-color:#FFE493;
}


pre {
	color: #0000C0;
	font: 10pt "Courier New", Courier, monospace;
	margin: 3px 0 3px 0;
	border:gray solid 1px;
	border-color: #EEEEEE;
	padding: 3px 6px 3px 12px;
}

.output {
	color:#006600;
	background-color:white;
	border:gray solid 1px;
	padding: 3px 6px 3px 12px;
}

.cc { /* code comment */
	font-size: 14px;
	margin: 3px 0 3px 0;
}

#masthead {
  position: absolute;
  margin:0 0 0 0;
  padding-left:20px;
  top: 15px;
  left: 140px;
}

#masthead h1 {
	margin: 0 0 0 0;
}

#navbar{
	position: absolute;
	width:120px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	top: 5px;
}

#content{
	position: absolute;
	top:67px;
	left:139px;
	padding-left:20px;
}

#navbar li a, #navbar li a:visited  {
	color: black;
}

#navbar li a:hover {
	color: white;
}

#navbar ul,#masthead ul{
	list-style: none;
	margin:0 0 0 0 ;
	padding: 0 0 0 0; /* required for non-IE */
}

#navbar li {
	font-size: 14px;
	font-weight:bold;
	text-align: center;
	line-height: 30px;
	margin-bottom:0px;
	background-repeat:no-repeat;
	background-image:url(images/menuback123.gif);
}



#content li {
	margin-bottom:3px;
	list-style-image: url(images/orangedot.gif);
	margin-left:30px;
}

/* Courtesy http://www.svendtofte.com/code/max_width_in_ie/ */
#content ul {
	margin-top:6px;
	margin-left:0px;
	max-width:40em;
  width:expression( 
    document.body.clientWidth > (500/12) * 
    parseInt(document.body.currentStyle.fontSize)?"40em":"auto" );
}

#narrowcontent ul {
	margin-top:6px;
	margin-left:0px;
	max-width:30em;
  width:expression( 
    document.body.clientWidth > (500/12) * 
    parseInt(document.body.currentStyle.fontSize)?"30em":"auto" );
}

#content p {
	margin-top:0px;
	margin-bottom:6px;
}

#content img {
  margin-top:6px;
	margin-bottom:6px;
}

tt {
	color: #0000C0;
	font: 10pt "Courier New", Courier, monospace;
}


.yellow {
	border-width: 1pt;
	border-style: solid;
	border-color: #ffFFA0;
	}

td.yellowc {
	border-width: 2pt;
	border-style: solid;
	border-color: #ffFFB0;
	background: LightYellow;
	padding: 10px 15px 0 15px;
	text-align: left;
	vertical-align: top;
}

td.framed {
	border-width: 1pt;
	border-style: solid;
	border-color: Black;
	background: White;
}

.estable td {
	width:10%;
	text-align:center;
}

.orange, orange {
	background-color: #FFC16C;
	font-weight:bold;
	line-height:30px;
}

th, td.orangec {
	color:black;
	background-color: #FFC16C;
	text-align: center;
	vertical-align: top;
}

th.de2 {
  width:160px;
}

th.eraflux {
  width:25%;
}
td.de1 {
  text-align:left;
}

td.de2 {
  padding-left:5px;
  text-align:left;
}

.eracombo {
  width:95%;
	font-size:14px;
}

.code {
	background-color: white;
}

.doc {
	background-color: #EEEEEE;
}

.indent {
  margin: 0 0 0 0.2in;
	text-indent: 0in;
}

.hanging {
	margin-left: 1in;
	text-indent: 0.5in;
}

.qbar {
	background: LightYellow;
	font: 9pt Arial,sans-serif;
}

acronym{
	text-decoration:underline;
	cursor:help;
}


pre.normal {
	color: Black;
}


a:link, a:visited {
	color: #9B5E00;
	text-decoration:none;
}

a:active {
	color: #311E00;
	text-decoration: none;
}

larger3 {
	font-size: 300%;
}

.red {
	color: Red;
}
.price {
  background-color:#FFC16C;
}

detable {
	background-color: #FFFF66;
	border: solid;
}

#logo {
	font-size: 16px;
	float:right;
	height:115px;
 	font-weight: bold;
	text-align:right;
	font-variant: small-caps;
	text-transform: capitalize;
}

.centered {
  text-align:center;
}
