/* CSS Document */

#topBar {
	position: relative;
	z-index: 2;
	height:27px;
	width: 100%;
	background: #efefef url("../../images/arc.gif") no-repeat;
	padding: 0px;
	margin: 0px;
}


#topBar #uofs {
	position: absolute;
	top: 4px;
	left: 4px;
}
/*
#yellowBar {
	position: relative;
	z-index:1;
	height:12px;
	width: 100%;
	background: url("../../images/bg1.gif") repeat-x bottom;
}*/




#search {
	margin: 0px;
	padding: 7px 15px 0px 0px;
	text-align: right;
}

#topLinks {
	float: right;
	margin: 0px;
	padding: 5px 17px 2px 5px;
}

#topLinks a {
	color: #FFFFFF;
	font: x-small Verdana,Sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: none;
}

#topLinks a:hover{
	text-decoration: underline;
}

.buttons {
	font: bold x-small Verdana,Sans-serif;
	padding: 0px 5px;
	vertical-align: top;
	background: #396E06;
	color: #FFFFFF;
}

input.buttons:hover {
	color: #FFCE00;
}
.smallText{
	font: x-small Verdana, sans-serif;
}

/*
#masthead {
	position: relative;
	margin: 0px;
	background: url("../../images/masthead.jpg");
	background-repeat: no-repeat;
	background-color: #396E06;
	color: #FFFFFF;
	width: 100%;
	height: 54px;
	overflow: hidden;
}
*/
	


#masthead #welcomePic {
	float: right;
	clear: right;
	padding-right:13px;

}

#masthead #mastheadBottom {
	position: absolute;
	top: 53px;
	width: 100%;
	height: 1px;
	background-color: #396E06;
	visibility: visible;
}
#logoLink {
	display: none;
}



