HTML {height: 100%;}
BODY {height: 100%;}

BODY, P, TD, TH, FORM, HR, H1, H2, H3, H4 {
	margin: 0px;
	padding: 0px;
}

P {
	margin: 0px 0px 7px 0px;
}
/* no paragraph spacing within tables - T3's RTF editor embeds _all_ table cell content in p tags! */
TD P.bodytext{
	margin-bottom: 0px;
}

A:link {
	color: #FFAC2E;
}
A:visited {
	color: #FFAC2E;
}
A:hover {
	color: #E56300;
}
A:active {
	color: #FFAC2E;
}

BODY {
	text-align: left;
	min-width: 954px;
	font-family: Arial, Helvetica, sans-serif, Geneva, SunSans-Regular;
	font-size: 12px; 
	line-height: 18px;
	color: #939598;
	background-color: #FFDEAD;
}
#bodyPOP {
	background: #FFF;
}

#divviewport {
	width: 944px;
	min-height: 520px;
	margin: 20px auto;
	text-align: left;
  background: #FFF no-repeat 0px 156px;
  border:5px solid #FFCA7A;
}
#divPOPport {
	width: 100%;
	height: 1px;
	margin: 0 auto;
	text-align: left;
}

#t3_content{
	margin-top: 0px;
	padding: 22px 50px 35px 485px;
}
#t3_POPcontent{
	width: 100%;
	margin: 10px;
}

#divheader {
	width: 944px;
	height: 112px;
	text-align: right;
}
#divheader img {
	margin: 21px 84px 0px 0px;
}

#divmenu {
	width: 944px;
}
#divmenu a{
  text-decoration: none;
}
#divmenu a:hover{
	color: #E56300;
}
#tablemenuTop td,#tablemenu1 td, #tablemenu2 td, #tablemenuR td{
  vertical-align: top;
}
#tablemenu1 {
  height: 20px;
  margin-left: 10px;
}
#tablemenu2 {
  height: 20px;
  margin-left: 8px;
}
#tablemenuR {
  height: 22px;
  margin-right: 10px;
}
.menu1item, .menu1item_act, .menu1item_cur,
.menu2invis {
  padding: 0px 33px 0px 10px;
  vertical-align: top;
  line-height: 13px;
}
.menuRitem, .menuRitem_act, .menuRitem_cur {
  padding: 0px 33px 0px 5px;
  vertical-align: top;
  line-height: 13px;
}
.menu2item, .menu2item_act, .menu2item_cur {
  padding: 0px 12px;
  vertical-align: top;
  font-style: italic;
  line-height: 13px;
}
.menu1item a, .menu1item a:visited, .menu1item a:active, 
.menuRitem a, .menuRitem a:visited, .menuRitem a:active{
	color: #231F20;
}
.menu1item_cur a, .menu1item_cur a:visited, .menu1item_cur a:active, 
.menuRitem_cur a, .menuRitem_cur a:visited, .menuRitem_cur a:active{
	color: #FFAC2E;
}
.menu1item_act a, .menu1item_act a:visited, .menu1item_act a:active{
	color: #A7A9AC;
}
.menu2item a, .menu2item a:visited, .menu2item a:active{
	color: #A7A9AC;
}
.menu2item_cur a, .menu2item_cur a:visited, .menu2item_cur a:active{
	color: #FFAC2E;
}
.menu2invis {
	color: #FFF;
}

.pointer{ cursor: pointer; }

H1, .csc-header H1{
	font-size: 15px; line-height: 17px;
	font-weight: bold;
	margin-top: 11px;
	margin-bottom: 11px;
	color: #FFAC2E;
}

H2, .csc-header H2{
	font-size: 13px; line-height: 15px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 7px;
	color: #FFAC2E;
}

H3, .csc-header H3{
	font-size: 12px; line-height: 14px;
	font-weight: normal;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 3px;
	color: #FFAC2E;
}

HR{
	height: 1px;
	border: 0px;
	color: #FFAC2E;  background-color: #FFAC2E;
	text-align: left; /* align it left for IE */
	margin: 0;        /* align it left for Mozilla */
}


