@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: 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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	background-color: #FFFFFF;
}
h1 {
	font-size: 1em;
}
h2 {
	font-size: 0.9em;
}
h3 {
	font-size: .80em;
}
p {
	font-size: .75em;
	color: #666666;
}
h1, h2, h3, h4, h5, p {
	padding: 0px;
	margin-top: 1ems;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1, h2, h3, h4, h5 {
	margin-top: 1.4em;
	margin-bottom: 0px;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.twoColFixRtHdr #container {
	width: 850px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(images/C08_bkg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 805px;
	margin: 10px auto 0 auto;
} 
.twoColFixRtHdr #menu {
	height: 25px;
	margin: 0px;
}
.twoColFixRtHdr #utility {
	text-align: right;
	height: 20px;
	font-size: 0.65em;
	padding-right: 20px;
}
.twoColFixRtHdr #utility p {
	margin: 0;
	font-size: 1em;
}
.twoColFixRtHdr #header {
	height: 145px;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	margin-left: 145px;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 285px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 545px;
}
.twoColFixRtHdr #sidebar1 img {
	position: relative;
	top: 190px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixRtHdr #header img {
	margin-left: 419px;
}
.twoColFixRtHdr #mainContent {
	background-image: url(images/txt_bkg.gif);
	background-repeat: no-repeat;
	margin-left: 145px;
	margin-right: 285px;
	position: relative;
	background-color: #FFFFFF;
	background-position: left top;
	height: 525px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
} 
.twoColFixRtHdr #content {
	/* Typical fixed height and fixed width example */
	width: 400px;
	height: 510px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin-top: 0.3em;
	margin-right: auto;
	margin-bottom: 0.3em;
	margin-left: auto;
	padding-right: 10px;
}
.twoColFixRtHdr #base {
	margin-left: 145px;
	background-image: url(images/base_08.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 745px;
	height: 60px;
	width: 420px;
}
