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



body {
	background-color: #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;
	font-family: verdana, arial, tahoma;
	font-size: 11px;
	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: #6b6767;
	line-height: 20px;

	
}

a {
	color: #4e86fc;
}

a img {
	border:none;
}

hr {
	display: none;
}

#mainContent {
	
	text-align:left;

}

#mainContent2, container {
	
	text-align:center;

}



#header {
	margin-top: 1em;
	text-align:center;
	
}

#footer {
	margin-top: 1em;
	font-size: 11px;
	text-align:center;
	font-family: arial;
	text-transform:none;
}

.green {
	color: #78bb02;
	font-weight: bold;
}

.sitewidestyle {

	font-family: verdana, arial, tahoma;
	font-size: 11px;
	color: #6b6767;
	line-height: 20px;
	text-align:left;
	margin-right: 20em;
	margin-left: 50em;
	}

.titles{

	margin-left: 48em;
	}
	

.titles2{

	margin-left: 32em;
	}
	
