#container {
/*set default font-size*/
font-size: 11px;
color: #5A6265;
line-height: 18px;
font-family: times;

text-align : left;
background-color: #ffffff;
}

/*
======================================
==============TAGS====================
======================================
*/




h1 {font-size: 3em;}
h2 {	font-size: 1.8em;
	font-weight: bold;
	color: #4F7069;
	font-style: italic;
	font-family: times;
}




/*
======================================
============== CLASSES ===============
======================================
*/

.content {
padding: 10px;
padding-right: 30px;
font-family: verdana;
}

.rhs {
padding-top: 20px;
padding-right: 10px;
}

.infobar {
padding: 4px;
}

.photo img {
margin-top: 20px;
margin-right: 18px;
margin-left: 2px;
padding: 3px;
border: 1px solid #868688;
}

.caption {
padding-right: 18px;
padding-left: 2px;
}


.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;
}

/* ============================================== */
/* Styles for TOOLTIPS */
/* ============================================== */

a.info{font-weight: bold; position:relative; z-index:24; color:#44f; text-decoration:none; padding-left: 3px; padding-right: 3px;  padding-top: 1px; padding-bottom: 1px; left: 5px; cursor: help;}
a.info:hover{z-index:25; background:#C9C9B1; color: #FFF;}
a.info span{display: none}
a.info:hover span{ display:block; position:absolute; top:1em; left:2em; width:15em; border:1px solid #ddddbb; background-color:#ffffe0; color:#000; text-align: center; font-weight: normal; padding: 5px;}