html, body {
	margin: 0px;
	width: 100%;
	vertical-align: top;
}
.textLeft {
	text-align: left;
}
.stretchWidth {
	width: 100%;
}
.stretchHeight {
	height: 100%;
}
.halfWidth {
	width: 50%;
}
.pageWidth {
	width: 980px;
}
.header {
	height: 124px;
	background: url('../img/headerBG.png') repeat-x;
}
.headerEnd {
	width: 1px;
	background: url('../img/headerEnd.png') no-repeat;
}
.headerLogo {
	padding-left: 29px;
	background: url('../img/headerLogo.png') 29px 0px no-repeat;
}
.nav {
	height: 38px;
	background: url('../img/navBG.png') repeat-x;
}
a.nav01 img {
	background: url('../img/navResearch_static.png') no-repeat;
}
a.nav01:hover img {
	background: url('../img/navResearch_hover.png') no-repeat;
}
a.nav02 img  {
	background: url('../img/navFunction_static.png') no-repeat;
}
a.nav02:hover img  {
	background: url('../img/navFunction_hover.png') no-repeat;
}
a.nav03 img  {
	background: url('../img/navPartners_static.png') no-repeat;
}
a.nav03:hover img  {
	background: url('../img/navPartners_hover.png') no-repeat;
}
a.nav04 img  {
	background: url('../img/navCompany_static.png') no-repeat;
}
a.nav04:hover img  {
	background: url('../img/navCompany_hover.png') no-repeat;
}
a.nav05 img  {
	background: url('../img/navContact_static.png') no-repeat;
}
a.nav05:hover img  {
	background: url('../img/navContact_hover.png') no-repeat;
}
a.nav06 img  {
	background: url('../img/navEmail_static.png') no-repeat;
}
a.nav06:hover img  {
	background: url('../img/navEmail_hover.png') no-repeat;
}
a.nav07 img  {
	background: url('../img/navOpportunity_static.png') no-repeat;
}
a.nav07:hover img  {
	background: url('../img/navOpportunity_hover.png') no-repeat;
}
a.learnMore img  {
	background: url('../img/buttonLearnMore_static.png') no-repeat;
}
a.learnMore:hover img  {
	background: url('../img/buttonLearnMore_hover.png') no-repeat;
}
.contentTop {
	background: url('../img/contentTopBG.png') repeat-x;
}
.contentTopCorner {
	background: url('../img/contentTopCorner.png') no-repeat;
}
.content {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	background: url('../img/contentBG.png') repeat-x;
}
.verticalAlignTop {
	vertical-align: top;
}
.copyright {
	background: url('../img/copyrightBG.png') repeat-x;
}
.copyrightCorner {
	background: url('../img/copyrightAgmor.png') repeat-x;
}
