@charset "UTF-8";

.oneColFixCtrHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-color: ececc4;
}
.oneColFixCtrHdr #header {
	width: 744px;
	padding: 0;  /* 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. */
	top: 0px;
	background-color: #ececc4;
	background-position: top;
	height: 174px;
}
.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 #mainContent {
	float: right;
	height: auto;
	width: 743px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: ececc4;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	background-color: #ececc4;
}
.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 */
}
.container2 {
	background-color: ececc4;
	height: 174px;
	width: 256px;
	overflow: visible;
	position: relative;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #333366;
	text-align: justify;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.main_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	text-transform: capitalize;
	color: #996600;
	text-align: center;
}
.second_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #330066;
	text-align: center;
}
.box_paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 14px;
	font-weight: normal;
	color: #330066;
	background-color: #CCCC99;
	background-repeat: repeat;
	text-align: center;
	text-indent: 10px;
	padding: 5px;
	height: auto;
	width: 40%;
	border: 1px solid #669999;
	background-position: center center;
	vertical-align: middle;
	float: none;
	position: relative;
	overflow: visible;
}
.box_paragraphblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #006699;
	background-repeat: repeat;
	text-align: center;
	text-indent: 10px;
	padding: 5px;
	height: auto;
	width: 20em;
	border: 1px solid #CC9900;
	background-position: center center;
	vertical-align: middle;
	float: none;
	right: 20%;
	visibility: visible;
}
.main_header_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	text-transform: capitalize;
	color: #996600;
	text-align: left;
}
.second_header_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #330066;
	text-align: left;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.profile {
	clear: right;
	overflow: auto;
}
.style4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333366;
}
