@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	padding-bottom:20px;
	color: #333333;
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	background-color: #FFFFFF;
}
html, body {
margin:0;
padding:0;
height: 100%;
}
.oneColFixCtrHdr #container {
	width: 100%;
	margin:0;
	text-align: left;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position:relative;
}
.oneColFixCtrHdr #header {
	padding: 0;
	height: 113px;
	background-image:url(../img/header-bg.png);
	background-repeat:repeat-x;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 113px;
	width: 100%;
	clear: both;
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	background: #FFFFFF;
}
.oneColFixCtrHdr #pageHeading {
	font-size:18px;
	color:#333333;
	line-height:200%;
}
.oneColFixCtrHdr #subHeading {
	font-size:14px;
	color:#333333;
	line-height:180%;
}
.oneColFixCtrHdr #para {
	font-size:12px;
	text-align:justify;
	color:#333333;
	line-height:130%;
}

a:link {color:#333333; text-decoration:none; font-weight:bold;}
a:visited {color:#666666; text-decoration:none; font-weight:bold;}
a:hover {color:#000066; text-decoration:none; font-weight:bold;}

.oneColFixCtrHdr #line {
	background: #CECECE;
	width: 455px;
	height: 1px;
	padding: 0;
	margin: 0;
}

.oneColFixCtrHdr #line hr {display:none;}

.oneColFixCtrHdr #footer {
	bottom:0;
	position:absolute;
	height:15px;
	width:100%;
	background-image:url(../img/header-bg.png);
	background-repeat:repeat-x;
	font-family:Tahoma;
	text-align:right;
}

/*
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
	width: auto;
}
*/