h1
{
	font-family: Verdana;
	background-color: ;
	color: 88AE71;
	letter-spacing: 3px;
    width: 500px;
    padding-left: 45px;	
}

h3
{
	font-family: Verdana;
	background-color: AFD775;
	color: 024769;
	letter-spacing: 2px;
    padding-left: 15px;	
}

div.edge{
    background-image: url(./img/edge.png); 
    background-repeat: repeaty;
    background-position: right center; 
    height: 7px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 100px;

}

div.menu{
    height: 30px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 100px;
	background-color: efd279;
	color: 2C5700;

}

div.header{
    background-color: 024769;
	/*background-image: url(./img/flowers.jpg);
    background-repeat: no-repeat;
    background-position: right center; */
    height: 100px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;}


div.body{
	position: absolute;
    left: 20px;
    top: 130px;
	
}	

div.sidebar{
	padding-bottom: 10px;
	position: absolute;
    left: 20px;
    top: 127px;
	width: 150px;
	background-color: AFD775;
	border-color: fadba2;
	border-style: dotted;
	color: 024769;
	font-family: Verdana;
}

div.footer {
    background-color: AFD775;
	color: lightblue;
	height: 30px;
}
	
body 
{
    background-color: FFFFFF;
    font-family: Verdana;
}

table
{
	background-color: 88AE71;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 90%;
	border-color: fadba2;
	border-style: none;
	margin-left: 45px;
}

ul 
{
     text-align: left;
	 margin-top: 5px;
}      

li {
	 display: inline;
	 padding-right: 20px;
	 padding-left: 10px;
	 border-right: solid 1px;
	 font-family: Verdana;
	 text-decoration:none;
	 color: 024769;
	 
}

a.menulink
{
	text-decoration:none;
	color: 024769;
	font-weight: lighter;
}

a.menulink.visited
{
	text-decoration:none;
	color: 024769;
	font-weight: lighter;
}

p 
{
	color: 024769;
	font-family: Verdana;
}

a
{
	color: efd279;
	font-family: Verdana;
	font-weight: bold;
}

a.visited
{
	color: fadba2;
	font-family: Verdana;
	font-weight: bold;
}

code
{
	color: 024769;
	background-color: fadba2;
}

div.latest
{
    font-size: smaller;
    font-weight: normal;
    color: 024769;
}

a.latest, a.latest.visited
{
	color: efd279;
	font-size: smaller;
    font-weight: normal;
}