body {
	width: 966px;
	position: relative;
	left: 50%;
	margin-left: -483px;
	border: 1px solid #000000;
	font-family: sans-serif;
	font-size: 12pt;
	float: left;
	background:#d6d0c0;
}
#body {
	width: 966px;
}

#header {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	background:#fff;
}
	#header .col1 {
		width: 70%;
		position: relative;
		top: 0;
		left: 0;
		padding: 61px 0 0 0;
		background: url(../images/headerBg1.png) repeat-y 0 0;
	}
		#header .col1 #logoMainContainer {
			width: 143px;
			height: 53px;
			position: absolute;
			left: 142px;
			top: 4px;
		}
			#header .col1 #logoMainContainer img {
				border: 0;
			}
		#header .col1 p#adminLink {
			position: absolute;
			top: .3em;
			right: 2%;
			font-size: 70%;
		}
			#header .col1 p#adminLink a {
				color: #001f3a;
			}
		#header .col1 #nav1Container {
			background: #d7fca2;
			padding: 0 0 0 4%;
			height: 28px;
			width: 96%;
			border-top: 2px solid #ffffff;
		}
			#header .col1 #nav1Container #nav1 {
				list-style-type: none;
				margin: 0;
				padding: 0;
				width: 96%;
				background: #77aabb;
				height: 28px;
				float: right;
				border-left: 2px solid #ffffff;
				border-right: 2px solid #ffffff;
			}
				#header .col1 #nav1Container #nav1 li {
					list-style-type: none;
					margin: 0;
					padding: 0;
					display: table-cell; /* ignored by IE */
					float: right;
					border-left: 2px solid #ffffff;
				}
					#header .col1 #nav1Container #nav1 li a {
						width: auto;
						padding: 8px 8% 8px 8%;
						display: block;
						text-decoration: none;
						background-color: #527997;
						color: #ffffff;
						font-size: 70%;
						height: 12px;
					}
		#header .col1 #imgMainContainer {
			height: 125px;
			width: 100%;
			background: #527997 url(../images/headerImgMain.jpg) no-repeat 50% 0;
			border-top: 2px solid #ffffff;
			border-bottom: 2px solid #ffffff;
			margin: 10px 0 16px 0;
		}
	#header .col2 {
			position: absolute;
			top: 0;
			right: 0;
			height: 229px;
			width: 289px;
			border-left: 2px solid #ffffff;
			background:#eaf9c1;
	}
		#header .col2 #affiliateInfo {
			height: 79px;
			width: 277px;
			background: #2f5572;
			color: #ffffff;
			border-bottom: 2px solid #ffffff;
			padding: 6px;
		}
			#header .col2 #affiliateInfo h4,
			#header .col2 #affiliateInfo p {
				margin: 0;
				font-size: 80%;
			}
				#header .col2 #affiliateInfo p a {
					color: #99ccff;
				}
		#header .col2 #enrollBox {
			margin: 10px 0 0 0;
			width: 289px;
			overflow: hidden;
			background:#eaf9c1;
		/*	height:126px; */
			height:82px;
		}
			#header .col2 #enrollBox img {
				border: 0;
			}
.special {
	width: 100%;
	height: 12px;
	border: 0;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background: url(../images/headerBg2.png);
}
	#header #imgMainTop {
		position: absolute;
		top: 87px;
		left: 0;
	}
	#header #imgMainBottom {
		position: absolute;
		top: 224px;
		left: 0;
	}

#content {
	width: 100%;
	background: url(../images/contentMainBg1.png) repeat-y 100% 0%;
	position: relative;
	top: -6px;
	padding: 0 0 4px 0;
	margin: 0 0 -4px 0;
	left: 0;
	float: left;
}
	#content .col1 {
		width: 66%;
		padding: .2em 2% 1em 2%;
		color: #7a8059;
	}
		#content .col1 h1 {
			font-size: 120%;
		}
		#content .col1 h2 {
			font-size: 110%;
		}
		#content .col1 h3 {
			font-size: 90%;
		}
	#content .col2 {
		float: right;
		width: 29%;
		color: #2f5572;
	}
	#content .col2 h1 {
		font-size: 120%;
	}

#content .col1 img {
	border: 0;
}

#footer {
	position: relative;
	top: -10px;
	float: left;
	width: 100%;
	font-size: 70%;
	text-align: center;
	color: #7a8059;
	background:#fff;
}

#content .col2 #requestForm li label {
	float: left;
	clear: left;
}
