body  {
	margin: 0px;
	padding: 0px;
}
.twoColFixLt  #menu {
position: relative; 
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	height: 400px;
}
.twoColFixLt #pageTitle {
position: relative; 
	padding: 15px 25px;
	background: #FFFFFF;
	margin: 30px 0px 0px 350px;
	height: 30px;
	width: 605px;
	opacity: .8;	
}
.twoColFixLt #mainContentTop {
position: relative; 
	padding: 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 605px;
	background: #FFFFFF;
	margin: 10px 0px 0px 350px;
	height: auto;
}
.twoColFixLt #mainContent {
position: relative; 
	padding: 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 605px;
	background: #FFFFFF;
	margin: 10px 0px 0px 350px;
	height: auto;
} 
.titleXBig {
	font: bold normal 24px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #339900;
}
.titleBig {
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: uppercase;
	color: #000000;
}
.title {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: none;
	color: #339900;
}
.Highlight {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: left;
}
.txt {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
}
.img-left {
	margin-right: 10px;
	float: left;
}
.img-right {
	float: right;
	margin-left: 10px;
}
a:link {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: capitalize;
	color: #339900;
}
a:visited {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: capitalize;
	color: #339900;
}
a:hover {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: capitalize;
	color: #33CC00;
}
.twoColFixLt #footer {
	padding: 15px 25px;
	background: #FFFFFF;
	margin: 10px 0px 0px 350px;
	height: 20px;
	width: 605px;
	opacity: 1;
	vertical-align: middle;
	text-align: right;
	position: relative;
}
.footer {
	font: 10px Arial, Helvetica, sans-serif;
	color: #999999;
}
img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
