/* COMMON ITEMS */
/* layout */
#search {
	position: absolute;
	width: 50px;
	left: 282px;
	top: 10px;
	display: block;
	padding: 2px; /* */
	background-color: #FFFF99;
	border: 1px solid #FFFF00;
}
#searchbox {
	position: absolute;
	width: 410px; 
	height: 10px; /* */
	left: 337px;
	top: 10px;
	display: block;
	padding: 2px; /* */
	border: 1px solid #FFFF00;
}
#logo {
	position: absolute;
	left: 20px;
	top: 0px;
}
#tagline {
	position: absolute;	
	left: 117px;
	top: 220px;
}
/* text styles*/
.head {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
}
.boldaqua {
	color: #009999;
	font-weight: bold;
}
.search {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	font-weight: bold;
}
/* link */
a:link {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #009999;
	text-decoration: underline;
}
a:active {
	color: #009999;
	text-decoration: underline;
}
/* text */
.text {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.text a {
	color: #000000;
	text-decoration: underline;
}
.text a:hover {
	color: #000000;
	text-decoration: none;
}
.text a:visited {
	color: #009999;
	text-decoration: underline;
}
.text a:active {
	color: #009999;
	text-decoration: underline;	
}
/* boxed */
.boxed {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.boxed a {
	color: #000000;
	text-decoration: underline;
}
.boxed a:hover {
	color: #000000;
	text-decoration: none;
}
.boxed a:visited {
	color: #99CC00;
	text-decoration: underline;
}
.boxed a:active {
	color: #99CC00;
	text-decoration: underline;	
}
