.mainContent {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin-left: 19px;
	margin-right: 23px;
	padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 24px;
	}

.sandhillu {
	background-image: url(../img/sandhillu_gradient.png);
	background-position: bottom;
	background-repeat: repeat-x;
	}
.sandhillEdu a {
	color: #0f67a2;
	}
.sandhillEdu a:hover {
	color: blue;
	}
.sandhillEdu .title {
	display: block;
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
	letter-spacing: 1px;
	padding-top: 8px;
	padding-bottom: 8px;
	}

.sandhilluTitle {
	border-bottom: 1px solid #cbceb5;
	text-align: center;
	color: #0e0e0e;
	font-size: 24px;
	height: 29px;
	margin-left: 24px;
	margin-right: 24px;
	}
.sandhilluTitle a {
	color: #000000;
	text-decoration: none;
	}
.sandhilluTitle a:hover {
	color: #0f67a2;
	text-decoration: underline;
	}
	
.sandhillu .bigLogo {
	display: inline-block;
	float: left;
	margin-left: 30px;
	margin-top: 48px;
	}
.sandhillu .parts {
	display: inline-block;
	float: right;
	width: 480px;
	font-size: 11px;
	line-height: 14px;
	}
.sandhillu .detail {
	display: block;
	margin-top: 18px;
	padding-left: 40px;
	height: 61px;
	}
.sandhillu .detail .icon {
	position: relative;
	float: left;
	left: -74px;
	margin-right: -74px;
	}
.sandhillu .detail .blerb {
	width: 350px;
	}
.sandhillu .detail a {
	color: #4e4a0c;
	}
.sandhillu .detail .title {
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
.sandhillu .detail:hover {
	background-color: #cbfafc;
	}

/* Education Pages */
.sandhillEdu .eduIcon {
	display: block;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	}
.eduTypeCol {
	display: inline-block;
	float: left;
	width: 344px;
	background-color: #faf5e9;
	margin-left: 12px;
	margin-top: 24px;
	padding-bottom: 24px;
	}
.eduTypeCol .title {
	padding-bottom: 12px;
	}
.onLogin {
	text-align: center;
	font-size: 20px;
	}

.eduExp {
	margin-right: 36px;
	margin-left: 360px;
	margin-top: 24px;
	}

.eduExp ul {
	padding-left: 12px;
	font-size: 14px;
	}
.eduExp ul ul {
	list-style-type: none;
	}

.eduExpCols .sectionHead {
	display: block;
	text-decoration: none;
	font-size: 18px;
	padding-bottom: 8px;
	color: #756024;
	}

.eduExpCols .col1 {
	display: inline-block;
	float: left;
	width: 290px;
	/*outline: 1px solid green;*/
	}
.eduExpCols .col2 {
	margin-left: 294px;
	width: 290px;
	/*outline: 1px solid red;*/
	}

.courses {
	float: left;
	text-align: center;
	margin-right: 48px;
	}
.courses img {
	display: block;
	padding-bottom: 8px;
	}
.fakeLink {
	cursor: pointer;
	}
.loginOptions .fakeLink,
.loginOptions a,
.courses a {
	text-decoration: none;
	color: #0f67a2;
	}
.loginOptions .fakeLink:hover,
.loginOptions a:hover,
.courses a:hover {
	color: blue;
	}
	
/* Login Request Form */
.popBox {
	background-color: #ffffff;
	border: 1px solid #477ab1;
	/*width: 620px;
	height: 680px;*/
	}

.closeButtonBar {
	background-image: url(../img/form_button_bar.gif);
	background-repeat: repeat-x;
	height: 21px;
	border-bottom: 1px solid #477ab1;
	}
.closeButton {
	float: right;
	cursor: pointer;
	}

.loginRequestForm .logos {
	text-align: center;
	padding-top: 18px;
	padding-bottom: 20px;
	}
.loginRequestForm .logos img {
	margin-left: 8px;
	margin-right: 8px;
	}

.formContainer {
	margin-left: 70px;
	margin-right:70px;
	font-size: 16px;
	width: 530px;
	margin-left: auto;
	margin-right: auto;
	line-height: 18px;
	color: #696969;
	}
.formContainer .msg {
	color: #3599d8;
	font-size: 14px;
	}
.formContainer i {
	color: red;
	}
.formContainer .error {
	color: red;
	}
.formContainer table {
	margin-top: 40px;
	border-collapse: collapse;
	width: 100%;
	}
.formContainer table td {
	padding-bottom: 10px;
	}
.formContainer label {
	display: block;
	padding-bottom: 2px;
	}
.formContainer textarea {
	width: 100%;
	}
.buttons {
	padding-top: 24px;
	padding-bottom: 24px;
	text-align: center;
	}

.formValidation {
	margin-top: 60px;
	text-align: center;
	font-size: 23px;
	padding-bottom: 24px;
	color: #3599d8;
	}
.formValidation i {
	color: red;
	}
.formValidation a {
	display: block;
	margin-top: 25px;
	}