/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:1024px;/* for mozilla*/
	color: #000000;
}
#outer{
	height:100%;
	min-height:100%;
	width:1024px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:904px;
	height:100%;
	min-height:100%;
}
#header{
	position:absolute;
	top:0;
	left:-1px;
	padding-left:15px;
	width:1024px;
	height:160px;
	overflow:hidden;
	background-color: #FFFFFF;
	color: #000000;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:200px;
	height:100%;
	float:left;
	padding-top:160px;/*needed to make room for header*/
	background-image: url('images/menubg_r.png');
	background-repeat: repeat-y;
}
#left p {padding-left:0px;padding-right:0px}
#right p {padding-left:0px;padding-right:0px}

#right {
	position:relative;/*ie needs this to show float */
	width:120px;
	float:right;
	padding-top:160px;/*needed to make room for header*/
}

}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:704px;
	float:right;
	height:100%;
	padding-top:160px;/*needed to make room for header*/
	background-image: url('images/bg_r.png');
	background-repeat: repeat-y;
}
#centrecontent p {padding-left:0px}
a:link
{
	color: #0000FF; 
}
a:visited
{
	color: #009900; 
} 
a:active 
{
	color: #FF0000;
}
body
{
	font-family: Arial, Helvetica;
	color: #000000;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Lucida Bright;font-weight:normal
}
}li           { list-style-type: disc; font-family: Times New Roman; font-size: 12pt
}h1           { font-weight: bold }
}h2           { text-align: center; font-size: 12pt; font-family: Lucida Bright; }
}h6    		  { font-family: Arial Narrow; font-size: 12pt; font-weight: bold 
}td           { font-family: Lucida Bright; font-size: 12pt }
}th           { font-family: Lucida Bright; font-size: 14pt; font-weight:bold  }
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

/* =-=-=-=-=-=-=-[Menu Five]-=-=-=-=-=-=-=- */
	
#menu5 {
	width: 170px;
	margin: 10px;
	font-family: Arial Narrow; font-size: 14pt; font-weight: normal
	}
	
#menu5 li a {
  	height: 64px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 64px;
	text-decoration: none;
	}	
	
#menu5 li a:link, #menu5 li a:visited {
	color: #000;
	display: block;
	background: url(images/menu_buttons2.png);
	padding: 12px 0px 0px 0px;
	text-align: center;
	}
	
#menu5 li a:hover {
	color: #fff;
	background: url(images/menu_buttons2.png) 0 -64px;
	padding: 12px 0px 0px 0px;
	text-align: center;
	font-weight: bold
	}
	
#menu5 li a:active {
	color: #fff;
	background: url(images/menu_buttons2.png) 0 -128px;
	padding: 12px 0px 0px 0px;
	text-align: center;
	font-weight: bold
	}