@charset "UTF-8";
/* CSS Document */

body {
	background-color:#ffffff;
	margin:0;
}
p {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:25px;
	margin-top:25px;
}
.bottomlinks {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
li {
	margin-left:25px;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:25px;
	margin-top:15px;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #cc0000;
	text-transform: capitalize;
	text-align:center;
	line-height:40px;
	letter-spacing: -1px;
}
h2 {
	font-family: Tahoma, Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align:center;
}
h3 {
	font-family: Tahoma, Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-align:center;
}
#contentarea {
	height: auto;
	width: 650px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}
#left-column {
	float: left;
	height: auto;
	width: 500px;
	margin-right: 25px;
}
#right-column {
	float: left;
	height: auto;
	width: 335px;
}
.textfield {
	background-image: url(../images/textfield.png);
	height: 42px;
	width: 205px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.submit-button {
	font-size: 18px;
	font-family:tahoma, Arial, verdana;
	letter-spacing: -1;
	cursor: pointer;
	font-weight: bold;
	width: 220px;
	height: 45px
}
