/* Header Elements*/

/*Header elements*/

#header {
	clear: both;
	height:40px;
	width:725px;
	position: absolute;
	border-bottom: groove;
	border-color:#FFFF00;
	left: 1px;
	top: -7px;
	background-color: #0b2398;
}

.image {
	position: absolute;
	width: 92px;
	height: 34px;
	background-repeat:no-repeat;
	left: 1px;
	top: 2px;
	background-image: url(../images/asulogo.jpg);
}
	
.links {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	position:absolute;
	left: 111px;
	width: 175px;
	top: 7px;
	height: 18px;
}

.options {
   font-size: 4px; 
}

.search {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	position:absolute;
	width:234px;
	left: 490px;
	height: 26px;
	top: 1px;
}

#search {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	position:absolute;
	width:226px;
	left: 499px;
	height: 28px;
	top: 1px;
}

.topnav{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-color: black;
	position:absolute;
	width:416px;
	top: 9px;
	height: 22px;
	left: 301px;
	text-decoration: none;
	font-variant: small-caps;
	color: #0F0F0F;
}
.topnav > a:link { color: #FFFFFF; text-decoration: none;}
.topnav > a:visited { color: #FFFFFF; text-decoration: none;}
.topnav > a:hover { color: #00FFFF; text-decoration: none;}

a:link { color: #FFFFFF;  text-decoration:none;}
a:visited { color: #FFFF33;  text-decoration:none;}
a:hover { color: #3366FF;  text-decoration:none;}

