html {
	font-size: 62.8%;
}
body {
	font: normal 1.3em Trebuchet, Tahoma, Verdana, Times, Arial, Helvetica; /* 13px */
	color: #333;
	background: #fff url(images/primarybg.jpg) repeat-x top left;
	text-align: center;
	margin: 0;
	padding: 0;
}
h1, h2 {
	font-weight: normal;
	margin-top: 20px;
}
h1 {
	font-size: 2.3em; /* 23px */
	color: #000;
}
h2 {
	font-size: 1.8em; /* 18px; */
}
img {
	display: block;
	border: 0;
}
.inlineimg {
	display: inline;
	vertical-align: middle;
}
p {
	margin: 0;
	padding: 0;
}
ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	color: #069;
	text-decoration: underline;
}
a:hover {
	color: #690;
	text-decoration: none;
}
form {
	display: block;
	margin: 0;
	padding: 0;
}
input {
	width: 130px;
	border: 1px solid #e6e6e6;
	padding: 5px;
}
a.noshow , a.noshow:hover {
	color: #333;
	text-decoration: none;
}
.preload {
	visibility: hidden;
	overflow: hidden;
}
#extwrapper {
	display: block;
	background: url(images/secondarybg.jpg) no-repeat top center;
	padding: 19px;
}
#intwrapper {
	width: 900px;
	text-align: left;
	background: #fff;
	margin: 0 auto;
	padding: 0;
}
#leftside {
	float: left;
	display: inline;
	width: 530px;
	margin: 0;
}
#logowrapper {
	display: block;
	height: 84px;
	background: url(images/crnlt.gif) no-repeat top left;
	padding: 19px 0 0 27px;
	border-bottom: 1px solid #e6e6e6;
}
#rightside {
	float: right;
	display: inline;
	width: 370px;
}
#rightside h2 {
	color: #12598B;
}
#rightside ul {
	border-left: 1px solid #E6E6E6;
}
#rightside li {
	padding: 0 30px;
	margin: 10px 0;
}
#rightside li a.itemtitle {
	display: block;
	font-weight: bold;
	font-size: 1.1em; /* 14px; */
	color: #333;
	text-decoration: none;
	background: url(images/discarrowbullet.gif) no-repeat top left;
	padding-left: 20px;
}
#rightside li a.itemtitle:hover {
	color: #c60;
	text-decoration: underline;
}
#rightside li.header {
	background: url(images/righthdbullet.gif) no-repeat top left;
}
#rightside li.menulinks {
	background: url(images/flatarrowbullet.gif) no-repeat top left;
	padding: 0 20px;
	margin: 2px 30px 0 30px;
}
a.newsletterbtn {
	display: block;
	width: 94px;
	height: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: url(images/submitbtn.gif) no-repeat top left;
	padding: 5px 10px;
	margin-top: 4px;
}
a.newsletterbtn:hover {
	color: #fff;
	text-decoration: underline;
	background: url(images/submitbtn-h.gif) no-repeat top left;
}
#pbarwrapper {
	position: relative;
	display: block;
	text-align: center;
	background: url(images/progressbg.jpg) no-repeat;
	height: 101px;
}
#pbarwrapper #bartext {
	position: absolute;
	z-index: 1;
	top: 27px;
	right: 45px;
	text-align: right;
}
#bartext span {
	font-size: 18px;
	color: #c60;
}
#pbarwrapper #barbase {
	position: absolute;
	z-index: 1;
	top: 49px;
	left: 31px;
	width: 303px;
	height: 28px;
	background: url(images/progressbar.gif) no-repeat top left;
}
#barcompleted {
	position: absolute;
	overflow: hidden;
	top: 49px;
	left: 31px;
	z-index: 2;
	width: 0;
	height: 28px;
	background: url(images/progressbar-completed.gif) no-repeat top left;
}
#technologywrapper {
	display: block;
	background: url(images/technologybg.jpg) no-repeat;
	height: 101px;
	margin-top: 4px;
	margin-bottom: 20px;
	padding: 25px 30px;
}
#technologywrapper h2 {
	color: #fff;
	margin: 0;
}
table {
	display: block;
	color: #fff;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 10px 0 0 0;
}
td {
	width: 140px;
	border-bottom: 1px dotted #fff;
	padding: 5px;
}
tr.final td {
	border: 0;
}
td.rside {
	font-weight: bold;
}
#maincontent {
	display: block;
	margin : 0 27px;
}
#stretchband {
	display: block;
	clear: both;
	font-size: 0;
	height: 20px;
	margin: 0px 27px 20px 27px;
  border-bottom: 5px solid #8EBE00; 	
}
#footer {
	display: block;
	color: #666;
	margin: 27px;
	background: url(images/footerbg.gif) no-repeat top left;
}
#ftlinks {
	float: right;
	text-align: right;
	margin-top: 9px;
}
a.rss, a.rss:hover {
	color: #666;
	text-decoration: none;
}

