body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #3BB0BA;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#container {
	margin: 10px auto 10px auto;
	width: 800px;
	border: solid 2px #353695;
	background-color: #FFFFFF;
	position: relative;
	overflow: auto;
}
#header1 {
	margin: 0px;
	background-color: #353695;
	height: 75px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
}
#call {
	padding: 15px 15px 0 0;
}
#call .tagline{
	line-height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 13px;
}
#logo {
	position: absolute;
	top: 5px;
	left: 10px;
}
#header2 {
	margin: 0px;
	padding: 0px;
	background-color: #417db9;
	background-image: url(images/pipeline1.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 190px;
	border-bottom: solid 1px #353695;
}
#content {
	background-color: #FFFFFF;
	padding: 10px;
	float: left;
}
#content p {
	text-align: justify;
}
#content .leftal {
	text-align: left;
}
#inset {
	border: solid 1px #353695;
	padding: 10px;
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: justify;
}
#inset2 {
	margin: 10px 0 20px 10px;
	border: solid 1px #3BB0BA;
	padding: 10px;
	width: 360px;
	float: right;
}
#inset3 {
	margin: 10px 0 20px 10px;
	border: solid 1px #3BB0BA;
	padding: 10px;
	width: 270px;
	float: right;
}

#footer {
	margin: 10px auto 10px auto;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	clear: both;
}
#footer a:link, #footer a:visited {
	color: #000000;
	text-decoration: underline;
}
#footer a:active, #footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}	
h1 {
	font-size: 13px;
	font-weight: 900;
	color: #353695;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #417db9;
}

.left1 {
	float: left;
	margin: 0px 15px 10px 10px;
}
.right1 {
	float: right;
	margin: 0px 10px 10px 10px;
}

a:link, a:visited {
	color: #363595;
	text-decoration: underline;
}
a:active, a:hover {
	color: #417db9;
	text-decoration: underline;
}	
input {
	font-size: 10px;
}
input.blue {
	background-color: #417db9; 
	font-weight: bold; 
	font-size: 10px; 
	padding: 2px;
	color: #ffffff;
	border: none;
}
option.blue {
	background-color: #417db9; 
	font-weight: bold; 
	font-size: 11px; 
	color: #ffffff;
}
.option {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold}

select.blue { 
	font-size: 12px; 
}
.emph {
	font-weight: bold;
	color: #353695;
}
.emph2 {
	font-weight: bold;
	color: #353695;
	text-align: right;
	line-height: 8px;
}
.emph3 {
	font-weight: bold;
	color: #417db9;
	text-align: center;
}
.emph3 a:link, .emph3 a:visited {
	color: #417db9;
	text-decoration: none;
}
.emph3 a:active, .emph3 a:hover {
	color: #417db9;
	text-decoration: underline;
}
.emph4 {
	font-weight: bold;
	font-style: italic;
	color: #417db9;
}
.caption1 {
	font-size: 10px;
}
.caption2 {
	font-size: 10px;
	text-align: right;
}
.caption3 {
	font-size: 10px;
	text-align:center;
}
.caption3 p {
	line-height: 2px;
}
.proj-title {
	display: block;
	background-color: #417db9;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 6px 10px;
}
li {
	line-height: 20px;
}
.newline {
	clear: both;
}