	* {
		margin: 0;
	}
	
	html, body {
		font:10pt "Adobe Garamond Pro", serif;
		background: url(images/header.png);
		background-repeat: repeat-x;
		background-color: #FFFFFF;	
	}
	
	.wrapper {
		height: auto !important;
		height: 100%;
		margin: 0 auto 0px;
		width: 900px;
		text-align: center;
	}

	.copyright {
		font: 8pt Helvetica, Arial, Sans-Serif;
		padding-top: 9px;
		text-align: left;
		color: #696969;
	}
	
	#logo {
	display: block;   
	background: url(images/logo.png) no-repeat top;
	width: 225px;   
	height: 62px;  
	}

#content {	
		width: 880px;
		padding-top: 0px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		text-align: center;
	}
	
table {
	margin-top: 10px;
}
	
td {
	vertical-align: top;
	padding-right: 10px;
}

#footer {
		color: black;
		font-family:  "Helvetica Neue", Arial, sans-serif;
		font-size: 10pt;
		margin-left: 420px;
	}


	p {
		text-decoration: none;
		color: black;
		font-family: "Adobe Garamond Pro", serif;
		font-size: 1em;
		font-style: normal;
		font-weight: 200;
		line-height: 1.2em;
		letter-spacing: 0.09em;
		text-align: left;
	}
	
p a         { color: black; text-decoration: none; border-style: none;font-style:italic; }
p a:link    { color: black; text-decoration: none; }
p a:visited { color: black; text-decoration: none; }
p a:hover   { color: gray; text-decoration: none; }
p a:active  { color: gray; text-decoration: none; }

	.h1 {
		color: black;
		font-family: "Adobe Garamond Pro", serif;
		font-size: 19px;
		font-weight: 100;
		font-variant: small-caps;
		line-height: 2em;
		text-align: left;
	}
	
	.h2 {
		color: black;
		font-family: "Adobe Garamond Pro", serif;
		font-size: 19px;
		font-weight: 100;
		font-variant: small-caps;
		text-align: left;
		line-height: 1em;
	}
	
.lt {
	font-family: "Adobe Garamond Pro", "Helvetica Neue", sans-serif;
	font-size: 1.1em;
	display: block;
	color: black;
	text-decoration: none;
	font-weight: 100;
	padding: 46px 10px 0 0;
	float: right;
	white-space: nowrap;
	}
.lt a:link {
	color: black;
	text-decoration: none;
}
.lt a:visited {
	color: #696969;
	text-decoration: none;
}
	
.lt a:hover {
	color: gray;
	text-decoration: none;
}

.lt a         { color: black; text-decoration: none; border-style: none; }
.lt a:link    { color: black; text-decoration: none; }
.lt a:visited { color: black; text-decoration: none; }
.lt a:hover   { color: gray; text-decoration: none; }
.lt a:active  { color: gray; text-decoration: none; }

form {
	padding-bottom: 10px;
	text-align:left;
	}

input, textarea {
		text-decoration: none;
		color: black;
		font-family: "Adobe Garamond Pro", serif;
		font-size: 1em;
		font-style: normal;
		font-weight: 200;
		line-height: 1.2em;
		letter-spacing: 0.09em;
		text-align: left;
		width: 203px;
		margin: 5px 5px 5px 0px;
		padding: 0;
}

.rdt {
		text-decoration: none;
		color: black;
		font-family: "Adobe Garamond Pro", serif;
		font-size: 1em;
		font-style: normal;
		font-weight: 200;
		line-height: 1.2em;
		letter-spacing: 0.09em;
		text-align: left;
	}
	
#email {
	width: 203px;
}

.radio {
	width: 13px;
	height: 13px;
	margin: 0px 5px 5px 10px;
	padding: 0;
}
.button {
	width: 100px;
	margin: 5px 5px 0px 0px;
	padding: 0;
}



