@charset "utf-8";
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFBE;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #3C5A8E;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #939900; 
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #header a {

text-decoration:none;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFBE;
}
.oneColFixCtrHdr #mainContent h1 {
	font-family:"Myriad Web Pro", Verdana, "Arial Black", "Times New Roman", sans-serif;
	font-size:24px;
	color:#c72800;
	padding-left:10px;
	}
.oneColFixCtrHdr #mainContent h2 {
	font-family:"Myriad Web Pro", Verdana, "Arial Black", "Times New Roman", sans-serif;
	font-size:16px;
	color:#3C5A8E;
	padding-left:10px;
	}
.oneColFixCtrHdr #mainContent p {
	font-family:"Myriad Web Pro", Verdana, "Arial Black", "Times New Roman", sans-serif;
	font-size:14px;
	color:#000000;
	padding-right:10px;
	padding-left:10px;
	}
.oneColFixCtrHdr #mainContent a {
	font-family:"Myriad Web Pro", Verdana, "Arial Black", "Times New Roman", sans-serif;
	font-size:14px;
	color:#3C5A8E;
	text-decoration:none;
	}
.oneColFixCtrHdr #mainContent a:hover {
	font-family:"Myriad Web Pro", Verdana, "Arial Black", "Times New Roman", sans-serif;
	font-size:14px;
	color:#939900;
	text-decoration:none;
	}
	
.oneColFixCtrHdr #mainContent li{
	font-family:"Myriad Web Pro", Verdana, "Arial Black", "Times New Roman", sans-serif;
	font-size:14px;
	color:#c72800;
	text-align:center;
	}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFBE;
	border-top:1px solid #3C5A8E;
}
.oneColFixCtrHdr #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:"Myriad Web Pro", Verdana, "Arial Black", "Times New Roman", sans-serif;
	font-size:12px;
	color:#939900;
}
.oneColFixCtrHdr #footer a:link {
	font-family:"Myriad Web Pro", Verdana, "Arial Black", "Times New Roman", sans-serif;
	font-size:12px;
	color:#939900;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:visited {
	font-family:"Myriad Web Pro", Verdana, "Arial Black", "Times New Roman", sans-serif;
	font-size:12px;
	color:#939900;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover{
	font-family:"Myriad Web Pro", Verdana, "Arial Black", "Times New Roman", sans-serif;
	font-size:12px;
	color:#3C5A8E;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:active{
	font-family:"Myriad Web Pro", Verdana, "Arial Black", "Times New Roman", sans-serif;
	font-size:12px;
	color:#C72800;
	text-decoration: none;
}
.style2 {
	font-size: 12px;
	color: #3C5A8E;
	font-family: "Myriad Web Pro", Verdana, "Arial Black", "Times New Roman", sans-serif;
}
