html {
	height: 100%; 
	padding:0; 
	margin: 0; 
	border: 0; 
	background: #e5e5e5;
	font-size: 8pt; 
	font-family: arial, verdana, tahoma, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}

* html {
	height: 100%; 
	padding:0 0 270px 0; 
	margin: 0; 
	border: 0; 
	background: #e5e5e5;
	font-size: 8pt; 
	font-family: arial, verdana, tahoma, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}

body	{
	height: 100%; 
	max-height: 100%; 
	overflow: hidden; 
	padding: 0; 
	margin: 0; 
	border: 0;
	background: #e5e5e5;
	}

	
/*--------------------------------------------------*/
#head	{
	position: absolute; 
	margin-left: -381px; 
	left: 50%; 
	top: 0; 
	width: 760px; 
	min-width: 740px; 
	height: 220px; 
	background: #fff; 
	z-index: 5; 
	border: 1px solid #000;
	border-top: none;
	}

* html #head	{
	top: 0px;
	width: 760px;
	height: 220px;
	}


/*--------------------------------------------------*/	
* html #space	{
	position: absolute;
	margin-left: -381px;
	left: 50%;
	top: 221px;
	width: 763px;
	height: 2px;
	z-index: 4;
	background: #e5e5e5;
}


/*--------------------------------------------------*/
#menu1	{
	width: 760px;
  	top: 225px;
  	height: 20px;
  	margin-left: -381px; 
  	left: 50%; 
  	text-align: left;
  	border-top: 1px solid #000;
  	border-left: 1px solid #000;
  	border-right: 1px solid #000;
  	border-bottom: 0px solid #ccc;
  	position: absolute;
  	z-index: 4;
}

*html #menu1	{
  	width: 760px;
  	top: 225px;
  	height: 20px;
  	margin-left: -381px; 
  	left: 50%; 
  	text-align: left;
  	border-top: 1px solid #000;
  	border-right: 1px solid #000;
  	border-left: 1px solid #000;
  	border-bottom: 0px solid #000;
  	position: absolute;
  	z-index: 10;
}

/* remove the bullets, padding and margins from the lists */
.menu ul	{
	list-style-type: none;
	padding: 0;
	margin: 0px;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
	.menu li	{
	float: left;
	position: relative;
	z-index: 100;
}

/* use the table to position the dropdown list */
.menu table	{
	position: absolute;
	border-collapse: collapse;
	z-index: 8;
	left: -1px;
	top: 12px;
}

/* style all the links */
	.menu a, .menu :visited	{
	display: block;
	font-size: 8pt;
	font-family: arial, verdana, tahoma, sans-serif;
	width: 125.44px;
	padding: 0px;
	color: #000;
	background: #e5e5e5;
	text-decoration: none;
	margin-right: 1px;
	text-align: center;
}

/* style the links hover */
	.menu :hover	{
	background: #ccc; 
	color: #d6ecfd;
}

/* hide the sub level links */
	.menu ul ul	{
	visibility:	hidden;
	position: absolute;
	width: 149px;
	height: 0;
}
/* make the sub level visible on hover list or link */
	.menu ul li:hover ul,
	.menu ul a:hover ul	{
	visibility:visible;
}


/*--------------------------------------------------*/	
#content {
	display: block;
	overflow: auto;
	position: absolute;
	z-index: 3;
	top: 240px;
	bottom: 28px;
	width: 754px;
	margin-left: -381px;
	left: 50%;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #fff;
	padding-left: 3px;
	padding-right: 3px;
}

* html #content {
	margin-left: -381px; 
	top: 0px; 
	bottom: 28px; 
	height: 100%;
	width: 754px;
	border-top: 242px solid #e5e5e5; 
	border-bottom: 0px solid #e5e5e5;
	}


/*--------------------------------------------------*/
#column1
{ 
  width: 207px;
  float: right;
  padding: 0px 0px 0px 0px;
  border: 0px solid;
}

.sidebaritem
{ 
  text-align: left;
  height: ;
  width: 198px;
  float: left;
  margin: 2px 2px 2px 2px;
  border: 1px solid;
}

* html .sidebaritem	{ 
  text-align: left;
  height: ;
  width: 152px;
  float: left;
  margin: 2px 2px 2px 2px;
  border: 1px solid;
}

.sbihead
{ height: 10px;
  width: 193px;
  padding: 0px 0px 5px 5px;
  text-transform: uppercase;
}

* html .sbihead
{ height: 10px;
  width: 218px;
  padding: 0px 0px 1px 5px;
  text-transform: uppercase;
}

.sbihead h1
{ padding: 0px; 
  margin: 0px; 
  font-weight: bold;
  font-size: 12pt;
}

.sbihead h5
{ padding: 0px; 
  margin: 0px; 
  font-weight: bold;
  font-size: 100%;
}

.sbicontent	{
	padding: 0px 2px 0px 2px;
}

.sbicontent p	{
	line-height: ; 
  	padding: 0px 0px 0px 0px;
}


/*--------------------------------------------------*/
#footer {
	text-align: center;
	position: absolute; 
	margin-left: -381px; 
	left: 50%; 
	bottom: 0px; 
	width: 760px; 
	min-width: 760px; 
	height: 28px; 
	background: #fff;
	font-size: 7.5pt; 
	z-index: 3; 
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	font-family: arial, verdana, tahoma, sans-serif;
	color: #000;
	}

* html #footer {
	margin-left: -381px;
	width: 760px;
	height: 28px;
	}


/*-----------------------------------------------------------------*/


table.staff	{ 
	width:;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0px; 
}

td.cellname	{ 
	background-color: #000;
	border-bottom: 1px solid;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
}

td.info	{ 
	border-bottom: 1px #000000 dotted;
	border-left: 1px #000000 dotted;
	border-right: 1px #000000 dotted;
	text-align: center;	
	font-family: arial, verdana, tahoma, sans-serif;
	font-weight: normal;
	font-size: 7.5pt;
	color: #000000;
	background: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	padding-right: 1px; 
}

td.pic	{ 
	border: none;
	background: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px; 
}

	
/*--------------------------------------------------*/
p	{ 
	margin:0px;
  	line-height:1.5em;
}

h1	{
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 12pt;
	margin: 0;
}

h2	{ 
  font-family: arial,verdana, tahoma, sans-serif;
  font-size: 9pt;
  margin: 0px;
}

h3	{
	font-style: italic;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 100%;
	margin: 0;
}

h4 {
	font-style: ;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 6.5pt;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

h5	{
	font-family: arial,verdana, tahoma, sans-serif;
	font-size: 9pt;
}

img	{
	border: 0px solid black;
}

a	{
	outline:none;
}

b	{
	font-weight: bold;
	color: #000;
}

a:link	{
	color: ; 
	text-transform: none; 
	text-decoration: none;
}

a:visited	{
	color: ; 
	text-transform:none; 
	text-decoration:none;
}

.right {
	float: right; 
	margin-left: 6px; 
	margin-right: 2px;
}

.mozilla	a	{
	text-decoration: underline;
}

.pic	{
	padding: 4px;
	border: none;
}


