#container {
/*set default font-size*/
font-size: 75%;
font-family: arial;
line-height: 150%;
color: #FEFCFF;
text-align : left;
background-color: #3D5DA8;
}

/*
======================================
==============TAGS====================
======================================
*/

h1 {font-size: 160%;}
h2 {font-size: 150%;}
h3 {font-size: 110%;}

a {color: #0FBBFF;}
a:hover {text-decoration: underline;}

/*
======================================
============== CLASSES ===============
======================================
*/

.content {
padding-top: 35px;
padding-bottom: 35px;
padding-right: 35px;
padding-left: 25px;
}

.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;
}