/* color scheme:

basic text:
text (maroon from logo): #7b0222
link (same)            : #7b0222
visited (lighter)      : #CB033A
hover (lighter still)  : #FC1253

text on menus, a, hover, tab, hover, all: same as text above:

*/

#wrap {
    /*border:1px solid black;*/
    /* width:662px; */
    }
#menubar {
	/*background: #00CE67;*/
	/*border-bottom:1px solid black;*/
	padding:2px 0;
	/*width:760px;*/
	font-family:'Arial','Tahoma','Helvetica',sans-serif;
	font-size:12pt;
	/* this menubar will not be transparent so comment these transparency properties out */
	/*-moz-opacity:.6;*/
	/*filter:alpha(opacity=60);*/
    }

#menubar a {
    padding:2px 5px;
    text-decoration:none;
    font-weight:bold;
    color:white; /* the color of the text in the menu bar */
    }

#menubar a:hover {
    background: white;
    color: #7b0222;
}

/* so menuitems stay highlit until the submenu is closed, set by code in index.php */
#menubar a.hover {
    background: white;
    color: #7b0222;
}

#currenttab {
	color: #7b0222;
}

#currenttab:hover {
	color:#7b0222;
}






#img {
    vertical-align:bottom;
    }
