.header {
	position: relative;
	height: 100px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-image: url(../images/assets/headerBg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.visual {
	background-color: #44AADD;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC00;
	border-bottom-color: #FFCC00;
	position: relative;
	height: 150px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-image: url(../images/assets/visaulBg.jpg);
	background-repeat: repeat;
}
.search {
	background-color: #445566;
	background-image: url(../images/assets/searchPanelBg.gif);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
	height: 35px;
	width: 100%;
	left: 0px;
	top: 0px;
	color: #FFFFFF;
}
.content {
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
.footer {
	background-color: #44AADD;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #1271C0;
	position: relative;
	height: 20px;
	width: 100%;
	left: 0px;
	padding-top: 5px;
	color: #FFFFFF;
	top: 1px;
}
.txtbox {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	background-color: #F1F2F2;
}
.logo {
	position: absolute;
	height: 58px;
	width: 150px;
	top: 21px;
	right: 20px;
}
.links {
	position: absolute;
	height: 34px;
	width: auto;
	left: 20px;
	top: 0px;
}
.lPanel {
	background-color: #F1F2F2;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D1D3D4;
	border-left-color: #D1D3D4;
	position: absolute;
	width: 175px;
	left: 20px;
	top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D1D3D4;
}
.pageContent {
	position: absolute;
	width: 765px;
	left: 215px;
	top: 0px;
}
.innerContent {
	position: relative;
	width: 778px;
	left: 0px;
	top: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #0096CF;
}
.rtSd {
	background-image: url(../images/assets/sdStrip.gif);
	background-repeat: repeat-y;
	background-position: left;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #445566;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0096CF;
}
.btSd {
	background-image: url(../images/assets/btSd.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.pTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0096CF;
}
.searchInner {
	background-color: #445566;
	background-image: url(../images/assets/searchPanelBg.gif);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
	height: 35px;
	width: 100%;
	left: 0px;
	top: 0px;
	color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFCC00;
}
.subh2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #445566;
}