html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr{
  margin:0;
  padding:0;
  border:0;
  border-collapse:separate;
  border-spacing:0;
}
/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:900px;/* for mozilla*/
	/*background-color: #9CA030;*/
	/*background-color: #ccff00;*/
	/*background: #F9A60E url("../images/web_bg.jpg") no-repeat top left;*/
	background: #eee url("../images/web_bg.jpg") no-repeat top left;
	color: #3F4041;
	/*font-family:Tahoma, "Lucida Grande", sans-serif, Arial, Helvetica;*/
	font-family: Trebuchet MS, serif, Arial;
	font-size: 12px;
}

input, textarea, select {
  font-family:inherit;
  font-size:100%;
  margin:0;
  padding:1px;
}	

select {
  padding:0;
}

h1 {
  font-size:18px;
}

h2 {
  font-size;16px;
}

h3 {
  font-size;14px;

}

#outer{
	height:100%;
	min-height:100%;
	width:900px;
	/*border-left:1px solid #EFEFEF;
	border-right:1px solid #EFEFEF;*/
	padding-right: 10px;
	padding-left: 10px;
	color: #3F4041;
	text-align:left;
	margin:auto;
	position:relative;
	z-index: 0;  
	background: url(../images/bg_3.png) repeat-y left top;
	margin-top: 1px;  /**************** !!!!!!!!  *****************/
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:380px;  /*centre + left*/
}
#header{
	position:absolute;
	top:0;
	/*left:-1px;*/
	width:900px;
	height:190px;
  background-color:#fff;
	/*border:1px solid #E28016;*/
	/*overflow:hidden;*/
	color: #3F4041;
	z-index:90;
}

.subheader-1 {
  background: url(../images/header.jpg) no-repeat scroll top left;
}

#logincontainer {
  top: 0;
  width: 900px;
  height: 30px;
  overflow: hidden;
  background-image: url(../images/header_dark2_965.png);
  position: absolute;
 
}

#navicontainer {
  width: 896px;
  height: 40px;
  background-image: url();
  position: absolute;
  margin-top: 130px; 
  z-index: 100;
  background-color:#F68D19;
  padding-top: 10px;
  border: 2px solid #F98E1B;
}

#login {
  height: 30px;
  float: right;
  text-align: right;
  color: #465082;
  padding-top: 6px;
  padding-right: 10px;
	font-weight: bold;
	font-size: 14px;
}
#login a:link, #login a:visited {
  color: #343B60;
  text-decoration: none;
}
#login a:hover {
  text-decoration: underline;
}

#left {
	position:relative;/*ie needs this to show float */
	width:170px;
	float:left;
	padding-top:192px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	/*overflow: hidden;*/
	/*border-right: 2px solid #868686;*/
	background-color: #fafafa;
}

#right {
	position:relative;/*ie needs this to show float */
	width:502px;
	float:right;
	padding-top:192px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	padding-left: 10px;
	padding-right: 4px;
	
	/*border-left: 2px solid #868686;*/
	background-color: #fafafa;
}

#right p {
  padding-top: 10px;
  
}

#right h2 {
  font-size:18px;
}

#right h3 {
  font-size: 14px;
}

#right a:link, #right a:visited {
	color: #3F4041;
	text-decoration: underline;
}

#right a:hover {
	color: #3F4041;
	text-decoration: none;
}

#footer {
	width:900px;
	clear:both;
	height:30px;
	border-top:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
	/*background-color: #F7F7F7;*/ /*#fff;*/ 
	background: url("../images/footer_bg.jpg") repeat-x;
	cursor: default;
	/*color: #ABABAB;*/
	color: #3F4041;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
  padding-top: 0px;
  margin-left: 10px;
}
* html #footer {/*only ie gets this style*/
	\height:32px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/

#footer p {
  padding-top: 6px;
}

#footer a:link, #footer a:visited {
  /*color: #ABABAB;*/
  color: #3F4041;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

#centrecontent {
	width:199px;
	float:right;
	padding-top: 192px;
	padding-bottom: 32px;/* needed to make room for footer */
	padding-left: 4px;
	padding-right: 4px;
	/*padding-left: 6px;*/
	background-color: #fafafa;
	/*border-left: 2px solid #868686;*/
	text-align: center;
}
#centrecontent p {
  text-align: left;
  font-size: 12px;
  padding: 3px 10px 3px 10px;
}

#centrecontent h3 {

  margin-bottom: 10px;
}

#centrecontent p span {
	display: block;
	font-size:10px;
}

#centrecontent p a {
  color: #3F4041;
}


#clearfooter {width:100%;height:32px;clear:both} /* to clear footer */



#feature {
  background: #FFF2BF url(../images/feat_bottom.gif) no-repeat bottom left;
  margin: 0 auto;
  margin-bottom: 20px; 
  width: 210px;
  padding: 0 0 20px;
}
#feature dt {
  background: url(../images/feat_top.gif) no-repeat;
  padding: 10px 10px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
#feature dd {
  padding: 0 10px;
  color: #1B220F;
  line-height: 1.2;
  margin: 0;
  /*font-size: 10px;*/
  background-color: #FFF2BF;
}
#feature dd p{
  padding: 2px;
}

#feature dd p span {
	display: block;
}

#feature dd a {
  color: #000;
}



#lft-feature {
  background: #FFF2BF url(../images/left_feat_bottom2.gif) no-repeat bottom left;
  margin: 0 auto;
  width: 170px;
  padding: 0 0 20px;
}
#lft-feature dt {
  background: url(../images/left_feat_top2.gif) no-repeat;
  padding: 4px 10px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
#lft-feature dd {
  padding: 0 10px;
  /*color: #1B220F;*/
  color: #3F4041;
  line-height: 1.3;
  margin: 0;
  /*font-size: 10px;*/
  background-color: #FFF2BF;
}
#lft-feature dd p{
  padding: 2px;
}


