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


body {
	font: 12px Verdana;
	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:left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}


#mainContent {
 	
	padding-left: 5px;

}

.Container { 
	padding-left: 14px;
	padding-right: 10px;
	text-align:justify;

}

.bannerContainer {
		margin:0px;
		width:100%;
		height:350px;
}

.footer{
	font-size:11px;
	color:#999;
letter-spacing: 1pt;
line-height: 12pt;
}