#container {
/*set default font-size*/
font-size: 100%;
font-family: verdana;

background-color: none;
color: black;
border: 1px solid black;
}

/*
======================================
======OVERRIDE HMENU.CSS==============
======================================
*/


#mainMenu {
background-color: black;
}

a.starter {
color: white;
background-color: none;
}

a.starter:hover {
color: yellow;
}

.menu li a {
color: white;
background-color: black;
}

.menu li a:hover, .menu li a:active {
color: yellow;
background-color: black;
text-decoration: underline;
}


/*
======================================
==============TAGS====================
======================================
*/




h1 {font-size: 3em;}
h2 {font-size: 2em;}


/*
======================================
============== CLASSES ===============
======================================
*/

.graphic {
display: none;
}

.content {
padding: 10px;
}

.rhs {
padding-top: 20px;
padding-right: 10px;
}

.infobar {
padding: 4px;
}







.row0 {
background-color: white;
}

.row1 {
}

/* Used on the stats page to create graphs */
.graphbar {
background-color: #ddddff;
border: 1px solid navy;
}

#sitemap ul li {
margin-top: 4px;
}
