@charset "utf-8";
/* CSS Document */

/* divs */

/*html, body, #mainWrap, h1, h2, p{
	padding:0;
	margin: 0;
	width: 971px;
}*/

body {
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
}

html #mainWrapper {
	width: 971px;
}


#mainWrapper {
	font-size:62.5%;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}

#header {
	background-image: url(images/header.jpg);
	height: 247px;
	width: 971px;
}	

#mainCcontainer {
	margin: 0 auto;   /* align for good browsers */
	text-align: right; /* counter the body center */
	background: url(images/repeat.png) repeat-y;
	width: 570px;
}

#subscribeContainer {
	margin: 0 auto;
	text-align: justify;
	background-image: url(images/subscribe_repeat.png);
	background-repeat: repeat-y;
	width: 459px;
}

#subscribeHeader {
	background-image: url(images/subscribe_header.jpg);
	background-repeat: no-repeat;
	width: auto;
	height: 156px;	
}

#subscribeFooter {
	clear: both;
	background-image: url(images/subscribe_footer.jpg);
	background-repeat: no-repeat;
	width: auto;
	height: 9px;
}	

#subscribeContentWrapper {
	color: #000000;
	width: auto;
	height: auto;
	padding-top: 10px;
	padding-left: 34px;
	padding-right: 34px;
	padding-bottom: 20px;
	background-image: url(images/subscribe_repeat.jpg);
	background-repeat: repeat-y;
}			

#content {
	position: relative;
	width: 350px;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}
#logo {
	position: relative;
	float: left;
	left: 36px;
	top: 0px;
}

/* styles */	

.required {
	font-size: 11px;
	font-weight: bold;
	color: #F2E000;
}

.attributename {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}

.inputLabel {
	font-size: 11px;
	font-weight: bold;
	color: #F2E000;
}

.htmlEmails {
	float: left;
	width: auto;
	font-weight: bold;
}

.subCheckBox {
	float: right;
}			


input.box {
	background-color: #F0F0F0;
	border: 1px solid #000000;
	font-size: 11px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	width: 280px;
}

input.button {
	background-color: #000000;
	border: 1px solid #00FF00;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 2px;
	padding-right: 2px;
}		

	

