@import 'admin.new.css';
html, body {
  height: 100%;
  font-size: 10pt;
  color: rgb(0, 0, 205);
}

#header {
  height: 166px;
  background: url('/template/images/header.jpg') top left no-repeat;
}

.spacer {
	height: 20px;
}

#tb {
  position: absolute;
  width: 100%;
  height: 100px;
  background: #E7E7F1 url('/template/images/body.top.jpg') top left repeat-y;
}

#tborder {
  position: absolute;
  width: 100%;
  height: 3px;
  top: 100px;
  background: url('/template/images/top.border.jpg') top left repeat-x;
  overflow: hidden;
}

#tc {
  position: absolute;
  height: 120px;
  width: 263px;
  background: url('/template/images/top.corner.jpg') top left no-repeat;
  top: 98px;
  left: 0px;
}

#bb {
  position: relative;
  min-height: 100%;
  width: 100%;
  background: url('/template/images/body.bot.jpg') bottom left repeat-x;
}
* html #bb {height: 100%;}

#bc {
  position: absolute;
  bottom: 147px;
  left: 0px;
  height: 113px;
  width: 259px;
  background: url('/template/images/bottom.corner.jpg') top left no-repeat;
}

#page {
  position: relative;
  width: 777px;
  margin: auto;
  background: url('/template/images/pageBg.jpg') top left repeat-y;
  border: 2px solid #3769cd;
}

#mainNav {
  background: #D6D7EC url('/template/images/navTop.jpg') top left repeat-x;
  margin: 0 5px 0 2px;
}
#mainNav #navBot {background: url('/template/images/navBot.jpg') bottom left repeat-x; }
* html #mainNav {margin: 0 6px 0 1px;}
* html #mainNav,* html #mainNav #navBot {float: left;}


.clear {clear: both; overflow: hidden; height: 0px;}
.left {float: left;}

.navCol {
  width: 154px;
  background: url('/template/images/leftColTop.jpg') left top no-repeat;
}

.contentCol {
  margin-left: 169px;
}

.pageBot {
  height: 7px;
  overflow: hidden;
  background: #180BB2 url('/template/images/footerBg.jpg') left top no-repeat;
}

#pageContent {
  min-height: 300px;
  padding: 3px;
  background: url('/template/images/watermark.png') top right no-repeat;
}

* html #pageContent {height: 300px;}

#partnerNav {

}

#w3Logos {
	width: 780px;
	margin: auto;
	padding: 14px 0 0 0;
}

h1 {
	font-size:180%;
	color:#484FA0;
}

h2 {
	font-size:145%;
	color:#484FA0;
}

h3 {
	font-size:125%;
	color:#484FA0;
}

h4 {
	font-size:110%;
	color:#484FA0;
}

