@charset "utf-8";
/* CSS Document */

body{
	background-color:#d6d5f0;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	letter-spacing:1px;
	color:#333;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
.header{
	background-image:url(../images/header.png);
	width:1000px;
	height:215px;
	border-left:1px solid #999;
	border-right:1px solid #999;
}
.content{
	width:1000px;
	min-height:400px;
	border-left:1px solid #999;
	border-right:1px solid #999;
	background-color:#FFF;
	padding-bottom:20px;
	text-align:left;
}
.contact-box{
	background-image:url(../images/contact-box-bg.png);
	background-repeat:repeat;
	padding-left:20px;
	padding-bottom:10px;
	width:320px;
	color:#fff;
}
.contact-heading{
	font-family:"Times New Roman", Times, serif;
	font-size:40px;
	line-height:40px;
}
.contact-subheading{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	line-height:40px;
}
.securitycode{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	line-height:30px;
	letter-spacing:3px;
}
.button1{
	display:block;
	float:left;
	background-color:#696;
	color:#fff;
	font-size:16px;
	padding:5px;
	text-decoration:none;
	margin-left:10px;
	width:215px;
	text-align:center;
	border:1px solid #333;
}
.button1:hover{
	display:block;
	float:left;
	background-color:#360;
	color:#fff;
	font-size:16px;
	padding:5px;
	margin-left:10px;
	width:215px;
	text-align:center;
	border:1px solid #999;
}
h1{
	font-size:20px;
	line-height:20px;

