/* Common site styles */

* {
    padding:0px;
    margin:0px;
}
body {
   font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
	background-color: #F9CA5E;
}
p {
	font-size: 12px;
	line-height: 14px;
	vertical-align: top;
	border: 0px;
	margin: 0px ;
	padding: 0px 0px 5px 0px;
}
p.small {
	font-size: 10px;
}
p.center {
	text-align: center;
}
p a:link {
	color: #823114;
}
p a:visited {
	color: #823114;
}
p a:hover {
	color: #823114;
	font-weight: bold;
}
p a:active {
	color: #823114;
}
h1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
	vertical-align: top;
	text-align: left;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}
h1.center {
	text-align: center;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	vertical-align: top;
	text-align: left;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	vertical-align: top;
	text-align: left;
	border: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	vertical-align: top;
	text-align: left;
	border: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
li h4 {
	border: 0px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
form input img div {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.continue {
	color: #823114;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
table {
	border-color: #823114;
}
td {
	vertical-align: top;
}
td.middle {
	vertical-align: middle;
}
td.center {
	text-align: center;
}
li p {
	padding: 3px;
	margin: 0px;
	border: 0px;
}
ul {
	padding: 0px 0px 0px 20px;
	margin: 10px 0px 10px 20px;
	border: 0px;
}
table.padleft {
	margin: 0px 0px 0px 70px;
}
img.padbot {
	padding: 0px 0px 10px 0px;
}

/* Common styles for all pages except introduction page */

.container {
	position: relative;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	height: 1%;
}
.banner {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 2;
}
.content {
	background-image: url(Assets/mfabg_03.jpg);
	background-repeat: repeat-y;
	padding:10px 20px 0px 26px;
	text-align: left;
	clear: both;
	overflow: auto;
}
.content a:link, .content a:visited {
	color: #823114;
	font-weight: normal;
	text-decoration: none;
}
.content a:hover, .content a:active {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}
.footer {
 	clear: both;
   background-image: url(Assets/mfabg_04.jpg);
   background-repeat: no-repeat;
	height:40px;
}
.footer p.copyright {
	color: #4b4b4c;
	text-align: center;
	padding: 7px 0px 0px 0px;
	font-size: 10px;
}
.base {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.navigation {
	height: 41px;
	z-index: 4;
	background-image: url(Assets/mfabg_02.jpg);
	background-repeat: no-repeat;
}
.navigation p {
	color: #823114;
	line-height: 16px;
	text-align: center;
	padding-top: 5px;
}
.navigation p a {
	color: #823114;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
}
.navigation p a:link {
	color: #823114;
}
.navigation p a:visited {
	color: #823114;
}
.navigation p a:hover {
	color: #823114;
	font-weight: bold;
}
.navigation p a:active {
	color: #823114;
}
.contactr {
	text-align: right;
	font-weight: bold;
	margin: 3px 0px 3px 0px;
}
.contactl {
	text-align: left;
	margin: 3px 0px 3px 0px;
}
.hr {
  	height: 20px;
  	width: 150px;
  	background-image: url('Assets/hr02.gif');
  	background-repeat: no-repeat;
  	margin: 10px auto;
  	}

.hr hr {
  	display: none;
	}
/* Styles for introduction page (index.html) only */

.intro_pic {
	margin: 20px auto;
	text-align: center;
}
.intro_text {
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-size: 12px;
}
.intro_container {
   position: relative;
	border: 0px;
	margin: 0px auto;
	padding: 0px;
	vertical-align: top;
	width: 835px;
	z-index: 3;
	height: 636px;
}
.content_box_01{
	margin: 0px;
	padding: 0px;
	text-align: left;
}
img {
	border-color: #823114;
}



