body {
	color: black;
        background: #eeffdd;
font-family: arial, verdana, helvetica, sans-serif;
        
}

p {
	color: black;
}

a, h1, h2, h3, h4 {
	color: #008000;
}

a img {

	border: 0;

}

.ringwin {
list-style-type: none;
width: 90%;
font: 0.8em/110% verdana, arial, helvetica, sans-serif;
}

.ringwin li
  {
    float: left;
    width: 30%;
  }

.cleft {
clear: left;
}

#main {
        position: absolute;
background: #ffffff;
width: 81%;
top: 140px;
left: 17%;
        padding: 1px 15px 15px 1em;

}

#related {
position: absolute;
top: 140px;
width: 15%;
}


#update {
	position: absolute;
	top: 10px;
        right: 200px;

}

#logo {
position: absolute;
top: 5px;
left: 5px;
width: 100px;
height: 110px;
}

#yellow {
background: #ffffee;
margin: 0px 20%;
}

.comment {
font: 0.8em/110% verdana, arial, helvetica, sans-serif;
}

.links {
text-align: right;
}

.central {
text-align: center;
}

.floatr {
float: right;
}

.floatl {
float: left;
padding: 0 1em 0 0;
}

#nav {
	position: absolute;
background-color: #eeffdd;
background-repeat: repeat-x;
	top: 10px;
	left: 115px;
}

nav a {text-decoration: none; }

 #nav ul
{
padding: 0;
margin: 0;
list-style-type: none;
position: relative;
}

#nav li { display: inline; }

/*1st level elements*/
#nav ul
{
padding: 2px;
margin-bottom: 2em;
}

#nav li { margin: 0 2px 0px; }

#nav ul a,
#nav ul a:link,
#nav ul a:visited
{
background-color: #ffffff;
border: 1px solid #008000;
color: #008000;
padding: 0px 5px;
text-decoration: none;
 font: bold 0.8em/120% verdana, arial, helvetica, sans-serif;
}

#nav ul a:focus
{
background-color: #008000;
border: 1px solid #008000;
color: #ffffff;
}


#nav ul a:hover
{
background-color: #00b000;
border: 1px solid #008000;
color: #ffffff;
}



/*current Link*/
.active { font-weight: bold; 
background-color: #008000;
border: 1px solid #008000;
color: #ffffff;
padding: 0px 5px;
font: bold 0.8em/120% verdana, arial, helvetica, sans-serif;
}

/*Second and subsequent levels*/
#nav ul ul
{
position: absolute;
top: 30px;
left: 40px;
width: 100%;
border-top: none;
background-color: #eeffdd;

}

#nav ul ul li { display: inline; }

#nav ul ul a,
#nav ul ul a:link,
#nav ul ul a:visited
{
background-color: #ffffff;
border: 1px solid #008000;
color: #008000;

}

#nav ul ul a:hover,
#nav ul ul a:focus
{
background-color: #00b000;
border: 1px solid #008000;
color: #ffffff;
}

#mob { display: none; }