body {
	margin: 0px;
	padding: 0px;
	font-family: "LucidaGrande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	font-size-adjust: none;
	font-stretch : normal;
	text-align: left;
}

img {
	border: none;
	padding: none;
	margin: none;
}

#mainContent {
	width: 952px;
	height: 440px;
	text-align: left;
	overflow-x:hidden;	
}

#subheadFull {
	height: 60px;
	background: transparent url('../img/subhead_full.gif') no-repeat top left;			
}
#subhead {
	width: 952px;
	height: 60px;
}

#subheadImage {
	float: left;
	display: inline;
	width: 268px;
	height: 60px;
}
#subheadNav {
	float: right;
	display: inline;
	width: 684px;
	height: 60px;
	background: transparent url('../img/subhead_fill.gif') no-repeat top left;	
	line-height: 60px;
	color: white;
}

.subheadNavTitle {
	margin: 0px 0px 0px 20px;	
	text-align: left;
	font-size: 14px;	
	line-height: 60px;
	height: 60px;
	color: white;
	float: left;
	display: inline;	
}

.subheadNavItem {
	margin: 0px 50px 0px 0px;	
	text-align: right;
	float: right;
	display: inline;	
	line-height: 60px;
	height: 60px;
}

.subheadNavItem a {
	color: white;
	text-decoration: none;
}
.subheadNavItem a:hover {
	text-decoration: underline;
}
.subheadNavItem a:active {
	color: orange;
	text-decoration: none;
}

.instructions {
  	margin: 10px 10px 10px 10px;
  	background-color: #e5faff;
  	border:solid 0px #ff6600;
  	padding: 5px;
  	width: 95%;
}

.newInstructions {
  	margin: 30px 10px 10px 10px;
  	padding: 5px;
  	width: 95%;
  	font-size: 16px;
}

.error {
  margin: 10px 0px 20px 10px;
  background-color: #e5faff;
  border:solid 1px #ff6600;
  padding: 5px;
  width: 95%;
}

.success {
  margin: 10px 0px 20px 10px;
  background-color: #e5faff;
  border:solid 1px #ff6600;
  padding: 5px;
  width: 95%;
}

.creamBox {
	margin-bottom: 20px;
	width:100%;
	background: #ffff99 url('../img/cream_bottomleft.gif') no-repeat bottom left;
}
.creamBox h2 {
	background: #ffff99 url('../img/cream_topright.gif') no-repeat top right;
	line-height: 11px;
	height: 11px;
	font-size: .8em;
	font-weight: normal;
	text-align: center;
}
.creamBoxInner {
	background: url('../img/cream_topleft.gif') no-repeat top left;
}
.creamBoxOuter {
	margin-bottom: 0px;
	background: transparent url('../img/cream_bottomright.gif') no-repeat bottom right;
}

.orangeCreamBox {
	margin-bottom: 20px;
	width: 837px;
	background: #ffff99 url('../img/background_content.gif') bottom left;
	margin: 10px auto;
}

.orangeCreamBox h2 {
	line-height: 25px;
	height: 26px;
	font-size: 1.4em;
	margin-left: 20px;
	padding-top: 10px;
	vertical-align: middle;
	color: white;
}

.orangeCreamBoxInner {
	background: url('../img/header_background.gif') no-repeat top left;
}
.orangeCreamBoxOuter {
	margin-bottom: 0px;
	background: transparent url('../img/background_content_bottom.gif') no-repeat bottom right;
}

#footer {
	margin: 10px auto;
	padding: 0px;
	width: 940px;
	height: 25px;
	display: block;
}

#footer p {
	margin: 0px;
	padding: 5px 0;
	font-family: "LucidaGrande", "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	text-align: center;
}

#footer p a {
	text-decoration: none;
}

/*Added by Pupung*/
center {
	/*text-align: left;*/
}
.chartTable {
	margin: auto;
	text-align: left;
}
#navBar div {
	text-align: center;
}

