/* based on style sheet of Gabor Melis's webpage SIX */
a {text-decoration: none;}
h1,h2,h3,h4 {color: green}
em {
font-style: normal;
font-size: larger;
font-weight: bold;
color: green;
}

#body {
border:0px 0px 20px 0px;
margin:0px 0px 20px 0px;
padding:0px 0px 20px 0px;
background: #ffffff;
}


#banner {
text-align:center;
border-bottom: 2px solid #000000;
background: #ffffff;
}

#screenshot {
text-align:center;
margin-top: 50px;
background: #ffffff;
}

#a.navbutton {
background: #ffffff;
color: #000000;
border: 2px solid #cccccc;
padding: 2px;
font-family: verdana, arial, helvetica, sans-serif;
font-weight:bold;
line-height: 2em;
text-decoration: none;
}

#a.navbutton:hover {
background: #ffffff;
color: #000000;
border: 2px solid #9966CC;
padding: 2px;
font-family: verdana, arial, helvetica, sans-serif;
font-weight:bold;
line-height: 2em;
text-decoration: none;
}

#a.onpage {
background: #cccccc;
color: #000000;
border: 2px solid #3333cc;
padding: 1px;
font-family: verdana, arial, helvetica, sans-serif;
font-weight:bold;
text-decoration: none;
}

#content {
position:absolute;
left:18%;
right:12%;
width:70%;
top:200px;
font-family: verdana, arial, helvetica, sans-serif;
border: 2px solid #ffffff;
padding: 10px;
background: #ffffff;
/*font-size:smaller;*/
line-height: 1.5em;
}

#foot {
left:15%;
right:10%;
width:75%;
font-family: verdana, arial, helvetica, sans-serif;
border: 2px solid #ffffff;
padding: 10px;
background: #ffffff;
font-size:smaller;
line-height: 1.5em;
}

#menu {
text-decoration:none;
float:left;
border: 10px  solid rgb(204,204,255);
background: rgb(204,204,255);
width:120px;
top:220px;
font-family: verdana, arial, helvetica, sans-serif;
font-size:smaller;
position:absolute;
line-height: 2em;
margin-left:12px;
}

