@charset "UTF-8";
body {
	font: 100% Verdana, Helvetica, Arial, sans-serif;
	background-image: url(images/background.gif);
	background-repeat:repeat-x;
	background-color: #fff;
	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;
}

.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	margin: 0px;
	height: 110px;
	padding: 15px 20px;
	position: static;
}
.hdr_home {
	background-image: url(images/hdr_home.png);	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #header #links {
	margin-top: 5px;
	clear: both;
	padding-left: 10px;
	padding-top: 8px;
	font-size: .9em;
	width: 750px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 608px;
}
.bdy_growth {
	background-image: url(images/bdy_growth.png);
	background-repeat: no-repeat;
}
.bdy_home {
	background-image: url(images/bdy_home.png);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent #home_txt {
	padding: 125px 0 0 10px; 
	width: 570px;
}
.oneColFixCtrHdr #mainContent #growth_txt {
	padding: 175px 0 0 40px; 
	width: 395px;
}
.oneColFixCtrHdr #mainContent #courses_txt {
	padding: 15px 0 0 0; 
	width: 430px;
	margin-right: 17px;
	float: left;
}
#wx_module_4924 {
	width: 300px;
	float: left;
	margin-top: 30px;
}
.oneColFixCtrHdr #footer {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #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 */
}
.brwn1p1emBold {
	color: #4f2b0c;
	font-size: 1.1em;
	font-weight: bold;
}
.brwn0p7em {
	color: #4f2b0c;
	font-size: .75em;
}
.orng0p9emBold {
	color: #e27d25;
	font-size: 1em;
	font-weight: bold;
}
.orng0p7em {
	color: #e27d25;
	font-size: .75em;
}
.orng1em {
	color: #e27d25;
	font-size: 1em;
}
a {
	text-decoration: none;
	font-size: 1em;
	color: #006b96;
}
.ftr {
	text-align: center;
	clear: both;
}
.fltLft {
	float: left;
}
.lftCol {
	width: 170px;
	float: left;
	margin-right: 40px;
}
.rtCol {
	width: 170px;
	float:left;
}
#lftAds img {
	padding-bottom: 15px;
}
#lftAds {
	margin-top: 40px;
	margin-right: 40px;
	width: 234px;
	float: left;
}
#par {
	margin-top: 40px;
	width: 435px;
	float: left;
}
#map {
	margin-top: 40px;
	clear: both;
}
a.link {
	text-decoration: none;
	font-size: .9em;
	color: #fff;
}
a.link:hover {
	color: #ffff61;
}
#tpga_link {
/*	position: absolute;
	top: 0;
	left: 660px;
*/	float: right;
	display: block;
}
.mapBlue {
	color: #007ac3;
}
.mapRed {
	color: #ed1b2f;
}
.mapOrange {
	color: #ffb234;
}
.mapGreen {
	color: #6bc06b;
}
.mapPurple {
	color: #8271b2;
}
.mapPink {
	color: #f58d76;
}
