@charset "utf-8";
body {
	margin: 0px;
	background-image: url(../images/Background.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #364650;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #93A9C0;
	text-decoration: none;
}
a:active {
	color: #93A9C0;
	text-decoration: none;
}

.main-table {
	height: auto;
	width: 1004px;
}
#header {
	background-image: url(../images/Logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 171px;
	width: 980px;
	clear: both;
}
#header-content-left {
	float: left;
	height: auto;
	width: 340px;
	font-size: 18px;
	padding-left: 150px;
	padding-top: 90px;
	text-align: left;
	vertical-align: top;
}
#header-content-right {
	float: left;
	height: auto;
	width: 335px;
	font-size: 18px;
	padding-top: 90px;
	text-align: right;
	vertical-align: top;
	padding-right: 155px;
}

#banner {
	height: 460px;
	width: 1004px;
	padding: 0px;
	margin: 0px;
	clear: both;
}
#banner-top{
	background-image: url(../images/banner_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 20px;
	width: 1004px;
	clear: both;
}
#banner-left{
	background-image: url(../images/banner_left.png);
	background-repeat: repeat-y;
	background-position: right top;
	height: 420px;
	width: 22px;
	float: left;
}
#banner-center{
	height: 420px;
	width: 960px;
	float: left;
}
#banner-right{
	background-image: url(../images/banner_right.png);
	background-repeat: repeat-y;
	background-position: left top;
	height: 420px;
	width: 22px;
	float: left;
}
#banner-bottom{
	background-image: url(../images/banner_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 1004px;
	clear: both;
}
#colums{
	clear: both;	
}
#column-left {
	float: left;
	height: auto;
	width: 241px;
	padding-left: 45px;
}
#column-center {
	float: left;
	height: auto;
	width: 256px;
}
#column-right {
	float: left;
	height: auto;
	width: 286px;
}
#column-line {
	background-image: url(../images/Line.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 236px;
	width: 87px;
	float: left;
}
#column-number {
	font-size: 20px;
	font-style: italic;
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}
#column-title {
	font-size: 24px;
	float: left;
	font-style: italic;
	padding-top: 5px;
}
#column-text-1 {
	font-size: 12px;
	float: left;
	padding-top: 20px;
	line-height: 17px;
	width: 235px;
	height: auto;
}
#column-text-1 a:link{
	color: #93A9C0;
	text-decoration: none;
}
#column-text-2 {
	font-size: 12px;
	float: left;
	padding-top: 20px;
	line-height: 17px;
	width: 245px;
	height: auto;
}
#column-text-2 a:link{
	color: #93A9C0;
	text-decoration: none;
}
#column-text-3 {
	font-size: 12px;
	float: left;
	padding-top: 20px;
	line-height: 17px;
	width: 280px;
	height: auto;
}
#column-text-3 a:link{
	color: #93A9C0;
	text-decoration: none;
}
#form-title {
	height: auto;
	width: 70px;
	float: left;
	padding-top: 2px;
}
#form-field {
	height: auto;
	width: 200px;
	float: left;
	padding-top: 2px;
}
#form-button {
	width: 240px;
	text-align: right;
	float: left;
	padding-top: 10px;
}

.form-textfield {
	padding: 2px;
	height: 16px;
	width: 165px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #1F2C36;
}
.form-button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/send_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 62px;
	cursor: pointer;

}
#footer {
	height: 50px;
	width: 1004px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	padding-top: 30px;
	clear: both;
}
