﻿body {
	margin: 0px auto;
	background-color: #f6f6f6;
}
p {
	margin:0px;
	font-family:"Palatino Linotype";
	text-align:justify;
	font-size:14px;
	color: #525456;
}
a {
	color:#525456;
	text-decoration:none;
}
a:hover {
	color:#A2B3B3;
	text-decoration:none;
}
#container {
	margin:auto;
	width:775px;
	border: 1px solid #dce2e2;
	background-color:#FFFFFF;
}
#header {
	width:775px;
	height:78px;
	background:white no-repeat url('../images/top.jpg');
	text-align:center;
	border-bottom:1px #dce2e2 solid;
}
#header img {
	width:1px;
	height:32px;	
}
#header h1 {
	width:775px;
	margin:25px auto 0px auto;
}
#header a{
	color:#525456;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	padding:10px 8px 0 8px;
}
#header a:hover {
	color:#A2B3B3;
	text-decoration:none;
}
#header img {
	width:12px;
	height:13px;
}

#banner {
	width:735px;
	height:198px;
	margin:20px auto 5px auto;		
}
#content {
	width:775px;
	margin:auto;
}
#text {
	width:735px;
	margin:auto;
}
#text h1 {
	font-family:"Courier New", Courier, monospace;
	font-size: 18px;
	font-weight:bold;
	font-style:normal;
	color: #7C7F83;
	padding:12px 0 0px 15px;
	background:#FFFFFF url('../images/headingbg.jpg') no-repeat;
	width:338px;
	height:43px;
	margin:15px 0 0 0;
}
#text h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	font-style:italic;
	color: #525456;
	padding:10px 0 10px 15px;
	margin:0 auto;
}
#left {
	float:left;
	width:260px;
	margin-left:0px;
	border-right:1px #dce2e2 solid;
	text-align:center;
}
#left h1 {
	font-family:"Courier New", Courier, monospace;
	font-size: 16px;
	font-weight:bold;
	font-style:normal;
	color: #7C7F83;
	padding:0px 0 0px 10px;
	border-bottom:1px #dce2e2 solid;
	margin:20px 20px 20px 20px;
	text-align:left;
}
#left img {
	width:245px;
	height:70px;
}
#right {
	float:right;
	width:470px;
	margin-right:20px;

}
#right h1 {
	font-family:"Courier New", Courier, monospace;
	font-size: 16px;
	font-weight:bold;
	font-style:italic;
	color: #7C7F83;
	padding:12px 0 0px 15px;
	background:#FFFFFF url('../images/headingbg.jpg') no-repeat;
	width:338px;
	height:43px;
	margin:0px;
}
#box {
	width:470px;
	height:193px;
	background:#FFFFFF url('../images/content-box.jpg') no-repeat;
	margin:auto;
}
#boxtext {
	padding:90px 0 0 25px;
}
#box img {
	width:77px;
	height:16px;
	border-width:0px;
}
#footer {
	width:775px;
	height:78px;
	border-top:1px #dce2e2 solid;
	margin:20px auto auto auto;
	clear:both;
	background:#fafafa url('../images/bottom.jpg') no-repeat;
	text-align:center;
}
#legal {
	padding: 18px 0 0 0;
	text-align:center;
}
#legal a {
	color:#525456;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
#legal a:hover {
	color:#A2B3B3;
	text-decoration:none;
}
#formleft {
	float:left;
	width:315px;
	text-align:left;
}
#formright {
	float:right;
	width:315px;
	text-align:left;
}
