@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #bcc6dc;
	background-repeat: repeat-x;
	background-image: url(images/BG.jpg);
}
body,td,th {
	font-size: 11px;
	color: #333333;
}
a:link {
	color: #6A8AB0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6A8AB0;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #6A8AB0;
}
h1 {
	font-size: 16px;
	color: #647AAE;
}
h2 {
	font-size: 14px;
	color: #333333;
}
.style1 {font-size: 9px}
.style3 {
	font-size: 33px;
	font-weight: bold;
	color: #D4588A;
}
.style5 {font-size: 19px}
.style10 {font-size: 19px; font-style: italic; }
.style12 {
	font-size: 13px;
	font-weight: bold;
	color: #D4588A;
}
.style13 {
	color: #6A8AB0;
	font-weight: bold;
}
.style14 {
	color: #51AEE6
}




.oneColFixCtrHdr #container {
	width: 812px;
	margin: 0 auto;
	text-align: left;
	background-repeat: repeat-y;
	background-color: #FFF;
	background-image: url(images/BG_pattern.jpg);
}
.oneColFixCtrHdr #header {
	padding: 0 0px 0 0px;
}
.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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px;
	background-color: #FFF;
	margin-left: 10px;
	margin-right: 10px;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #bcc6dc;
	text-align: center;
}
.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: 0px 0;
}
.copyright {
	font-size: 9px;
	color: #333333;
}
