/* CSS Document */

body {
	font: Georgia, "Times New Roman", Times, serif;
	background:#595e7d;
	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: #cfd4d7;
	background-color:#2FB546 ;
}
.oneColFixCtrHdr #container {
	width: 750px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #f6ede1;
}

.oneColFixCtrHdr #mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #c6cbce;*/
	margin-top: 30px;
	color: #2f365c;
	background-color: #f6ede1;
}



.picrt{
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 15px;
	padding-right: 20px;
	padding-bottom: 20px;	
}
.oneColFixCtrHdr #container #mainContent p {
	padding-right: 20px;
	padding-left: 20px;
	color: #2f365c;
}

.oneColFixCtrHdr #container #mainContent h1 {
	color: #2FB546;
	margin-left: 20px;
	font: Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
}
.oneColFixCtrHdr #container #mainContent h3 {
	color: #2FB546;
	font-size: 15px;
	margin-left: 50px;
	
}

.oneColFixCtrHdr #container #mainContent h4 {
	color: #2FB546;
	font-size: 13px;
	margin-left: 70px;
	font-style: normal;	
}

.oneColFixCtrHdr #container #mainContent  #banner{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	
	color: #000000;
	text-align: center;
	margin-bottom: 30px;
	
}
	
	.tagline {
	font-family: "Book Antiqua";
	font-size: 14px;
	font-style: italic;
	color: #FF6600;
	text-align: center;
}
