div.padder { 
	padding:12px 0px 0px 8px; 
}
#content { 
	position: relative; 
	margin: 0px auto 0px auto; 
	height: 53px; 
	width: 970px; 
}

#leftSection {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 53px;
	width: 7px;
	text-align: left; 
	background-image: url(/images/searchBox_left.gif);
}

#topallnav {
	height: 20px;
	border: 1px solid green;
}

#topallnav #sites {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
	float: left;
	height: 16px;
	margin-top: 4px;
	text-decoration: none;
	background-color: #666633
}



#topNavMenuBar {
	clear: both;
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
	background-color: #005f99;
	font-family: Arial,Helvetica;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	font-size-adjust: none;
	font-stretch: normal;
	margin-bottom: 10px;
}

a {
	cursor: pointer;
}

#topNavMenuBar a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 10px;
	padding-left: 10px;
}

#topNavMenuBar a:hover {
	color: #dddddd;
	text-decoration: underline;
}

#networknav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#centerSection {
	position: relative;
	height: 53px;
	margin: 0px 7px 0px 7px;
	text-align: left;
	background-image:url(/images/searchBox_back.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-repeat: repeat-x;
}
#centerSection img {
	vertical-align:middle;
}
#centerSection b {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666666;
}

#rightSection { 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	height: 53px; 
	width: 7px; 
	margin-left:7px;
	background-image:url(/images/searchBox_right.gif);
	text-align: left; 
}
.inputText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	width: 500px;
}
#poweredBy {
	font-size:10px;
	position:absolute;
	top:14px;
	left:800px;
	white-space:nowrap;
}



