@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.twoColFixRtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#container #bottom {
	background-image: url(../images/edge_bottom.jpg);
	height: 65px;
	width: 900px;
	float: left;
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
	text-align: center;
	background-repeat: no-repeat;
}
.twoColFixRtHdr #header {
	height: 200px;
	width: 800px;
	float: left;
} 
.twoColFixRtHdr #mainContent {
	float: left;
	width: 750px;
	padding-right: 25px;
	padding-left: 25px;
	height: 625px;
	margin-bottom: 15px;
	overflow: auto;
	margin-top: 10px;
} 
h1 {
	font-size: 24px;
	color: #333333;
}
.twoColFixRtHdr #container #right {
	background-image: url(../images/edge_right.jpg);
	background-repeat: repeat-y;
	height: 1000px;
	width: 50px;
	float: right;
}
.twoColFixRtHdr #container #navBar ul {
	display: inline;
}
.twoColFixRtHdr #container #navBar {
	height: 25px;
	float: left;
	width: 800px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.twoColFixRtHdr #container #left {
	background-image: url(../images/edge_left.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 50px;
	height: 1000px;
	display: block;
}
.twoColFixRtHdr #container #navBar a {
	display: block;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #339933;
	text-decoration: none;
	float: left;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#container #navBar li {
	text-align: center;
	display: inline;
	float: left;
	list-style-type: none;
}
.twoColFixRtHdr #container #navBar .current {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
	color: #000000;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom: -10px;
}
.twoColFixRtHdr #footer {
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 100px;
	width: 780px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #663300;
	text-align: center;
	color: #000000;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #container #navBar a:hover {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
}
.twoColFixRtHdr #container #mainContent ul {
	list-style-image: url(../images/bullet_10.jpg);
}
#container #mainContent li {
	margin-bottom: 5px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #663300;
	margin-top: 10px;
	margin-bottom: -7px;
}
.twoColFixRtHdr #container #mainContent #printhed {
	display: none;
}
.twoColFixRtHdr #container #PrintHeader {
	display: none;
}
