body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background:url(images/website/landing/background.jpg) repeat-x #FFFFFF;
}
#pw {
	margin:0 auto;
	width:759px;
	background:url(images/website/landing/page_bg.jpg) repeat-y;
}
#ts {
	background:url(images/website/landing/top_bg.jpg) repeat-x;
	height:128px;
}
#ts_l {
	background:url(images/website/landing/top_left.jpg) top left no-repeat;
	height:128px;
}
#ts_r {
	background:url(images/website/landing/top_right.jpg) top right no-repeat;
	padding:35px 35px 0 35px;
	height:128px;
}
#content {
	padding:0 20px;
}

h1 {
	margin:2px 0;
	color:#000099;
	font-size:28px
}
div.dotted {
	border:4px dashed #CC0000;
	margin:25px;
}
div.dotted h1 {
	font-size:18px;
	color:#CC0000;
	margin:5px;
}
ul.tick {
	list-style-type:none;
	margin:0 0 0 2em;
	padding:0;
}
ul.tick li {
	background:url(images/website/landing/tick_green.gif) top left no-repeat;
	margin:2px 0pt;
	padding:3px 0 3px 20px;
}
div.speech {
	background-color:#D5F0F4;
	margin:5px 50px;
	padding:5px 10px;
}
div.speech img {
	margin:5px;
	float:right;
}
div.speech p {
	margin:2px;
}
div.email {
	background-color:#9493AB;
	padding:7px;
	margin:10px;
	border:2px solid #7C7C94;
}
div.emailbox {
	background-color:#FFFFFF;
	border:1px solid #000000;
	padding:12px 12px 15px 15px;
}
div.emailbox span {
	color:#9B9AB3;
	font-weight:bold;
}

ul.cross {
	list-style-type:none;
	margin:0 0 0 2em;
	padding:0;
}
ul.cross li {
	background:url(images/website/landing/cross_red.gif) top left no-repeat;
	margin:2px 0pt;
	padding:3px 0 3px 20px;
}
div.form {
	border:2px dashed #440044;
	margin:10px 75px 10px 75px;
	background-color:#FFFFCC;
	padding:10px;
	font-size:14px;
}
div.form h1 {
	text-align:center !important;
}
div.form p {
	margin:3px 0;
}
div.form ul {
	margin:0 0 0 2em;
	padding:0;
}
div.form li {
	margin:2px 0pt;
	padding:3px 0 3px 5px;
}
div.form label {
	float:left;
	width:100px;
	clear:left;
	margin:2px 0;
}
div.form input {
	width:200px;
	border:1px solid #CCCCCC;
	background-color:#FAFAFA;
	margin:2px 0;
}
div.form .inputSubmit {
	clear:left;
	width:200px;
	height:23px;
	background: #333333 url(images/website/landing/buttonbg_off.gif) repeat-x;
	border:1px solid #999999;
	outline:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div.form .inputSubmit:hover {
	height:23px;
	background: #666666 url(images/website/landing/buttonbg_on.gif) repeat-x;
	border:1px solid #666666;
	outline:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div.form div.theform {
	width:400px;
	margin:20px auto 3px auto;
	text-align:center;
}
div.testimonial {
	background-color:#F0EFD5;
	border:1px solid #7D7A59;
	margin:12px 75px;
	padding:10px;
}
div.testimonial p {
	margin:2px 5px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}
div.bottom_links {
	margin-top:25px;
	text-align:center;
}
.bottom_links a {
	margin:0 5px;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
	color:#000000;
}