/*all elements, unless otherwise modified*/
*{
	font-family:arial;
	padding:0px;
	margin:0px;
	color:#fff;
	}
body{
	background:url("/images/cas.gif") 0px 10px no-repeat;
	}
a{
	text-decoration:none;
	}
/*Main Page Background color*/
body,div#search,div#footer,div#navbar ul li ul{
	background-color:#000;
	}
/*navigation section*/
/*content styling in navbar.css*/
div#navbar{
	position:absolute;
		top:120px;
		bottom:1.2em;
		left:0px;
		width:155px;
	}
/*emergency contact information*/
/*span contains the phone number*/
div#emerg{
	position:absolute;
	bottom:2.4em;
	left:0px;
	height:1.2em;
	text-align:center;
	}
div#emerg span{
	display:block;
	color:#F00;
	margin:0px .75em 0px;
	}
/*Search Box*/
div#search{
	margin:auto;
	position:absolute;
	bottom:4.8em;
	left:0px;
	width:155px;
	}
	/* Results and boxes styled in search.css*/
/*Main Navigation frame*/
div#container{
	background:#fff;
	position:absolute;
		top:0px;
		bottom:0px;
		left:155px;
		right:0px;
	}
iframe#content{
	height:100%;
	width:100%;
	}
