@charset "utf-8";
/* CSS Document */
*		{ padding: 0; margin: 0; }

.clear	{ clear: both; }
.a		{ text-decoration: none; color: #333333; }
a img	{ display: block; }
img		{ display: block; }

body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82.5%;
	text-align: center;
}

#pagewrapper {
	width: 902px;
	height: auto;
	margin: 0 auto;
}

#header {
	width: 902px;
	height: 165px;
	text-align: center;
	margin: 0 auto;
	}
	.header_banner1 {
		background: url(../images/jru_front_02.jpg) no-repeat center top;
		width: 902px;
		height: 100px;
	}
	.header_banner {
		background: url(../images/jru_front_02a.jpg) no-repeat center top;
		width: 902px;
		height: 133px;
	}
	.header_menu {
		width: 902px;
		height: auto;
		margin: 0 auto;
		position: relative;
		/*             
                position:absolute;
                top:100px;
                */               
                z-index: 1;
	}
	.banner_space {
                float: left;
                width: 580px;
                height: 132px;
	}

#body_container {
	width: 902px;
	height: auto;
	}
	.body_banner {
		/* 
		background: url(../images/jru_front_14.jpg) no-repeat center;
		
		*/
                background: url(../images/body/rotate.php) no-repeat center;
		width: 902px;
		height: 350px;
		}
		.body_news {
			background: url(../images/news_panel.png) no-repeat;
			width: 360px;
			height: 266px;
			float: left;
			margin: 12px 0 0 30px;
			color: white;
			border: none;
			text-align: left;
		}
	.body_copy {
		background: url(../images/jru_front_15.jpg) repeat-y center;
		width: 902px;
		height: auto;
	}
	.body_colleges {
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9em;
		text-align: left;
	}
	
#footer {
	background: url(../images/jru_front_16.jpg) no-repeat center;
	width: 902px;
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	}
	.footer_menu {
		font-family: Arial, Helvetica, sans-serif;
		font-size: .8em;
		float: left;
		margin-left: 10px;
		margin-top: 16px;
	}
	.copyright {
		font-family: Arial, Helvetica, sans-serif;
		font-size: .7em;
		float: right;
		margin-right: 10px;
		margin-top: 16px;
	}

/* FONT */
.index_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: blue;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}
.link_right {
	text-align: right;
}

/* Banner Additionals */
.options {
	width: auto;
	height: auto;
	margin-top: 90px;
}
.option_container {
	width: 320px;
	height: 133px;
	float: right;
}


.news_title {
	color: #FF0000;
	font-weight: bold;

}