﻿
/* Basic Elements */
html, body {
	margin: 0;
	background: url("images/bg.jpg") repeat-x 0% 0%;
	background-color: #152a4b;
	}
#container {
	width: 740px;
	margin: 0 auto;
	background: url(images/copymachine.png) no-repeat;



	}

#header {
	width: 100%;
	height: 173px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	font-family: Tahoma;
	font-size: 17pt;
	color: #152A4B;
	background: url("images/headerbg.jpg") repeat-x 0% 0%;
}

#content0 {
background: transparent url(images/contentbg.png) no-repeat;
}

#content {
	font-family: Tahoma;
	padding-left: 30px;

	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 30px;
margin:0px;
	font-size: 12pt;
	color: #FFFFFF;

	z-index: 2;
	background: transparent url(images/copymachine.png) no-repeat;
	background-position: 0px -208px;



}
#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #cecece;

	text-align: center;
	padding: 5px 0;
	color: #222;
	font-family: Tahoma;
	font-size: 8pt;
	background: url("images/footerbg.jpg") repeat-x 0% 0%;
	}

/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	}
img {
	border: 0;
	}
h1 {
	display: none;
	}

a:hover {
	color: orange;
	}

.center {
	text-align: left;
}
.style6 {
	font-size: 25pt;
}
.style7 {
	font-family: Tahoma;
	font-size: medium;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
}
.style8 {
	font-family: Tahoma;
	font-size: medium;
	color: #152A4B;
	line-height: 150%;
	margin-top: 0;

	margin-bottom: 10px;
}

a {
	color: #152A4B;

	}
#center2 {
background-position: 0px 208px;

}
img, div, a, input { behavior: url(iepngfix-mod.htc) };
