body {
	margin: 0px;
	font-family: arial, freesans;
	font-size: 100.01%;
	color: #333;
	text-align:center;
}

#divPrincipal {
	font-size: 0.75em; /* 12px */
	width: 758px; /* 64.5833em */
	text-align: left;
	margin: 0 auto;
	display: table;
}

ul.ulLinksTop {
	list-style-type: none;
	float: right;
	margin: 0px;
	padding: 0px;
}

ul.ulLinksTop li {
	display: inline;
	color: #999999;
	line-height: 28px;
/*	font-weight: bold; /**/
}

ul.ulLinksTop li span {
	font-weight: bold;
	color: #000000;
}

ul.ulLinksTop li a {
	color: #999999;
	text-decoration: none;
}

ul.ulLinksTop li a:hover {
	color: #006699;
	text-decoration: underline;
}

ul.ulLinksTop li a.black:hover {
	color: #006699;
	text-decoration: underline;
}

h1 {
	width: 756px;
	height: 72px;
	background: url(../images/Scholar_header.gif) no-repeat;
	padding: 0px;
	margin: 0;
	float: left;
}

h1 a {
	width: 205px;
	height: 60px;
	display: block;
}

h1 span {
	display: none;
}

#divHeaderImages {
	background: url(../images/header_images.jpg) no-repeat;
	float: right;
	width: 532px;
	height: 60px;
}

#divBanner {
	background: url(../images/bannerhoriz.jpg) no-repeat;
	float: right;
	width: 468px;
	height: 60px;
}

#frmSearch {
	width: 564px;
	height: 138px;
	background: url(../images/Scholar_home_07.gif) no-repeat 100%;
	padding: 0 0 0 96px;
	margin: 24px 0 9px 0;
	float: left;
}

#frmSearch #divSearch {
	width: 500px;
	margin-top: 55px;
	float: right;
}

#frmSearch input.txtBox {
	font-size: 1.1666em;
	line-height: 23px;
	width: 251px;
	height: 23px;
	margin: 24px 9px 0px 8px;
	border: 1px solid #999999;
	float: left;
}

#frmSearch #lnkContents {
	font-size: 14px;
	width: 133px;
	line-height: 25px;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	color: #000000;
	background: #FF9900 url(../images/im_arrow_down.gif) no-repeat 125px 8px;
	padding: 0 0 0 13px;
	margin: 24px 9px 0px 0px;
	float: left;
	position: relative;
}

#frmSearch #divListContents {
	position: absolute;
	background-color: #FF9900;
	border: 1px solid #FFFFFF;
	width: 146px;
	padding: 0 0 0 0;
	left: 0px;
	display: none;
	z-index: 1;
}

#frmSearch #divListContents ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#frmSearch #divListContents ul li a {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	line-height: 25px;
	text-indent: 13px;
	display: block;
}

#frmSearch #divListContents ul li a:hover {
	background-color: #ADD8E6;
}

#frmSearch #btnFind {
	font-size: 1.1666em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	border: 1px solid #FF6600;
	width: 46px;
	height: 27px;
	margin: 24px 0px 0px 0px;
	float: left;
}