/* mac hide\*/ 
html, body {height:100%} 
/* end hide */ 
body {
	padding:0;
	margin:0;
	text-align:center; /* for ie6 and under */
	min-width:730px;/* for mozilla*/
	background-color: #978e84;
	color: #454545;
	background-image: url(pix/back.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
} 

h1 {
	font-size: large;
	color: #8c8c8c;
	padding-left:15px;
	padding-top: 10px;
}
h2 {
	font-size: small;
	color: #8c8c8c;
	padding-left:15px;
	margin-bottom: 0px;
}

#outer{
	min-height:100%;
	width:755px;
	border-left:0px solid #8c8c8c;
	border-right:0px solid #8c8c8c;
	text-align:left;
	margin:auto;
	position:relative;
	background-color:#FFFFFF;
} 
  
* html #outer{height:99.9%;} /*For ie as treats height as min-height anyway - also addreeses rounding bug at bottom of screen in IE*/ 

#header{
	min-height:91px;
	border-top:0px solid #000;
	border-bottom:0px solid #000;
	position:relative;
	z-index: 2;
	background-color: #FFFFFF;
	background-image: url(pix/backtop.gif);
	background-repeat: repeat-x;
} 
* html #header{height:70px} 
#left { 
   position:relative;/*ie needs this to show float */ 
   width:136px; 
   float:left; 
   color:#fff 
} 
#left p {padding:2px} 

#footer {
   width:750px;
   clear:both; 
   height:90px; 
   border-top:0px solid #000; 
   border-bottom:0px solid #000; 
   text-align:center; 
   left:0; 
   bottom:0; 
   position: absolute; 
} 

* html #footer {/*only ie gets this style*/ 
   \height:92px;/* for ie5 */ 
   he\ight:90px;/* for ie6 */ 
   margin-bottom:-1px; 
} 
div,p  {margin-top:0}/*clear top margin for mozilla*/ 


#centrecontent {
	width:100%;
	height:100%;
	min-height: 100%;
	padding: 0px;
	background-color: #FFFFFF;

} 
#centrecontent p {padding-left:15px; padding-right:20px;} 

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


#backheader {
	position:absolute;
	width:100%;
	height:97px;
	z-index:-5;
	left: 0;
	top: 0;
	background-image: url(pix/backtop.gif);
}
#apDiv2 {
	position:absolute;
	width:379px;
	height:115px;
	z-index:1;
	left: 0;
	top: 393px;
}

a:link {font-weight: bold; color: #454545}     /* unvisited link */
a:visited {font-weight: bold; color: #454545}  /* visited link */
a:hover {font-weight: bold; color: #8c8c8c}   /* mouse over link */
a:active {font-weight: bold; color: #8c8c8c}   /* selected link */

.pub {
	padding-bottom: 15px;
	padding-right: 25px;
}
