@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 925px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../graphics/containerback2.png);
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-right: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E4E2E2;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr  #header  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr   #buttonsbar {
	height: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #DDDDDD;
	background-image: url(../graphics/buttonbarback.png);
	margin-right: 11px;
	vertical-align: 40%;
}
.twoColFixLtHdr  #buttonsbar  p1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-transform: uppercase;
}
.twoColFixLtHdr #midheader {
	height: 100px;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #DDDDDD;
	background-image: url(../graphics/midheaderback.jpg);
	margin-right: 11px;
}
.twoColFixLtHdr #midheader h1 {
	padding-bottom: 0;
	background-image: none;
	margin-right: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333E9A;
	text-align: right;
}
.twoColFixLtHdr #midheader p {
	background-image: none;
	margin-right: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333E9A;
	text-align: right;
}
.twoColFixLtHdr #topContent {
	margin-top: 0;
	margin-right: 11px;
	margin-bottom: 0;
	margin-left: 206px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 13px;
}
.twoColFixLtHdr #topContent h1 {
	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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #314099;
}
.twoColFixLtHdr #topContent 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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-transform: none;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 11px;
	margin-bottom: 0;
	margin-left: 206px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr   #mainContent   h1 {
	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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #314099;
}
.twoColFixLtHdr  #mainContent  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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-transform: none;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #DDDDDD;
	background-image: url(../graphics/footerback2.png);
} 
.twoColFixLtHdr #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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.twoColFixLtHdr #footer2 {
	padding: 0 10px 0 20px;
}
.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;
}
.logoheader {
	margin-left: 20px;
}
.logoside {
	margin-left: 30px;
}
.twoColFixLtHdr  #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px;
	background-color: #e4e2e2;
	padding: 0px;
}
.twoColFixLtHdr  #sidebar1b {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	background-color: #e4e2e2;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.twoColFixLtHdr  #sidebar1  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333E9A;
	font-weight: bold;
}
.twoColFixLtHdr #sidebar1       h1b   {
	float: left;
	background-color: #e4e2e2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #31409B;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.twoColFixLtHdr  #sidebar1  p {
	float: left; /* since this element is floated, a width must be given */
	width: 195px;
	background-color: #e4e2e2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: right;
}
.twoColFixLtHdr #divider {
	height: 25px;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #DDDDDD;
	background-image: url(../graphics/containerdivider.jpg);
	margin-right: 11px;
}
.twoColFixLtHdr #logobar {
	height: 77px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../graphics/logo_MA_footer.png);
	margin-right: 11px;
	vertical-align: 40%;
}
.paragraphtextsidebar1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333E9A;
	font-weight: bold;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.twoColFixLtHdr #buttonsbar a {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #buttonsbar a:hover {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

