
#topLogo{
	position: absolute;
	top: 10px;
	left: 40px;
	width: 100px;
	height: 90px;
}

#searchBox{
	position: relative;
	left: 595px;
	top: 5px;
	width: 300px;
}

.keySearch{
	position: absolute;
	left: 2px;
	top: 1px;
	width: 100px;
	COLOR: #787878;
   FONT-FAMILY: arial,  helv, helvetica, sans-serif;	
	FONT-WEIGHT: BOLD;
	font-size: 11px;
}

.text{
	position: absolute;
	left: 102px;
	top: -2px;
	width: 110px;
}

.textBox{
	border: #999999 1px solid;
	COLOR: #000000;
   FONT-FAMILY: arial,  helv, helvetica, sans-serif;	
	font-size: 12px;
	margin:0;
	padding: 3px;
}

.textBox_login {
	width: 210px;
	border: #999999 1px solid;
	COLOR: #000000;
    FONT-FAMILY: arial,  helv, helvetica, sans-serif;	
	font-size: 12px;
	margin:0;
	padding: 3px;
}

.go {
	position: absolute;
	left: 220px;
	top: -2px;
	width: 35px;
}

#welcome{
	position: absolute;
	left: 76px;
	top: 106px;
	width: 300px;
}

.welcomeMessage{
	position: relative;
	left: 2px;
	top: 1px;
	width: 200px;
	COLOR: #ffffff;
	padding-left: 4px;
   FONT-FAMILY: arial,  helv, helvetica, sans-serif;	
	font-size: 11px;
}

.login a{
	position: absolute;
	left: 218px;
	top: 1px;
	width: 40px;
	COLOR: #ffffff;
	padding-left: 4px;
   FONT-FAMILY: arial,  helv, helvetica, sans-serif;	
	font-size: 11px;
}

#topNav{
	position: absolute;
	left: 595px;
	top: 109px;
	width: 315px;
}

.navTextHolder{
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	
}

.navText {
	COLOR: #454545;
   FONT-FAMILY: arial,  helv, helvetica, sans-serif;	
	font-size: 11px;
	text-decoration: none;
}

.navTextBold {
	COLOR: #454545;
   FONT-FAMILY: arial,  helv, helvetica, sans-serif;	
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#topSeperator{
	background-image: url(images/topNavSeperator.gif);
	background-repeat: no-repeat;
	width: 2px;
}
