/* 

	These are the styles that define the layout blocks for the homepages

*/

body {
	text-align: center;
}
#pageContainer {
	position: relative;
	width:751px;
	z-index:1;
	border: 3px solid black;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
	/*height: 100%;*/
}
#pageHeader {
	position: relative;
	border-bottom: 3px solid #000000;
	border-top: none;
	border-left: none;
	border-right: none;
	display: inline-block;
	/*height: 95px;*/
}
.imgContainer {
	border: none;
	border-bottom: 3px solid #000000;
	float: right;
	width: 213px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
}
#contentContainer {
	width: 745px;
}
#contentLeft {
	width: 515px;
	float: left;
	padding: 5px;
}
#contentLeft p{
	font-size: 12px;
}
#contentRight {
	float: right;
	width: 213px;
	border-top: 3px none #000000;
	border-bottom: 3px none #000000;
	border-right: none;
	border-left: 3px solid #000000;
}
.imgContainerBottom {
	border: none;
	border-bottom: none;
	float: right;
	width: 213px;
	padding: 1px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* bigTitle is used on the HomePages for Big Biodl Things and can be over-ridden in each hoempage if necessary */
.bigTitle {
	font-size: 22px;
	font-weight: bold;
	margin-top: 35px; /* we use this to "push" it away from the objects above it */
	margin-bottom: 25px;
}

#thankyouContent {
	margin-top: 15px;
	padding: 15px;
}
#programsOfStudy {
	margin-top: -50px;
	margin-bottom: 20px;
}
#programsOfStudy p{
	font-weight: bold;
}
