body {
	color: black;
        background: #ffffcc;
font-family: arial, verdana, helvetica, sans-serif;
        
}

p {
	color: black;
}

a, h1, h2, h3, h4 {
	color: #000080;
}

a img {

	border: 0;

}

#top {
        position: relative;
        bottom: 10px;
}

#main {
        position: absolute;
        top: 140px;
        left: 7%;
        width: 80%;
        background-color: #ffffff;
        padding: 1px 15px 15px 15px;

}



#update {
	position: absolute;
	top: 10px;
        right: 200px;

}

#logo {
position: absolute;
top: 5px;
left: 5px;
width: 100px;
height: 110px;
}

#comment {
font: 0.8em/110% verdana, arial, helvetica, sans-serif;
}

.central {
text-align: center;
}

#nav {
	position: absolute;
	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 #000080;
color: #000080;
padding: 0px 5px;
text-decoration: none;
 font: bold 0.8em/120% verdana, arial, helvetica, sans-serif;
}

#nav ul a:focus
{
background-color: #000080;
border: 1px solid #000080;
color: #ffffff;
}


#nav ul a:hover
{
background-color: #0000b0;
border: 1px solid #000080;
color: #ffffff;
}



/*current Link*/
.active { font-weight: bold; 
background-color: #000080;
border: 1px solid #000080;
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: 80px;
width: 100%;
border-top: none;
background-color: #ffffcc;

}

#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 #000080;
color: #000080;

}

#nav ul ul a:hover,
#nav ul ul a:focus
{
background-color: #0000b0;
border: 1px solid #000080;
color: #ffffff;
}

