#container {
/*set default font-size*/
font-size: 80%;
line-height: 150%;
font-family: verdana;
color: #222244;
text-align : left;
background-color: #9AB5C8;
background-image: url(/images/pagebak.jpg);
}

/*
======================================
==============TAGS====================
======================================
*/




h1 {font-size: 3em;}
h2 {font-size: 2em;}

a {
color: white;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}


/*
======================================
============== CLASSES ===============
======================================
*/

.content {
padding: 10px;
padding-left: 130px;
padding-right: 130px;
}

.rhs {
padding-top: 20px;
padding-right: 10px;
}

.infobar {
padding: 4px;
}







.row0 {
background-color: #81a6c3;
}

.row1 {
background-color: #86abc8;
}

/* Used on the stats page to create graphs */
.graphbar {
background-color: #ddddff;
border: 1px solid navy;
}

#sitemap ul li {
margin-top: 4px;
}