body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(../images/mfpbackground.gif);
	background-color: #FBC427;
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container {
	width: 760px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	background-image: url(../images/mfpbackground_faux.gif);
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 50px;
	background-image: url(../images/mfpbackground.gif);
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	line-height: 24px;
	color: #FFF;
}
.twoColFixRtHdr #mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer {
	background-color: #000000;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #EF3A42;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.twoColFixRtHdr #container #header #MenuBar1 {
	background-color: ef3a42;
	height: 25px;
	width: 760px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}td img {display: block;}
.pix {
	padding-left: 10px;
}
.pix2 { border: groove 4px #000; }
ul { font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 14px; list-style-type: disc; margin: 1em 0 1em 40px; }
ul ul {  }
a:link { color: #c00; font-weight: 800; font-style: normal; text-decoration: none; }
a:visited { color: #c00; text-decoration: none; }
a:hover { color: #ffc423; text-decoration: none; }
a:active { color: #030600; font-style: normal; text-decoration: none; }
td {
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 12px;
}
h2 { color: #000; font-size: 20px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: 500; }
h3 { color: #000; font-size: 14px; font-weight: bold; }
h1 { color: #000; font-size: 24px; font-weight: bold; }
.quote { color: #fff; font-size: 18px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: 300; line-height: 32px; margin: 4px; }
.quote1 {
	color: #fff;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 300;
	line-height: 24px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.quote-black {
	color: #000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 300;
	line-height: 24px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.nav { color: #c00; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: 700; line-height: 12px; border-top-width: 12px; }
.caption {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-align: right;
	padding-right: 10px;
}
.caption_black {
	color: #000;
	font-size: 12px;
	font-weight: 700;
	text-align: right;
	padding-right: 10px;
}
td.bio { margin-left: 12px; }
.twoColFixRtHdr #container #mainContent_wide {
	width: 760px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.para_small {
	font-size: 10px;
}

