/* updated: Dec 2007 by Sylvia Ann Meadows also known as m3cats */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	line-height: 125%;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 11pt;
	color: black;
	background: white;
}



#container {
	position: relative;
	min-height: 100%;
	min-width: 900px;
	width: 100%;
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	height: auto;
}

/* --  TOP Header -- */
/* holds header/logo and navigation */
#pageHeader {
display: none;

}


#mnCntTop {
display: none;
}

#mainContent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 900px;
	height: auto;
	padding: 0px 0px 40px 0px;
	margin: 0px 0px 0px 0px;
}



/* footer of plain test links */
html>body #footer {margin-top: 30px;}

#footer  {
display: none;
}



#footer p {
display: none;
	}
display: none;
}
#footer a:hover {
display: none;
}
  
#footer .copyright { 
display: none;
}

#footer .closing {
display: none;
}

/* text styles   */
 p {
	text-align: left;
	font-size: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 2px 0px 1px 0px;
}

 h1, h2, h3, h4, h5, h6 {
	font-family: optima, Arial, Helvetica, sans-serif, Verdana, Geneva;
	font-weight: bold;
	text-align: left;
	padding-top: 1px;
	padding-bottom: 0px;
	margin: 0px 0px 2px 0px;
}

h1{
font-size: 125%;
}
h2{
font-size: 105%;
}	
h3 {
font-size: 100%;
}
h4 {
font-size: 95%;
}
h5 {
font-size: 90%;
}
h6 {
font-size: 80%;
}


acronym {
border: none;
}

 a {
	text-decoration: underline;
}
 a:link {
	color: black;
}
 a:visited {
	color: black;
}
 a:hover {
}


ul{
	font-size: 100%;
	margin-top: 0px;
	padding: 3px 3px 3px 3px;
	text-align: left;
}

/* special ul, ol  */
ol {
	list-style-type: decimal;
	list-style-position: outside;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-left: 30px;
}

/* special ul, li  */

ul.none {
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-left: 30px;
}
ul.none li {
	font-size: 100%;
	margin-top: 0px;
	padding: 1px 3px 1px 3px;
	text-align: left;
}


 
/* div styles for dividing the page into columns  */ 
.full_900 {width: 800px; margin-left: 50px; margin-right: 50px; float: right;}
/*  900*0.4=360, 900*0.6=540  left= narrow, right= wide*/ 
.left_40  {width: 270px; margin-left: 50px; margin-right: 40px; float: left;}
.right_60 {width: 450px; margin-left: 40px; margin-right: 50px;  float: right;}


/*  900*0.4=360, 900*0.6=540  switch side left-wide, right=narrow */ 
.left_60  {width: 450px; margin-left: 50px; margin-right: 40px;  float: left}
.right_40 {width: 270px; margin-left: 40px; margin-right: 50px;  float: right}


/* special formats sections  */
.section {
	padding: 2px 15px 2px 5px;
	vertical-align: top;
}
	
.section img {
display: none;
}
.tan {
}
.natural {
}

/* special formats  Images */
.left {
display: none;
}
img.left {
display: none;
}
.right {
display: none;
}
img.right {
display: none;
}
img.indent {
display: none;
}
img
 {
display: none;
}