/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

#wrapper{
	width:750px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
	background: #FFF url(/images/shadowBack.gif);
}
#masthead{
	margin: 0;
	padding: 0;
	height: 135px;
	text-align: left;
	border-bottom: 1px solid #999999;
	background: #FFF url('/images/headerBck5.jpg') no-repeat top right;
}
#masthead img{
	margin: 45px 10px 20px 30px;
}
#searchBar{
	margin: 0;
	padding: 8px 10px 5px 10px;
	background-color: #eeeeee;
	border-bottom: 1px solid #D1E8EE;
}
#searchBar form{
	margin: 0;
	padding: 0;
	margin-right: 5px;
	text-align: right;
}
#searchBar input{
	font-size: 10px;
	color: #333333;
}
#searchBar label{
	font-size: 1.1em;
	color: #666666;
}
#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	border-bottom: 3px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	text-align: center;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	background-color: #FFFFFF;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
margin: 0;
padding: 0px 10px;
white-space: nowrap;
height: 22px;
text-align: right;
background-image: url('/images/nav_back.gif');
border-top: 1px solid #dddddd;
border-bottom: 1px solid #999999;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

.globalNavBtnLine {
margin: 2px 5px;
display: inline;
vertical-align: top;
}

#globalNav a {
	margin: 5px;
	padding: 0px 4px 0px 0px;
	font-size: 11px;
	color: #006699;
}