@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../img/backGround.png);
	background-repeat: repeat-x;
	background-color: #BAE4F1;
	margin:0;
	padding:0;
	text-align: center;
}
a:link, a:visited {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}
a {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
img {
	border: none;
}
.dTop {
	height: 40px;
	width: 970px;
	background-image: url(../img/backGdsn.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.dLeft {
	height: 560px;
	width: 120px;
	background-image: url(../img/backGdsn.png);
	background-repeat: no-repeat;
	background-position: left -105px;
}
.dRight {
	height: 560px;
	width: 120px;
	background-image: url(../img/backGdsn.png);
	background-repeat: no-repeat;
	background-position: -125px -105px;
}
.dBtm {
	height: 55px;
	width: 970px;
	background-image: url(../img/backGdsn.png);
	background-repeat: no-repeat;
	text-align: right;
	background-position: 0px -45px;
}
.contact {
	margin-right: 125px;
}
.wrapper {
	text-align: left;
	margin: 0 auto;
	background-image: url(../img/content.png);
	background-repeat: repeat-x;
	height: 560px;
}
.header {
	height: 100px;
}
.logo {
	height: 98px;
	width: 260px;
	background-image: url(../img/backGdsn.png);
	background-repeat: no-repeat;
	background-position: -250px -105px;
}
.content {
	height: 390px;
	padding: 20px 30px 25px 30px;
}
.content p strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.content p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: justify;
}
.content #form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	line-height: 2em;
	margin: 10px 0 0 40px;
}
.textForm {
	padding: 5px;
	width: 400px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border: none;
	background-color: #E4F4FA;
}
.textArea {
	height: 60px;
	width: 400px;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border: none;
	background-color: #E4F4FA;
}
.submit {
	margin-top: 15px;
	cursor: pointer;
	background-image: url(../img/backGdsn.png);
	background-repeat: no-repeat;
	background-position: -250px -208px;
}
.currentPro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 20px;
	padding-bottom: 5px;
	line-height: 1.6em;
}
.footer {
	width: 730px;
	height: 20px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}
