#container {
/*set default font-size*/
font-size: 100%;
font-family: verdana;
text-align : left;
background: none;
color: black;
border: 1px solid black;
}

/*
======================================
======OVERRIDE HMENU.CSS==============
======================================
*/

#menubit {
width: 180px;
position: absolute;
bottom: 0;
left: 0;
padding: 15px;
}

#ocmenu {
background: none;
}

#ocmenu a {
color: black;
background-color: none;
}

#ocmenu a:hover {
color: black;
text-decoration: underline;
background: yellow;
}

#ocmenu {
color: black;
background-color: white;
}



/*
======================================
==============TAGS====================
======================================
*/




h1 {font-size: 3em;}
h2 {font-size: 2em;}


/*
======================================
============== CLASSES ===============
======================================
*/

.graphic {
display: none;
}

.content {
width: 533px;
padding: 10px;
padding-bottom: 35px;
}

#credits {
width: 563px;
border-top: none;
padding: 10px;
position: absolute;
bottom: 0;
right: 0;
}

#leftcredit {
padding-left: 15px;
}

#rightcredit {
float: right;
padding-right: 15px;
}

/* Used on the stats page to create graphs */
.graphbar {
background-color: #ddddff;
border: 1px solid navy;
}

#sitemap ul li {
margin-top: 4px;
}
