/* CSS Document */

body {	
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #DE0072;
	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;
 }

#banners{ 
	position: absolute; 
	top: 287px; 
	left: 20px;
 }
 
#main{
	position: absolute; 
	top: 287px; 
	left: 250px;
}

#printHeader{
	display: none;
}
	
#printContact{
	display: none;
}
	
TD.bannersLeft {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px; 
	BORDER: #FFFFFF 2px solid
}

TD.content {
	BORDER: #FFFFFF 2px solid;
	PADDING-RIGHT: 10px; 
	PADDING-LEFT: 15px; 
	PADDING-BOTTOM: 6px; 
	PADDING-TOP: 3px; 
}

TD.bannersRight {
	BORDER-RIGHT: #FFFFFF 2px solid; 
	BORDER-TOP: #FFFFFF 2px solid;
	BORDER-BOTTOM: #FFFFFF 2px solid;
}

TD.noDislay{
	 margin-bottom:;
}

H1{	
	font-size: 1.1em;
	color: #F5B2D4;
	margin-bottom: 0px;
	font-weight: bold;
	line-height: 1.2em;
}

H2{	
	font-size: 1.1em;
	color: #F7C0DC;
	margin-bottom: -20px;
	font-weight: bold;
	line-height: 1.2em;
}

H3{	
	font-size: 1.1em;
	color: #FAD9EA;
	margin-bottom: 0px;
	font-weight: bold;
	line-height: 1.2em;
}

H4{	
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 40px;
	margin-top: 0px;
	padding-top: 0px;
}

H5{	
	font-size: 1.1em;
	color: #FFFFFF;
	margin-bottom: -20px;
	font-weight: bold;
	line-height: 1.4em;
}

.inline{
	display:inline;
} 

p.spacer{
	font-size:0.8em;
	font: 80%;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}

p.banners{	
	font-size: 15px;
	color: #FFFFFF;
	padding-top: 7px;
	padding-left: 7px;
	margin-bottom: 2px;
	font-weight: bold;
	line-height: 15px;
	letter-spacing: -0.95px;
}

p.normal{	
	font-size:0.8em;
	font: 80%;
	color: #FFFFFF;
	line-height: 1.1em;
	margin: 0px;
}

p.second{	
	font-size:0.8em;
	font: 80%;
	color: #FFFFFF;
	margin-top: 9px;
	margin-bottom: 0px;
}

p.seco{	
		margin-top: -18px;
}	

.black{
	color:#000000;
}

li {
	background-image: url(../images/environmental/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px .4em;
	line-height: 15px;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 0px; 
 	padding-left: 1em;
 	list-style-position : outside
}

ul {
	margin-top: 0px;
	margin-left: .5em;
	margin-bottom: 0px;
 	padding-left:0px;
	list-style-type: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration:  none;
	color: #000000;
}

a.Black:link {
	color: #000000;
	text-decoration: none;
}
a.Black:visited {
	text-decoration: none;
	color: #000000;
}
a.Black:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.Black:active {
	text-decoration: none;
	color: #FFFFFF;
}

li.content {
	background-image: url(../images/environmental/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;
	color: #FFFFFF;
	margin-left: 0px; 
 	padding-left: 1em;
 	list-style-position : outside
}

ul.content {
	margin-top: 0px;
	margin-left: .6em;
	margin-bottom: 0px;
 	padding-left:0px;
	list-style-type: none;
}

span.underline { text-decoration:underline; }