#container {
/*set default font-size*/
font-size: 75%;
font-family: verdana;
color: #4f4f4f;
text-align : left;
background-color: #d6d7d9;
background-image: url(../images/pagebak.jpg);
background-repeat: repeat-y;
line-height: 150%;
}

body {
background-color: #7f7f7f;
}

#topstyle {
height: 120px;
width: 764px;
background: url(/images/topbar.jpg);
margin: 0;
}

#container form {
line-height: 100%;
padding-left: 50px;
padding-right: 20px;}

/*
======================================
==============TAGS====================
======================================
*/




h1 {font-size: 3em;}
h2 {font-size: 16px;}

a:link {color: #077AE2; text-decoration: none}
a:visited {color: #077AE2; text-decoration: none}
a:hover {color: #077AE2; text-decoration: underline}

/*
======================================
============== CLASSES ===============
======================================
*/

.content {
padding: 10px;
padding-bottom: 25px;
}

.content img{
border: 1px solid #666f8e;
}

.rhs {
padding-top: 20px;
padding-right: 10px;
}

.infobar {
width: 100%;
padding: 4px;
text-align: right;
padding-right: 20px;
font-size: 100%;
}

.infobar a {
color: #2F1D00;
text-decoration: none;
}

.infobar form {
display: inline;
}

.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;
}