@charset "UTF-8";
/* CSS Document */
body {
	background: #d5dce4;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	margin: auto;
	padding-top: 10px;
	width:980px;
}
td {
}
th {
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
color:#000099;
}
/* header */
#header {
	width:980px;
	height: 146px;
	background-color: #d9e0e7;
	background-image: url(bgr-header-01.jpg) repeat-x;
}
#header_logo {
	float: left;
}
#header_img {
	float: right;
	text-align: right;
}
/* navbar */
#navbar {
	background-color: #181818;
	clear:both;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	line-height:28px;
	height:28px;
}
#navlist li {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	display: inline;
}
#navlist a {
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
}
#navlist li a, #navlist li a:link {
	color: #fff;
	text-decoration: none;
	display: block;
}
#navlist li a:hover {
	color:#fff;
	background-color:#CC0000;
	text-decoration: underline;
}
#navlist li.campus {
	float:right;
	background-color:#990000;
	width: auto;
}

/* content */
div#front_ads {
	float:left;
	width:980px;
	height:202px;
	clear:both;
	background-image:url(bgr-front-01.jpg);
}
#imageContainer {
	float:left;
	width:98px;
	height:260px;
	border:none;
}
#imageContainer img {
	display:none;
	position:absolute;
}
#content {
	width:980px;
	background: #fff;
	clear: both;
	float:left;
}
/* footer */
#footer {
	width:930px;
	float: left;
	color: #fff;
	background-color: #181818;
	height: 50px;
	line-height: 40px;
	padding-left: 32px;
	padding-right: 20px;
	clear: both;
}
#footer_logo {
	float: left;
}
#footer_img {
	float: right;
}
#footer_img li {
	display:inline;
	padding-left:20px;
	line-height:50px;
}
#footer_hr {
	text-align:center;
	line-height:50px;
	height:50px;
	padding-top:20px;
}
