@charset "utf-8";
/* CSS Document */

body {
	background: black;
	margin: 0px 0px 30px 0px;
}

#introwrapper {
	margin-left:auto;
	margin-right:auto;
	width: 450px;
	margin-top: 150px;
	background-image:url(images/UCH.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 250px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
}

#current {
	color: white;
	float:left;
	background-color: #FF6633;
	text-align:center;
	position: relative;
	width: 220px;
	height: 30px;	
}

#prospective {
	color: white;
	float:right;
	background-color: #669999;
	text-align:center;
	position: relative;
	width: 220px;
	height: 30px;
}
#current a {
color: white;
display: block;
padding-top: 5px;
padding-bottom: 5px;
text-decoration: none;
}
#current a:hover{ 
color: white;
display: block;
background: #FF3333;
text-decoration: none;
}
#prospective a {
color: white;
display: block;
padding-top: 5px;
padding-bottom: 5px;
text-decoration: none;
}
#prospective a:hover{ 
color: white;
display: block;
background: #339999;
text-decoration: none;
}
#prospective a:active{ 
text-decoration: none;
}
#prospective a:visited{
text-decoration: none;
} 