.twoColFixRtHdr #container #sidebar1 div {
	background-color: #FF0000;
	display: block;
	padding: 0px 0px 0px 0px;
	opacity: 100;
}
.twoColFixRtHdr #container #sidebar1 div:hover {
	background-color: #3399FF;
}
.twoColFixRtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	float: inherit;
	background-image: url(images/BackgoundImage.gif);
	background-color: #138812;
} 
.twoColFixRtHdr #header {
	background-color: #138812;
} 
.twoColFixRtHdr #sidebar1 {
	float: inherit; /* since this element is floated, a width must be given */
	width: 200px;
	height: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: #000000;
}
.twoColFixRtHdr #mainContent {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 560px;
	line-height: normal;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #footer {
	background:#DDDDDD;
} 
.twoColFixRtHdr #footer p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



	/*  Horizontal nav */

a.menu {
	margin: 0;
	width:200px;
	margin-top:6px;
	display:block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
	padding-left: 4px;
	}

a.menu:hover {
	text-decoration : none;
	background-color: #FFFFFF;
	color: #000000;
	padding-left: 4px;
}

@charset "utf-8";
/* CSS Document */

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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #000000;
	line-height: inherit;
}

