@charset "UTF-8";
/* CSS Document */

/* PAGE Layout Styles
   ------------------------------------- */

body {
	margin: 0;
	padding: 0;
	text-align: left;
	background-image: url(images/bg-bmf.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.mainGrayText {
	font-size: 14px;
	color: #666666;
	text-align: justify;
	vertical-align: top;
}
.h1 {
	font-size: 18px;
	font-weight: bold;
	color: #9A230D;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-bottom: 10px;
}
#headerWrapper {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 0px;
}

#canvasWrapper {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}

#canvasMain {
	width: 926px;
	background-color: #FFFDF8;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #1A0701;
	border-bottom-color: #1A0701;
	border-left-color: #1A0701;
}

#canvas {
	width: 926px;
	background-color: #FFFDF8;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 15px;
}

A:link {
	font-size: 11px;
	color: #330000;
	text-decoration: none;
}
A:visited {
	font-size: 11px;
	color: #330000;
	text-decoration: none;
}
A:active {
	font-size: 11px;
	color: #330000;
	text-decoration: none;
}
A:hover {
	font-size: 11px;
	color: #330000;
	text-decoration: underline;
}
.mainGrayText A:link {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.mainGrayText A:visited {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.mainGrayText A:hover {
	font-size: 14px;
	color: #666666;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.mainGrayText A:active {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.pageLINK a:link {
	font-size: 12px;
	font-weight: bold;
	color: #9A230D;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}
.pageLINK A:link {
	font-size: 12px;
	font-weight: bold;
	color: #9A230D;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}
.pageLINK A:visited {
	font-size: 12px;
	font-weight: bold;
	color: #9A230D;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}
.pageLINK A:hover {
	font-size: 12px;
	font-weight: bold;
	color: #9A230D;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: underline;
}
.pageLINK A:active {
	font-size: 12px;
	font-weight: bold;
	color: #9A230D;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}

/* TOP NAV POSITIONING
   ------------------------------------- */
   
.top_nav_pos     {
	margin-bottom: 6px;
}

/* TABLE LAYOUT Styles
   ------------------------------------- */
   
#mainTableLayout {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 915px;
}
   
/* PAGE Styles
   ------------------------------------- */

.imgBorder {
	border: 2px solid #1A0701;
}
.imgDivider {
	padding-top: 15px;
}


/* HEADER Styles
   ------------------------------------- */

#header {
	width: 926px;
	height: 128px;
	background-color: #FFFDF8;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 15px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #1A0701;
	border-right-color: #1A0701;
	border-left-color: #1A0701;
}

.headerImage {
	border: 2px solid #1A0701;
}


/* FOOTER Styles
   ------------------------------------- */

#footer {
	width: 934px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #1A0701;
	padding: 15px;
}

#footerText {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFDF8;
	text-decoration: none;
	text-align: center;
}

#footerText a { 
	font-size: 11px;
	text-transform: uppercase;
	color: #CEC4AF; 
	text-decoration: none;
}

#footerText a:visited { 
	font-size: 11px;
	text-transform: uppercase;
	color: #CEC4AF;
	text-decoration: none; 
}

#footerText a:hover { 
	font-size: 11px;
	text-transform: uppercase;
	color: #E8DEC6;
	text-decoration: underline; }
	
#footerCopyright {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFDF8;
	text-align: center;
}
.orderedList  {
	margin-left: 25px;
}
.unorderedList  {
	margin-left: 25px;
}
#siteMap {
	margin-left: 25px;
	list-style-type: none;
}