@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #397FCA;
	text-align: center;
}
#container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px 0px 0px 0px;
	height:auto;
}
#footer {
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-left: -200px;; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #397FCA;
	height:auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a {
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:hover {
	text-decoration:none;
	color:#FC0;
}
#mainContent {
	margin: 0px 0px 0px 0px;
	height: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#mainMenuContainer {
	position:absolute;
	width:244px;
	height:626px;
	z-index:1;
	background-image: url(images/bg_mainmenu.jpg);
	background-repeat: no-repeat;
}
#mainMenu {
	position:absolute;
	width:202px;
	height:319px;
	z-index:1;
	left: 26px;
	top: 304px;
	text-align:center;
}
#mainMenu a {
	text-decoration:none;
	color:#FFFFFF;
}
#mainMenu a:hover {
	text-decoration:none;
	color:#FC0;
}
#content {
	position:relative;
	width:758px;
	height:auto;
	z-index:1;
	left: 250px;
	top: -10px;
	background-color:#FFF;
	padding-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
}
#bottomcontent {
	position: relative;
	width:758px;
	height:40px;
	z-index:1;
	background-image:url(images/bg_bottom_content.jpg);
	bottom:0px
}
#header {
	position:relative;
	float:inherit;
	width:758px;
	height:120px;
	z-index:2;
	left: 250px;
}
#campusheader {
	position:relative;
	float:inherit;
	width:758px;
	height:560px;
	z-index:2;
	left: 250px;
}
#innercontent {
	padding-left: 20px;
	padding-right: 20px;
	color:#333;
	font-size:12px;
}

#innercontent a{
	color:#06C;
	text-decoration:none;
}
#innercontent a:hover{
	color:#C30;
	text-decoration:none;
}
.title {
	font-size:24px;
}
