/* Default CSS for Screen */

/* BODY */
	body{
		padding: 0 0 60px 0;
		margin: 0;
		font-family: arial, verdana, sans-serif;
		font-size: 11px;
		text-align: center;
	}
		
	#container_body{
		width: 800px;
		margin: 0 auto 0 auto;
		padding: 10px 0 10px 0;
		text-align: left;
	}

/* HEADER */
	/* HEADER IMAGE */
		#header_page img{	
			margin: 0;
			padding: 0;
		}
			
		#header_page{
			height: 250px;
			width: 800px;
		}
		
		#header_page h1{
			margin-top: -240px;
			padding-left: 10px;
			position: absolute;
			font-size: 4em;
		}
			
	/* SEARCH */		
		#search{
			position: absolute;
			top: 60px;
			margin: 0 0 0 600px;
		}
		
	/* HIDDEN HEADER TEXT */
		#header_text{
			position: absolute;
			left: -900px;
		}
		
	/* UHSU LOGO */
		.header_uhsu_logo{
			float: left;
			padding: 0 10px 0 8px;
			width:70px;
			height:73px;
		}
		
	/* UHSU NAME */
		#header_uhsu_name{
			margin: 2px 0 0 -2px;
		}
		
	/* HORIZONTAL RULE */
		#header_standard hr{
			height: 1px;
			margin: 0 5px 12px 0;
		}
	

/* SUPPLEMENTARY NAVIGATION */
	#nav_supp ul{
		position: absolute;
		top: 15px;
		width: 790px;
		margin: 0 auto 0 auto;
		padding: 0;
		text-align: center;
	}
		
	#nav_supp li{
		display: inline;
		float: right;
		padding: 0 5px 0 5px;
		list-style-type: none;
	}

/* CORE NAVIGATION */
	#nav_core ul{
		position: relative;
		margin: -48px 0 0 0;
		_margin: -54px 0 0 0;
		padding: 0 0 60px 0;
		line-height: 1.6em;
	}
		
	#nav_core li{
		float: left;
		font-weight: bold;
		list-style-type: none;
	}
		
	#nav_core li span{
		padding: 5px;
		height: 2.2em;
		float: left;
		font-size: 1.5em;
		text-align: center;
		text-decoration: none;
	}
		
	#nav_core li a{
		float: left;
		height: 2.2em;
		padding: 5px;
		text-align: center;
		font-size: 1.5em;
		text-decoration: none;
		filter:alpha(opacity=70);
		-moz-opacity:.70;
		-khtml-opacity: 0.7;
		opacity:.70;
	}

/* FOOTER */
	/* FOOTER NAVIGATION */
		#nav_footer{
			position: absolute;
			height: 7em;
		}
			
		#nav_footer ul{
			position: relative;
			top: 5em;
			margin: 0;
			padding: 0 0 5px 0;
		}
			
		#nav_footer li{
			display: inline;
			padding: 0 5px 0 5px;
			list-style-type: none;
		}
	
	
	/* FOOTER TEXT */
		#footer_text{
			position: absolute;
			width: 790px;
			margin: 15px -10px 0 5px;
			text-align: justify;
		}
