/* CSS Document */

* {
margin:0;
padding:0;
}
a img {
	border: none;
}
a {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}


body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	background-color : #4D657F;
	background-image : url(../page_graphics/background_b.jpg);
	background-repeat : repeat;
	font-size: 0.8em;
	width: 100%;
}
p,ul,li {
	margin-top: 1em;
	margin-bottom: 1em;
}

#body {
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../page_graphics/main_bk.jpg);
	width: 100%;
	min-height:300px;
	z-index: -1;
}#header {
	height: 193px;
	background-image: url(../page_graphics/pipe_lr.png);
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	top: 0px;
	z-index: -1;
}
.top {
	background-image: url(../page_graphics/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#pipe {
text-align:center;
	height: 193px;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 1;
}
#surround {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	z-index: -1;
	height: 1%;
}
#footer {
	background-image: url(../page_graphics/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 55px;
	position: relative;
}
#rightcol h1,h2,h3,h4,h5,h6 {
	margin-top: 1em;
	margin-bottom: 1em;
}
#rightcol h1,h2 {
	color: #193B90;
}
#rightcol h1 {
	font-size: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
#rightcol h2 {
	font-size: 1.12em;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

