
/**************** menu coding *****************/
#menu {
width: 143px;/*12em*/
background: #eee;
top:9px;
left:9px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {
position: relative;
}
/*applies only to second level nested lists */
#menu ul ul {
position: absolute;
top:0;
left:100%;
width:100%;
}

div#menu ul ul,
div#menu ul li:hover ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}


  body {
    margin:9px 9px 0 9px;
    padding:0;
    background: #FFEECC;}
  #level0 {
    background: #FFEECC;}
  #level1 {
    margin-left:143px;
    padding-left:9px;
    background: #FFEECC;}
  #level2 {
    background: #FFEECC;
    position:relative;}
  #level3 {
    margin-right:143px;
    padding-right:9px;
    background: #FFEECC;}
  #main {
    background: #FFEECC;}
  #topBar {
    background: #FFEECC;}
  #advBar {
    background: #FFEECC;}
  #tipDay {
    float:right;
    width:175px;
    background: #FFEECC;}
  #lftBar {
    position:absolute;
    width:143px;
    top:9px;
    left:9px;
    background: #FFEECC;}
  #rgtBar {
    position:absolute;
    width:143px;
    top:0;
    right:0;
    background: #FFEECC;}    
  .note {color:red}

.c1 {
  clear:both;


}
.c2 {
  float:left;width:100%;
	background:#f0e68c;	
}
.c3 {
  float:left;width:100%;
	
}
.blockquote {
     font-size:85%;
     color:black;
		 padding: 1px;
		 text-align:justify;
		 font-family:geneva,arial,verdana,sans-serif;
} 

A:link {color: #0000FF}
A:visited {color: #7F007F}
A:active {color: #003300}
A:hover {color: #000080}
.linkclass a {color: #b8860b; font-weight: bold; text-decoration: none;}
.linkclass a:visited {color: #b8860b;}
.linkclass a:active {text-decoration: underline; color: #003300}
.linkclass a:hover {text-decoration: underline; color: #000080;}
