body {
	font-family: tahoma, arial;
	font-size: 12px;
	background-image: url(../_images/_global/bg.png);
	background-repeat: repeat;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #EBEBEB;
}
.oneColFixCtrHdr #container {
	width: 776px; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #666666; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ffffff;
}
.oneColFixCtrHdr #header {
	height: 72px;
	background-color: #000000;
	background-image: url(../_images/_global/header-bg.gif);
}
.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 #banner {
	height: 300px;
	background-color: #cccccc;
}
.oneColFixCtrHdr #sub-footer {
	clear: left;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 770px;
	background-color: #EBEBEB;
	padding-left: 6px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.oneColFixCtrHdr #mainContent {
	clear: left;
	float: left;
	width: 776px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #mainContent2 {
	float: left;
	clear: left;
	width: 776px;
	background-color: #EBEBEB;
	padding-bottom: 15px;
}


/* FOOTER */
.oneColFixCtrHdr #footer {
	clear: both;
	display: block;
	padding-top: 15px;
	height: 113px;
	background-color: #DDDDDD;
	text-align: center;
	background-image: url(../_images/_global/footer.gif);
	background-repeat: no-repeat;
	color: #CCCCCC;
}
.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 */
}
#footer a:link {
	color: #000000;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}
#footer a:visited {
	color: #666666;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #000000;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: underline;
}
/* FOOTER */



















/* TEXT START */
h1 {
	margin-bottom:0.3em;
	color:#000;
	font-size:26px;
	line-height:1.2em;
}
h2 {
	margin-bottom:0.3em;
	color:#000;
	font-size:12px;
	line-height:1.3em;
}
h3 {
	margin-bottom:0.3em;
	color:#FFFFFF;
	font-size:14px;
	line-height:1.3em;
}
h4 {
	color:#333;
	font-size:16px;
	font-weight: bold;
	line-height: 0.2px;
}
h5 {
	color:#000;
	font-size:1em;
	font-weight:bold;
}
h6 {
	color:#000;
	font-size:11px;
	font-weight:800;
}
a {
	color: #08c;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-bottom: 18px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
}



/* TEXT END */
.footerBox1 {
	background-color: #FFFFFF;
	display: block;
	padding: 5px;
	float: left;
	height: 150px;
	width: 240px;
	margin-right: 4px;
	margin-left: 4px;
}

.padding-img {
	padding: 10px;
}
.tab-holder {
	display: block;
	float: left;
	width: 760px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}
.contentContainer {
	width: 776px;
	border: thin solid #CCCCCC;
	float: left;
}
