* {margin: 0; padding: 0;}
.clear{clear:both;}

/* CSS Document */
body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
}

.masterOverviewWrapper {
	padding: 0 0 0 20px;
}

.content980 a {
	text-decoration: none;
}

.left {
	float:left;
}

.right {
	float: right;
}

/* BOXES */
.boxMod2Left{
	width: 468px;
	height: 305px;
	margin: 20px 0 0 0;
	position: relative;
	display: block;
	overflow: hidden;
}
.boxMod2Right{
	width: 461px;
	height: 305px;
	position: relative;
	display: block;
	margin: 20px 0 0 10px;
	overflow: hidden;
}

.boxMod3Left{
	width: 468px;
	height: 306px;
	margin: 20px 0 0 0;
	position: relative;
	display: block;
	overflow: hidden;
}

.boxMod3RightTop{
	width: 462px;
	height: 200px;
	position: relative;
	display: block;
	margin: 20px 0 10px 10px;
	overflow: hidden;
}

.boxMod3RightBottom {
	width: 400px;
	height: 180px;
	margin: 0 20px 0 0;
	position: relative;
	display: block;
	overflow: hidden;
}

.boxMod4Left{
	width: 415px;
	height: 180px;
	margin: 20px 0 0 0;
	position: relative;
	display: block;
	overflow: hidden;
}

.boxMod4Center {
	width: 255px;
	height: 180px;
	margin: 20px 10px 10px 0px;
	position: relative;
	display: block;
	overflow: hidden;
}

.boxMod4RightTop {
	width: 250px;
	height: 180px;
	position: relative;
	display: block;
	margin: 20px 0 10px 0;
	overflow: hidden;
}

.boxMod4RightBottom {
	width: 930px;
	height: 170px;
	position: relative;
	display: block;
	overflow: hidden;
}
.boxMod img {
	position: absolute;
	top: 0px;
	left: 0px;
}
img.rollOver {
	display: none;
}

/* TITLES */
.titleBg {
	width: 100%;
	bottom:0;
	background: url(/assets/shared/images/masterPage/headerBg.png) repeat-x;
	position: absolute;
	height:42px;
	left: 0;
	
}

.titleBg .boxTitle {
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #fff;
	position: relative;
	top: 7px;
	left: 13px;
	width: 90%;
}


/* CORNERS */
.invertedCorner {
	position: absolute;
	height: 7px;
	width: 7px;
	display: block;
}

.ic_topLeft {
	top: 0px;
	left: 0px;
	background: url(/assets/shared/images/masterPage/invertedCornerTopLeftWhite.png) no-repeat;
}

.ic_bottomLeft {
	bottom: 0px;
	left: 0px;
	background: url(/assets/shared/images/masterPage/invertedCornerBottomLeftWhite.png) no-repeat;
}

.ic_topRight {
	top: 0px;
	right: 0px;
	background: url(/assets/shared/images/masterPage/invertedCornerTopRightWhite.png) no-repeat;

}
.ic_bottomRight {
	bottom: 0px;
	right: 0px;
	background: url(/assets/shared/images/masterPage/invertedCornerBottomRightWhite.png) no-repeat;

}

.textBlock{
	font-size: 16px;
	line-height: 20px;
	width: 454px;
}

.fourBoxTextBox{
	position: relative;
	top: -99px;
	left: 4px;
}

#twoBoxTextBlock1{
	margin: 28px 19px 0 5px;
}
#twoBoxTextBlock2{
	margin: 28px 0px 0 5px;
}
#campusTextBlock{
	margin: 18px 0 0 25px;
}

#threeBotTextBlock{
	margin: 18px 0 0 5px;
}

