.base
{	/* Send down to baseline */
	vertical-align: baseline;
}

.mid
{	/* Send to middle line */
	vertical-align: middle ;
}

.top
{	/* Send to top of box */
	vertical-align: top;
}


a
{
/*	color: rgb(172,130,140) ; */
	color: #87545f ;
	font-size: 110%;
}

a:hover
{
	text-decoration: underline;
}

body
{
	/* background: rgb(172,130,140)  ; */
	background: white;
	font-family: serif ;
	margin: 0;
	padding: 0;
}



div.bop_hours
{
	color: black;
	font-size: 70%;
	margin-bottom: 40px;
}

div.bop_menu
{	/* Menu on left */
	background: url( img/mbar.png ) no-repeat ;
	font-size: 100% ;
	margin-bottom: 40px;
	padding-left: 20px;
}

div.bop_post
{
	color: black;
	font-size: 90%;
	margin-bottom: 30px;
}

div.bop_tel
{
	color: black;
	font-size: 110%;
	margin-bottom: 30px;
	padding-top: 1em;
}

div.footmenu
{	/* Menu at the foot of the page */
	color: gray;
	font-size: 80%;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	text-align: right;
}

div.legalfoot
{	/* Footer with legal details */
	color: gray;
	font-size: 70%;
	font-weight: light;
	margin-bottom: 20px;
	text-align: center;
}

div.loginbox
{	/* Footer with login box */
	color: gray;
	font-size: 70%;
	font-weight: light;
	margin-bottom: 10px;
	text-align: center;
}

div.loginbox input
{
	color: gray;
	width: 5em;
}

div.main_menu
{	/* Menu on left of screen */
	padding-left: 0.5em;
	padding-top: 1em;
}

div.rmu_menu_option, div.rmu_menu_option_active
{	/* Override to provide spacing */
	padding-bottom: 0.5em;
}


div.toplogo
{	/* Logo at top mid of screen */
	margin-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}


h1
{
	font-family: serif ;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.1em ;
	margin: 0;
	padding: 0;
	text-align: center;
}

h2
{
	font-family: serif ;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 0.1em ;
	text-align: left;
}

img.home_bl
{	/* Home page bottom left image */
	float: left;
}

img.home_br
{	/* Home page bottom right image */
	float: right;
}

img.home_tl
{	/* Home page top left image */
	float: left;
}

img.home_tm
{	/* Top mid home page image */
	margin-bottom: 0.5em;
}
	
img.home_tr
{	/* Home page top right image */
	float: right;
}


p
{
	font-size: 100%;
	line-height: 1.4;
}

table.main
{	/* Main table containing content */
	background: white;
	margin-bottom: 40px ;
	margin-left: 0 ;
	margin-right: 0 ;
	margin-top: 0 ;
	width: 100%;
}


td.mainleft
{
	width: 200px;
}

td.mainmid
{
	background: white;
	margin: 0;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 30px;
	text-align: justify;	
	width: auto ;
}

td.mainright
{
	padding-left: 10px;
	text-align: left;	
	width: 170px;
}

td.mainthin
{
	width: 9px;
}

tr
{
	vertical-align: top;
}

