﻿html, body {
	
	background-repeat:no-repeat;
	background-position: center;
	font-family:Bookman Old Style;
	font-size:24pt;
	line-height: .9em;
	height: 100%;
	width:100%;
	margin:0;
	padding:0;
	border:none
}

/* logo color: #478C2F */
/* http://www.cssdrive.com/imagepalette/ using demo.jpg
	ltBrown: #dad295
	medltBrown: #bdb682
	ltGray: #adb39b
	gold: #b4a42b
	fGreen: #404d1f
	dgGold: #7b6c05
	black: #312b02

also: http://colorschemedesigner.com/
*/
.mainTableImg {
	background-image:url('images/MRELogoTextOnTransp.300.PNG');
	background-repeat:no-repeat;
	background-position: bottom right;
	height: 100%;
}
.title {
	background-image:url('images/MREText2.150.png');
	background-repeat:no-repeat;
	background-position: bottom left;
}
.ctrHeading{
	vertical-align:top;
	text-align:center;
	font-size:24pt;
	font-weight:bold;
	margin-top:70px;
}

.ctrAddress {
	margin-top:40px;
	margin-left:200px;
}

.ctrBody  
{
	font-size:24pt;
	width: 100%;
	margin-left:3%;
	vertical-align: top;
	padding:20px 20px 20px 30px;
}

/*
body {
	color:White;
	background-color:#000000;
	font-size:24pt;
	font-family:Bookman Old Style; /*Baskerville Old Face;//Bookman Old Style; * /
	line-height: .9em;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: bottom right;
} */
p {
	margin-top:7px;
	text-indent:20px;
}
li {
	margin-top:15px;
}
a:link {
	color:#312b02;
	text-decoration:underline;
}
a:hover {
	color:#312b02;
	font-weight:bold;
	text-decoration:underline;
}
a:active {
	color:#7b6c05;
	text-decoration:underline;
}
a:visited {
	color:#7b6c05;
	font-style:italic;
	text-decoration:underline;
}
.menu {
	font-size:18pt;
	font-family:Calibri;
}

.content {
	padding:20px 20px 20px 30px;
	font-size:16pt;
}
.vCenter {
	vertical-align:middle;
}
.vTop {
	vertical-align:top;
}
.inv {
	display:none;
}
.MRELink A:link {
	font-size:1.1em;
	color:#ffcc00;
	text-decoration:none;
}
.MRELink A:hover {
	font-size:1.1em;
	color:#ffcc00;
	font-weight:bold;
	text-decoration:underline;
}
.MRELink A:active {
	font-size:1.1em;
	color:#ffcc00;
	font-style:italic;
	text-decoration:underline;
}
.MRELink A:visited {
	font-size:1.1em;
	color:#ffcc00;
	text-decoration:none;
}