/* CSS Document */

/* standard tag styling */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	text-align: center;
	background-color: #FFFFCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

p {
	font-size: small;
	margin-top: 2px  0px 2px 0px;
}

p.center {
	text-align: center;
}	

p.left {
	text-align: left;
}	

h1 {
	margin: 0px auto 5px auto;
	color: #B20C0C;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	font-family: Arial;
	line-height: 28px;
	font-style: italic;
}
		

h2 {
	margin: 0px 0px 6px 0px;
	color: #B20C0C;
	font-size: large;
	text-transform: none;
	text-align: left;
	font-weight: normal;
}	

h3 {
	margin: 10px 0px 0px 0px;
	text-align: left;
	font-weight: bold;
	font-size: small;
	color: #B20C0C;
}

h3.red {
	color: #FF0000;
}
		

h4 {
	color: #FFFFFF;
	margin: 2px 5px 1px 20px;
	text-align: left;
	font-weight: normal;
	font-size: small;
}

h4 a:link, h4 a:active, h4 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

h4 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

h5 {
	margin: 10px 5px 0px 5px;
	text-align: center;
}			

img {
	margin: 0px;
	border: none;
}				

td img {
	display: block;
}

ul {
	padding: 0px;
	margin: 0px;;
}

li {
	padding: 0px;
	list-style-image: none;
	list-style-position: inside;
	margin: 0px 0px 10px 0px;
	list-style-type: none;
	color: #074882;
	font-size: small;
}

hr {
	color: #E6E6E6;
	border: none;
	height: 1px;
}
	
a:link {
	color: #B20C0C;
	text-decoration: none;
}

a:active {
	color: #B20C0C;
	text-decoration: none;
}

a:visited {
	color: #B20C0C;
	text-decoration: none;
}

a:hover {
	color: #B20C0C;
	text-decoration: underline;
}

/* text styling */
p.right {
	margin-top: 10px;
	text-align: right;
}

/* image styling */
img.float_left {
	float: left;
	margin: 2px 10px 2px 0px;
	padding: 0px;
	display: inline;
	border: none;
}

img.float_right {
	float: right;
	margin: 2px 0px 2px 10px;
	padding: 0px;
	display: inline;
	border: none;
}	

/* Layer Definitions */

/* Mainwrapper displays the background layer and content which will alter the length of the page */
/* This wrapper centres the page */
/* It is important to set the margins, page width and position to relative */
#centralposition {
	position:relative;
	width: 960px;
	margin: 0px auto 0px auto;
	border: none;
}

/* This extra wrapper is required for the background slice to work in FireFox, etc */
/* Setting the background image in the centralposition layer does not work in FireFox when the position is set to relative */
#backgrdWrapper {
	margin: 0px auto 10px auto;
	width: 960px;
	float: left;
	border: none;
	background-image: url(../images/mfa_page_backgrd_slice.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}	

#mainWrapper {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 960px;
	float: left;
	border: none;
}

#mainWrapper img {
	margin: 0px;
	padding: 0px;
	display: block;
}		

#topBanner {
	padding: 0px;
	border: none;
}

#mainPage {
	margin: 0px;
	padding: 0px;
	width: 900px;
	border: none;
	float: left;
	background-image: url(../images/mfa_backgrd_upper.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	padding-right: 30px;
}

#mainPage p strong {
	color: #800000;
}

#primarymenu {
	float: left;
	width: 330px;
	text-align: left;
	margin: 10px auto 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	color: #B20C0C;
}

#search {
	float: right;
	width: 350px;
	text-align: right;
	margin: 5px 0px 5px auto;
	padding: 2px 0px 2px 0px;
	font-size: 15px;
	color: #FFFF00;
	font-weight: bold;
}	

#search form {
	margin: 0px;
}	

#primarymenu .selected {
	color: #CCCCCC;
}	

#secondarymenu {
	float: left;
	width: 900px;
	text-align: left;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 15px;
}

#secondarymenu .selected {
	color: #CCCCCC;
}			

#maincontent {
	float: left;
	width: 900px;
	margin: 10px 0px 10px 0px;
	padding: 0px;	
	text-align: left;
}

#maincontent p {
	margin: 2px 0px 2px 0px;
}

#maincontent h1 {
	text-align: left;
}
	
#maincontent table {
	width: 100%;
	border: 4px solid #FFFFFF;
}

#maincontent table td {
	padding: 2px;
	margin: 2px;
	width: auto;
	font-size: small;
	border: none;
	vertical-align: top;
	text-align: left;
}

#maincontent table td.pastimage {
	width: 300px;
}

#maincontent table td.pastimage img {
	display: inline;
	padding: 1px;
	border: none;
}

#maincontent table td.pasttext {
	width: 720px;
}

#maincontent table td.viewimages {
	width: 450px;
}

#maincontent table td.viewimages img {
	display: inline;
	padding: 1px;
	border: none;
}	
				 	

#maincontent table img {
	padding: 1px;
	border: 1px solid #B20C0C;
	margin-left: 0px;
	margin-right: auto;
}

#maincontent table p {
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: small;
}	

#maincontent table.displaynav {
	background-color: none;
	border: none;
	text-align: center;
}	

#maincontent table.displaynav th {
	background-color: none;
}	

#maincontent table.displaynav td {
	background-color: none;
}

#lowerNav {
	margin: 20px 0px 5px 0px;
	padding: 0px;
	color: #B20C0C;
	width: 800px;
	background-color: inherit;
	border: none;
	float:right;
	text-align: right;
}


#lowerNav p strong {
	font-size: medium;
}	


#lowerNav p.left {
	float: left;
}

#lowerNav p.right {
	float: right;
}

#footerWrapper {
	float: left;
	width: 960px;
	height: 200px;
	padding: 0px;
	margin: 0px;
	border: none;
	background-image: url(../images/mfa_backgrd_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFCC;
}	

#footerinfo {
	margin: 0px;
	padding: 0px;
	width: 880px;
}	
	
#footerinfo p {
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	font-size: small;
}

#footerinfo p strong {
	color: #FFFF00;
}	

#footerinfo a:link {
	color: #FFFF00;
	text-decoration: none;
}

#footerinfo a:active {
	color: #FFFF00;
	text-decoration: none;
}

#footerinfo a:visited {
	color: #FFFF00;
	text-decoration: none;
}

#footerinfo a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

#footerinfo table {
	width: 100%;
	border: none;
}

#footerinfo table td {
	padding: 0px 10px 10px 10px;
	width: 33%;
	vertical-align: top;
}					

/* top layers */
#maintitle {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 960px;
}

#maintitle h1 {
	color: #FFFFFF;
}	

#footerinfo {
	margin: 0px 80px 0px 80px;
	position: relative;
	top: 140px;
	left: 0px;
	width: 800px;
	font-size: 20px;
	color: #FFFFFF;
}

#footerinfo table {
	width: 100%;
	text-align: center;
}

#footerinfo table td {
	padding: 0px;
	margin: 0px;
}

/* Miscellaneous */
.asterisk {
	color: #FF0000;
}

.go_button {
	background-color: #B20C0C;
	color: white;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}			