#container {
font-size: 72%;
font-family: verdana;
color: #F9FCFF;
text-align : left;
line-height: 150%;
background-color: #011E4A;
background-image: url(/images/pagebak.jpg);
border: 1px solid white;
}

*html #container {font-size: 70%;}

/*
======================================
==============TAGS====================
======================================
*/

h1 {font-size: 170%;}
h2 {font-size: 150%;}

a:link {color: #6F92DF; text-decoration: none}
a:visited {color: #6F92DF; text-decoration: none}
a:hover {color: #6F92DF; text-decoration: underline}


/*
======================================
============== CLASSES ===============
======================================
*/

.content {
padding: 10px;
padding-left: 40px;
}

.rhs {
padding: 10px;
padding-top: 30px;
padding-right: 28px;
}

.photo img {
border: 1px solid #ffffff;
}

.caption {
font-size: 84%;
margin-bottom: 35px;
}

.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;
}