@charset "utf-8";
body {
	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: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #a19e9b;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}
.oneColElsCtr #container {
	width: 880px; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;

}

.oneColElsCtr #container1 {
	width: 859px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

.oneColElsCtr #container2 {
	width: 820px; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	
	text-align: justify;
}

.logo2 {
	background-image: url(images/logoprint.png);
	height: 61px;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.mainMenu {
	width: 733px;
	margin-right: auto;
	margin-left: auto;
}

.mainMenu2 {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
		height: 10px;
	text-align: center;
}

.oneColElsCtr #mainContent {
	text-align: justify;
	padding-top: 0;
	padding-right: 34px;
	padding-bottom: 0;
	padding-left: 34px;
	color: #ffffff;
	height: 100%;
}
.copyright {
	height: 45px;
	width: 820px;
	margin-right: auto;
	margin-bottom: 1px;
	background-color: #ffffff;
	display: inline-block;
}
.copyrightRight {
	height: auto;
	width: 360px;
	background-color: #ffffff;
	text-align: right;
	font-size: 10px;
	color: #000000;
	display: block;
}
.copyrightLeft {
	height: auto;
	width: 460px;
	background-color: #ffffff;
	font-size: 10px;
	color: #000000;
	text-align: left;
	display: block;
}

.row {
	float: left;
	margin: 0;
	padding: 0;
	width: 820px;
	background-color: #ffffff;
	font-size: 10px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #ffffff;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	}
.cols1 {
	float: left;
	width: 49%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: left;
}
.cols2 {
	float: right;
	width: 39%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-right: 10px;
	text-align: right;
}
.oneColElsCtr #mainContent2 {
	text-align: justify;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #000000;
	height: 100%;
}

