 
body {

margin: 0;
padding: 0;
background: #ffffff;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: static;
	top: 88px;
	
	height: 239px;
	visibility: visible;
}

td
{
font-family: Verdana;
font-size: 11px;
font-weight=500;
color: 000000;
}


#menu {
width: 166px;
}
#menu dt {
cursor: pointer;

height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold;
border: 1px solid gray;
background: #ccc;
}
#menu dd {
border: 1px solid gray;
line-height: normal;
}
#menu li {
text-align: left;
padding-left: 10px;
background: #fff;
font-size: 12px;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 18px;
}
#menu li a:hover, #menu dt a:hover {
background: #2DB53B;
}

#navcontainer { width: 149px; }
		
#navcontainer ul
{
margin-left: 0px;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px
}
		
#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #036;
border-bottom: 1px solid #eee;
}
	
#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}
		
#navcontainer a:hover
{
background-color: #369;
color: #fff;
}

#news
{
background-color: #999999;
color: #00CC33;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px
}
 
div.rounded-box {
    width: 157px;
    background-color: #EDEAE5;
    margin: 3px;
}
div.top-left-corner, div.bottom-left-corner,
div.top-right-corner, div.bottom-right-corner
{position:absolute; width:20px; height:20px;
background-color:#FFF; overflow:hidden;}
div.top-left-inside, div.bottom-left-inside,
div.top-right-inside, div.bottom-right-inside
{position:relative; font-size:150px; font-family:arial;
color:#EDEAE5; line-height: 40px;}
div.top-left-corner { top:0px; left:0px; }
div.bottom-left-corner {bottom:0px; left:0px;}
div.top-right-corner {top:0px; right:0px;}
div.bottom-right-corner {bottom: 0px; right:0px;}
div.top-left-inside {left:-8px;}
div.bottom-left-inside {left:-8px; top:-17px;}
div.top-right-inside {left:-25px;}
div.bottom-right-inside {left:-25px; top:-17px;}
div.box-contents {
	position: relative; padding: 8px; color:#000;
}
