/* CSS Document */

body {	
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	overflow-x: hidden; 
}

page { 
	position: relative; 
	width: 100$;
}

#head { 
	position: absolute; 
	top: 0px; 
	left: 0px;
	width:100%;
 }

#navbar { 
	position: absolute; 
	top: 223px; 
	left: 0px;
	width:100%;
 }

#nav{ 
	position: absolute; 
	top: 235px; 
	left: 20px;
 }

#subnav{ 
	position: absolute; 
	top: 265px; 
	left: 23px;
 }

#banners{ 
	position: absolute; 
	top: 287px; 
	left: 20px;
 }
 
#main{
	position: absolute; 
	top: 287px; 
	left: 250px;
}

#footer{
	position: absolute; 
	top: 607px; 
	left: 20px;
}

#printHeader{
	display: none;
}
	
#printContact{
	display: none;
}
	
TD.grey {
	PADDING-RIGHT: 10px; 
	PADDING-LEFT: 15px; 
	PADDING-BOTTOM: 6px; 
	PADDING-TOP: 3px; 
	BORDER: #959B99 2px solid
}

TD.greyLeft {
	BORDER: #959B99 2px solid
}

TD.bannersLeft {
	BORDER-TOP: #959B99 2px solid;
	BORDER-LEFT: #959B99 2px solid; 
	BORDER-RIGHT: #959B99 2px solid; 
	BORDER-BOTTOM: #959B99 2px solid;
}

TD.bannersRight {
	BORDER-RIGHT: #959B99 2px solid; 
	BORDER-TOP: #959B99 2px solid;
	BORDER-BOTTOM: #959B99 2px solid;
}

TD.bannersLine {
	BORDER-LEFT: #959B99 2px solid; 
	BORDER-TOP: #959B99 2px solid;
	BORDER-BOTTOM: #959B99 2px solid;
}

TD.noDislay{
	margin-bottom:;
}

.enviro{	
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 15px;
}

H1{	
	font-size:0.8em;
	font: 80%;
	color: #797E7C;
	line-height: 1.25em;
	margin-top: 3px;
	margin-bottom: 0px;
	font-weight:bold;
}

H2{	
	font-size: 1.1em;
	color: #DE0072;
	margin-bottom: -20px;
	font-weight: bold;
	line-height: 1.4em;
}

H3{	
	font-size: .8em;
	color: #797E7C;
	margin-bottom: -26px;
	font-weight: bold;
	line-height: 1.4em;
}

p.seco{	
		margin-top: -18px;
}	

p.second{	
	font-size:0.8em;
	font: 80%;
	color: #797E7C;
	margin-top: 9px;
	margin-bottom: 0px;
}

p.third{	
	font-size:0.8em;
	font: 80%;
	color: #797E7C;
	margin-bottom: -13px;
	padding-bottom: 0px;
	font-weight: bold;
}

p.story{	
	font-size:0.8em;
	font: 80%;
	color: #797E7C;
	margin-top: 0px;
	margin-bottom: 0px;
}

p.storyMain{	
	font-size:0.8em;
	font: 80%;
	color: #797E7C;
	margin-top: 5px;
	margin-bottom: 0px;
}

.plus{
	font-size:.95em;
	font: 80%;
	color: #797E7C;
}

p.spacer{
	font-size:0.8em;
	font: 80%;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 7px;
}

p.spacertable{
	font-size:0.8em;
	font: 45%;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 7px;
}

.pink{	
	color: #DE0072;
}

li {
	background-image: url(../images/introduction/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px .4em;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 13px;
	line-height: 15px;
	font-size: 12px;
	margin-left: 0px; 
 	padding-left: 1em;
	color: #797E7C;
 	list-style-position : outside
}

ul {
	margin-top: 0px;
	margin-left: .6em;
	margin-bottom: 0px;
 	padding-left:0px;
	list-style-type: none;
}

a:link {
	color: #DE0072;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DE0072;
}
a:hover {
	text-decoration: none;
	color: #797E7C;
}
a:active {
	text-decoration:  none;
	color: #797E7C;
}
