body {
  margin:4px 4px 4px 4px;
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
  background-color: #CCE;
  color: #005;
}

div#menubloc
{
  left:0em;
  position:absolute;
  top:0em;
  width:200px;
  background-color:#DDF;
  border-color:#008;
  border-style:solid;
  border-width: 0 1px 1px 0;
}

body>div#menubloc/*IE sucks*/
{
  position: fixed;
  width: 200px; height: auto;
  top: 0em;  bottom: 0em; left: 0em; right: auto;
/*left:3%;
position:absolute;
top:2em;
width:17%;*/
  overflow:hidden;
  background-color:#DDF;
  border-color:#008;
  border-style:solid;
  border-width: 0 1px 0 0;
}
  
#menu h3{
border-color:#008;
border-style:solid;
border-width:3px 0 0 0;
font-size:medium;
font-weight:700;
margin:0;
width:180px;/*ns4 prefers that*/
text-align:left;
padding-left:1em;
padding-right:6px;
text-transform:uppercase;
color:#558;
background-color:#CCE;
}


#menubloc .foot {/*IE sucks*/
width:100%;
border-style:solid;border-color:#008;border-width:1px 0 0 0;
background-color:white;
text-align:center;
}
body>#menubloc .foot {/*IE sucks*/
position:absolute;
margin-left:0%;
margin-right:5%;
width:100%;
border-style:none;
background-color:transparent;
bottom:0;
text-align:center;}


#menu a{
color:#226;
background-color:transparent;
display:block;
font-weight:700;
margin-left:-3em;
padding-left:1em;
text-decoration:none;
}


/*#menu #currentpage a {
  background: #fd0;
  color: #333;
}*/

#menu a:hover, #menu #currentpage a:hover {
background-color:#ffecce;
color:#262;
}

#menu ul {
/*margin-bottom:0.5em;
margin-top:0.5em;*/
margin-right:2px;
}

.menusub {
margin: 0 10% 0 0;
padding:0;
font-size:small;
}

#menu li {
display:inline;
list-style:none;
}

#biglogo {
float: right;
width: 600px;
width: auto;
}


#content {
position:absolute;
top:0em;right:2%;left:210px;
/*width:75%;*/
text-align:justify;
max-width:50em;
}
.footer {
	background-color:#ddf;
	border-style:solid;
	border-color:#226;
	border-width:2px;
	font-size:small;
	padding:5px;
	margin-left: -3%;
	margin-right: 30%;
	margin-top: 5px;
	vertical-align: bottom;
	text-align:left;
}

abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}

.faqq {
margin-top: 2em;
padding-left: 4px;
background-color:#eee;
border-style:solid;
border-color:#fb0;
border-width:1px;
}

.faqr {
font-size:small;
}

/* tables */
table {
border: 2px solid #080;
border-collapse: collapse;
background-color: #CEF;
}
td {
font-family: sans-serif;
border: thin solid #008;
/*width: 50%;*/
padding: 5px;
text-align: left;
}

.docptr {
font-family: sans-serif;
font-weight: bold;
background-color: #BDF;
}

span.embg {
background-color: #FF5;
}


h3.sshot {
border-width: 3px 0 0 0;/*1px 0 1px;*/
border-style: solid;
border-color:#008;
/*background-color: #CEC;*/
margin: 4em 0 0 0;
padding: .3em;
color:#585;
font-size: 1.5em;
}

div.gfnews {
border-style: dotted;	
border-color:#008;
border-width: 1px;
margin:10px;
max-width:50em;
}

.gfnews h2 {
  margin-top:0;
  padding-top:0;
  background-color:#CCE;
  color:#555;
}
