@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 12px/20px Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #898c8f;
}
h1 {
	font: normal 20px/26px "Times New Roman", Times, serif;
	color: #6d6e71;
	text-indent: 25px;
	margin-bottom: 10px;
	display: block;
	background-position: left 4px;
}
#rightContent h1 {
	font: normal 20px/26px "Times New Roman", Times, serif;
	color: #6d6e71;
	background-image: url(images/backgroundH1.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	margin-bottom: 10px;
	display: block;
	background-position: left 4px;
}
ol , ul{
	margin-left: 40px;
	margin-bottom: 20px;
}
li {
	font-weight: bold;
	color: #D0435F;
}
li span {
	font-weight: normal;
	color: #000000;
}
#content {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	margin-top: 15px;
}
#header {
	height: 100px;
	width: 750px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	position: relative;
	margin-bottom: 5px;
	margin-left: 25px;
}
#logoPipeline {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 0px;
	bottom: 5px;
}
#telPipeline {
	position: absolute;
	top: 25px;
	right: 10px;
}
#mainMenu {
	background-image: url(images/backgroundMenu.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 760px;
	margin-left: 25px;
}
#mainMenu a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 35px;
	display: block;
	float: left;
	margin-right: 3px;
	text-align: center;
}
#mainMenu a:hover {
	background-image: url(images/menuHover.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
}
#leftContent {
	display: inline;
	float: left;
	width: 445px;
	margin-top: 40px;
	margin-left: 25px;
	margin-bottom: 20px;
}
#leftContent p {
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 25px;
}
.dottedLine {
	height: 20px;
	width: 100%;
	display: block;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}
#straightLine {
	text-indent: -9999px;
	height: 1px;
	width: 750px;
	margin-left: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#rightContent {
	display: inline;
	float: right;
	width: 216px;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-right: 25px;
}
#leftContent a {
	color: #000000;
}
#rightContent a {
	color: #D0435F;
	text-decoration: none;
	font-weight: bold;
}
#rightContent a:hover {
	text-decoration: underline;
}
.magentaText {
	color: #D0435F;
	font-weight: bold;
}
#footer {
	color: #666666;
	width: 750px;
	margin-left: 25px;
	clear: both;
	font-size: 11px;
	line-height: 30px;
	display: block;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

