
body, html {
	height:100%;
	min-height:100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #e0e0e2 url(images/pagebg.jpg) repeat-y top left;
	background: #fff url(images/bg.jpg) repeat-x top left;
	color: #000000;
	font-size:62.5%;
}
h1, h2, h3 {
	padding:0;margin:0;
	text-transform:uppercase;
	font-weight:normal;
}
h1 {
	font-size:5.4em;
	color:#000000;
}
h1 a, h1 a:hover{
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}
h2, h3 {
	/*
	width:115px;
	height:18px;
	background-image:url(images/registration.gif);
	text-indent:-2000px;
	*/
	font-size:3.8em;
	color:#ff0000;
}
p.larger {
	font-size:1.8em;
}
a, a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
img, img a, img a:hover {
	border:none;
}
form, div, fieldset {
	margin: 0;
	padding: 0;
	border:none;
}
div.text input, #Email{
min-width:300px;
}
#leftbar {
	background:url(images/leftbar.jpg) no-repeat top left;
	height:100%;
	width:100%;
	/*border:1px solid #ff0000;*/
	display:table;
}
#rightbar {
	background:url(images/rightbar.jpg) no-repeat top right;
	height:100%;
	width:100%;
	/*border:1px solid #ff0000;*/
	display:table;
}
#container {
	width: 680px;
	margin: 0px auto;
	border: none;
	text-align: left;
	/*border:1px solid #00ff00;*/
	background:url(images/pin.jpg) no-repeat top center;
}

#content {
	padding-top: 60px;
	border:none;
	/*border:1px solid #0000ff;*/
	margin: 0;
}
legend {
	display:none;
}
form div {
	padding:0;
	margin:0 0 6px 0;
	width:50%;
	float:left;
	display:table;
	height:50px;
}
.notes {
	width:100%;
	height:auto;
	padding: 12px 0 12px 0;
}
label {
	font-weight:normal;
	text-transform:uppercase;
	float:left;
	clear:both;
}
.required {
	background: url(images/required.gif) no-repeat top right;
	padding-right:10px;
	font-weight:normal;
}

.multiple {
	/*width:100%;*/
}

input, select {
	float:left;
	clear:both;
}
#div_email, #div_1, #div_15 {
	width:100%;
}
.buttons {
	width:100%;
	float:left;
	clear:both;
}
.error {
	color:#ff0000;
	font-weight:bold;
}
#subscribeForm {
	
}

.clear
  {display: inline-block;}   
.clear:after
  {content:"."; display:block; height:0; clear:both; visibility:hidden;}
* html .clear
  {height: 1%;}
.clear
  {display: block;}

.isValid
{
	background:url(images/sm_tick.gif) no-repeat;
	width:16px;
	height:16px;
}
.notValid
{
	background:url(images/sm_cross.gif) no-repeat;
	width:16px;
	height:16px;
}
#alertmsg ul {
	padding: 0;
	margin: 16px 0 16px 0;
	list-style: none;
}