@charset "UTF-8";
html, body {
	font-family: 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-image:url(/format/bkg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color: #FFF;
}
table {
	border-collapse: collapse;
}
table tr td {
	border: 0;
	padding: 0;
}
img {
	border: 0;
}
.oneColFixCtr #container {
	position: relative;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;  /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #navbar {
	position: absolute;
	top: 121px;
	left: 212px;
	width: 568px;
}
.oneColFixCtr #mainContent {
	position: absolute;
	top: 150px;
	width: 780px;
	height: 800px;
	overflow: visible;
	padding: 0px;
}
.oneColFixCtr #sidebar180 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(/format/inset.gif);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.oneColFixCtr #sidebar200 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(/format/inset.gif);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 10px;
}
.oneColFixCtr #sidebar300 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(/format/inset.gif);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 10px;
}
.oneColFixCtr #sidebar400 {
	float: right; /* since this element is floated, a width must be given */
	width: 400px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(/format/inset.gif);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 10px;
}
.oneColFixCtr #exposidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 460px;
	background-image: url(/i/expo/format/CDA_Pav.gif);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
