@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 */
	background: url(images/bg.jpg);
}
.twoColHybRtHdr #container {
	width: 760px;
	margin: 0;
	text-align: left;
} 
.twoColHybRtHdr #header {
	width: 760px;
	height: 218px;
	margin: 0px;
} 
.twoColHybRtHdr #sidebar2 {
	font:"Bookman Old Style";
	font-size: 16px;
	width: 200px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	background-image: url(images/index_03.gif);
	margin: 0px;
	padding: 5px;
	float: left;
	height: 750px;
}
.twoColHybRtHdr #sidebar2 a:hover {
	outline-color: #000066;
}


.twoColHybRtHdr #mainContent {
	width: 550px;
	height: 760px;
	border-left-color: #000000;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	overflow-y: scroll;
	overflow-x: hidden;
	background-repeat:repeat-y;
	background-image: url(images/index_04.gif);
	background-attachment: fixed;
	clear: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twoColHybRtHdr #footer {
	height: 75px;
	width: 760px;
	background-image: url(images/background-green.jpg);
	background-repeat: repeat;
	font-family: "Bookman Old Style";
	text-transform: capitalize;
	color: #FFFFFF;
	padding: 0;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	font-variant: normal;
} 
.twoColHybRtHdr #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 */
}
.twoColHybRtHdr #footer a {
	color: #FFFFFF;
}
.twoColHybRtHdr   #footer   a:hover {
	color: #000066;
}
.hnav {
 	background-color: white; 
 	border: 1px #000000 solid;
	text-decoration: none;
} 
.impText{
	outline-style: inherit;
	outline-color: #000066;
	outline-width: 1px;
	font-family: "Bookman Old Style";
	color: #008000;
}
