@charset "utf-8";
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFF;
	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: #153969;
}
.oneColFixCtrHdr #container {
	width: 988px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: top;
	padding: 0;
}
.oneColFixCtrHdr #header {
	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. */
	margin: 0;
}
.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 h4 {
	margin:0px 0px 10px 0px;
	padding:0px;
	color: #0084ff;
}
.oneColFixCtrHdr p {
	margin:0px;
	padding:10px 0px 4px 0px;
}

.oneColFixCtrHdr #preContent {
	background-image: url(images/design01_09.gif);
	background-position: center top;
	background-repeat: repeat-y;
	display:block;
	width:988px;
	height:28px;
	clear:both;
	margin: 0;
	padding: 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 10px 34px 5px 34px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align:justify;
	background-image: url(images/design01_10.gif);
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0;
}
.oneColFixCtrHdr #mainContentIndex {
	padding: 30px 34px 10px 320px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align:justify;
	background-image: url(images/design01-index_09-14.gif);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0;
	height:452px;
}

.oneColFixCtrHdr #postContent {
	background-image: url(images/design01-index_10.gif);
	background-position: center top;
	background-repeat: no-repeat;
	display:block;
	width:988px;
	height:18px;
	clear:both;
	margin: 0px;
	padding: 0;
}
.oneColFixCtrHdr #preFooter {
	display:block;
	width:988px;
	height:145px;
	clear:both;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.oneColFixCtrHdr #preFooter img {padding:0px; margin:0px; border:none;}

.oneColFixCtrHdr #footer {
	padding: 9px 10px 0px 10px;
	margin: 0px 6px;
	color: #666;
	font-size: 11px;
	background-image: url(images/design01-index_10.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
.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: 6px 0px 6px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer a:link, .oneColFixCtrHdr #footer a:visited {
	color:#3179AF;
	text-decoration:none;
}
.oneColFixCtrHdr #footer a:hover {color:#000; text-decoration:underline;}
.oneColFixCtrHdr .after_footer {
	color: #666;
	margin: 0px 0px 0px -8px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 7px 18px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	display:inline;
	float:right;
	text-align: left;
}
.oneColFixCtrHdr .after_footer p {
	margin:0px; padding:0px;
}
.oneColFixCtrHdr #postFooter {
	background-image: url(images/design01-index_14.gif);
	background-position: center top;
	background-repeat: no-repeat;
	display:block;
	width:988px;
	height:15px;
	clear:both;
	margin: 0px;
	padding: 0;
}
#languages {
	height:22px;
	display:block;
	position:absolute;
	top:2px;
	left:50%;
	z-index:1000;
	padding: 0;
	margin: 0px 0px 0px 402px;
	color:#666;
	font-size:10px;
}
#languages2 {
	height:auto;
	display:block;
	position:absolute;
	top:2px;
	left:50%;
	z-index:1000;
	padding: 0;
	margin: 0px 0px 0px 392px;
	color:#666;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#languages a:link, #languages a:visited, #languages2 a:link, #languages2 a:visited { color:#666; text-decoration:none;}
#languages a:hover, #languages2 a:hover { color:#000; text-decoration:underline;}
#languages2 span {
	color: #4BAEFF;
	font-weight: bold;
}
#facebook {
	height:auto;
	display:block;
	position:absolute;
	top:5px;
	left:50%;
	z-index:1000;
	padding: 0;
	margin: 0px 0px 0px -452px;
}
