body { text-align:center; font-family:Arial, Helvetica, sans-serif; background:url(images/trenta.gif) repeat; }
a { color:#0041fe; text-decoration:none; }
h2 { text-align:center; }
img { border:none; padding:0; margin:0; vertical-align:bottom; }
.imgRight { float:right; margin:5px 10px 5px 10px; }
.imgLeft { float:left; margin:5px 10px 5px 10px; }
#pagewidth { width:780px; background-image:url(images/MWAA-09_11.gif); text-align:justify; margin-left:auto; margin-right:auto; }
#header { position:relative; height:298px; background-color:#FFFFFF; width:100%; }
#sub_head { float:right; }
#leftcol { width:186px; float:left; position:relative; }
#maincol { float: right; display:inline; position: relative; width:75%; }
#content { margin: 0px 50px 15px 15px; }
#footer { height:77px; background-color:#FFFFFF; background-image: url(images/MWAA-09_13.gif); background-repeat:no-repeat; text-align:center; clear:both; }
#footer_links { padding:25px 0px 0px 160px; font-size: 12px; }
.center {text-align:center; }
h3{color:#FF0000; text-align:center; font-size:x-large; text-decoration:none}
a {color:#FF0000}
#center {text-align:center; }

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print {
/*hide the left column when printing*/ 
#leftcol {
	display:none;
}
#twocols, #maincol {
	width:100%;
	float:none;
}
}
