div.subpage {
	height: 400px;
	width: 950px;
	background-image:url(images/mainwindowbkgd.png);
	background-repeat:repeat-y;
	position:absolute;
	left:50px;
	top:145px;
	padding-left: 200px;
	
	}
	
div.subpagehome {
	height: 400px;
	width: 950px;
	background-image:url(images/mainwindowbkgd.png);
	background-repeat:repeat-y;
	position:absolute;
	left:50px;
	top:145px;
	padding-left: 50px;
	font-size:12px;
	color: #000000;
	
	}
	
	
div.subpagesecond {
	height: 500px;
	width: 550px;
	background-image:url(images/support_bkg.png);
	background-repeat:repeat-y;
	position:absolute;
	left:65px;
	top:50px;
	padding-left: 100px;
	
	}
	
div.subpagesupport {
	height: 500px;
	width: 500px;
	background-image:url(images/support_bkg.png);
	background-repeat:repeat-y;
	position:absolute;
	left:65px;
	top:50px;
	padding-left: 35px;
	
	}
	
div.subpagethird {
	height: 500px;
	width: 500px;
	background-image:url(images/support_bkg.png);
	background-repeat:repeat-y;
	position:absolute;
	left:65px;
	top:50px;
	padding-left: 10px;
	
	}
	

div.subpagefour {
	height: 500px;
	width: 650px;
	position:absolute;
	left:75px;
	top:50px;
	padding-left: 10px;
	text-align:left;
	}

div.subpagesix {
	height: 600px;
	width: 500px;
	background-image:url(images/support_bkg2.png);
	background-repeat:repeat-y;
	position:absolute;
	left:65px;
	top:50px;
	padding-left: 10px;
	
	}
div.subpagebottom {
	background-image:url(images/mainwindowbtm.png);
	background-repeat:no-repeat;
	position:absolute;
	height: 50px;
	width: 950px;
	left:50px;
	top:545px;
	}
	
div.subpagebottomsecond {
	background-image:url(images/mainwindowbtm.png);
	background-repeat:no-repeat;
	position:absolute;
	height: 50px;
	width: 500px;
	left:50px;
	top:400px;
	}
	
div.subpagebottomthird {
	background-image:url(images/mainwindowbtm.png);
	background-repeat:no-repeat;
	position:absolute;
	height: 50px;
	width: 500px;
	left:50px;
	top:400px;
	}

div.subpagebottomsix {
	background-image:url(images/mainwindowbtm.png);
	background-repeat:no-repeat;
	position:absolute;
	height: 50px;
	width: 500px;
	left:50px;
	top:400px;
	}
		
div.subpagecontent {
	float:left;
	width: 650px;
	height: 100%;
	margin-left:10px;
	}
	
div.subpagecontentsecond {
	float:left;
	width: 285px;
	height: 100%;
	margin-left:2px;
	}
	
div.subpagecontentsupport {
	float: none;
	width: 450px;
	height: 600px;
	margin-left:2px;
	}
div.subpagecontentthird {
	float:left;
	width: 200px;
	height: 100%;
	margin-left:2px;
	text-align:left;
	}
	
div.subpagecontenthome {
	float:left;
	width: 200px;
	height: 100%;
	margin-left:2px;
	text-align:left;
	}
	
div.subpagecontentsix {
	float:left;
	width: 200px;
	height: 100%;
	margin-left:2px;
	text-align:left;
	}


div.subpagecontent p {
	color: #000000;
}	

div.subpagecontentsecond p {
	color: #000000;
	font-size:12px;
}

div.subpagecontenthome p {
	color: #000000;
	font-size:12px;
}

