@charset "utf-8";
body {
	background-attachment: scroll;
	background-image: url(images/siteBackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 750px;
	background-image: url(images/extendFrame.jpg);
	background-repeat: repeat-y;
	overflow: auto;
	margin: auto;
	padding: 0px;
}
#container #topFrame {
	margin: 0px;
	padding: 0px;
	height: 8px;
	width: 750px;
	float: left;
}
#container #leftFrame {
	margin: 0px;
	padding: 0px;
	height: 570px;
	width: 10px;
	float: left;
}
#container #mainContent {
	margin: 0px;
	padding: 0px;
	width: 730px;
	background-color: #FFFFFF;
	height: auto;
	float: left;
}
#container #mainContent #allContent {
	background-color: #FFFFFF;
	width: 730px;
	height: auto;
	float: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#container #rightFrame {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 570px;
	width: 10px;
}
#container #header {
	margin: 0px;
	padding: 0px;
	height: 96px;
	width: 750px;
	float: left;
}
#container #navBar {
	margin: 0px;
	padding: 0px;
	height: 29px;
	width: 750px;
	background-color: #11324d;
	float: left;
}
#container #bottomFrame {
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 750px;
	float: left;
}
#container #mainContent #quickLinks {
	background-color: #FFFFFF;
	width: 730px;
	height: auto;
	float: left;
}
#container #mainContent #quickLinks #Hallways {
	height: 529px;
	width: 300px;
	float: left;
	background-image: url(quickLinksImages/H-E-Box.jpg);
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
	margin-top: 5px;
}
#container #mainContent #quickLinks #Cafeterias {
	float: left;
	width: 400px;
	height: 330px;
	margin-left: 10px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(quickLinksImages/C-H-W-Box.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
}
#container #mainContent #quickLinks #Themes {
	float: left;
	width: 400px;
	height: 129px;
	margin-left: 10px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(quickLinksImages/Theme-Box.jpg);
	background-repeat: no-repeat;
	margin-top: 46px;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #555555;
	font-weight: bold;
}

.bodyTextNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #555555;
	font-weight: normal;
}

.quickLinksImage {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.quickLinksHeaderImage {
	margin-right: 3px;
	margin-left: 3px;
}
