body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #444444;
	background: #E0E0E0;
	font-family: Arial, Geneva, sans-serif;
}

a:link { color:#015BA3; }
a:visited { color:#022E52; }
a:active { color:#015BA3; }
a:hover { color:#F05A00; }

p {
	padding: 5px;
	margin: 0px;
}

.blueBox {
	margin: 15px auto;
	padding: 10px;
	width:420px;
	text-align:center;
	font-size: 0.9em;
	background-color: #E0E0E0;
}

#slogan {
	margin: 20px auto;
	height:55px;
	width:700px;
	background: url('images/netslogan.jpg');
}

#container {
	margin: 20px auto;
	width: 740px;
}

#title {
	float:left;
	height:75px;
	width: 100%;
	background: #E0E0E0 url('images/Logo.jpg') top left no-repeat;
}

#content {
	clear:left;
	float:left;
	margin: 0px;
	padding:10px 20px 10px 20px;
	width:700px;
	min-height:400px;
	background-color: #FFFFFF;
}

#signup_left {
	float:left;
	width:375px;
/*	height:400px;
*/}

#signup_right {
	float:right;
	margin-top: 10px;
	padding: 10px 0px 25px 7px;
	width:300px;
	font-family: Arial, Geneva, sans-serif;
}

#signup_title {
	padding-top: 15px;
	color: #B9090B;
	text-align: center;
	font-size: 2.3em;
	font-family: Arial Black, Gadget, sans-serif;
	font-weight: none;
}

#signup_slogan {
	clear:left;
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
}

#signup_list {
	float:left;
	padding-left:10px;
	width: 260px;
}

#signup_list ul {
	color: #000000;
	padding:15px 0px;
	margin:0px;
	list-style-position: outside;
	list-style-type: disc;
	font-size:0.9em;
}

#ie_fix ul {
	color: #000000;
	padding:15px 0px;
	margin-left:10px;
	list-style-position: outside;
	list-style-type: disc;
}

#ie_fix {
	margin-top:-30px;
	padding:0px;
	font-size: 1em;
}

#signup_form {
	font-size: 14px;
}

#signup_form p {
	margin:0px;
	padding-top:17px;
}

.text {
	clear:both;
	float:right;
	width:180px;
}

.button {
	clear:both;
}

.arrow_down {
	float:left;
	margin-bottom: 30px;
	width:300px;
	height:120px;
	background: url('images/arrow.png') no-repeat top center;
}

#privacy {
	font-size: 0.7em;
	font-family: Arial, Geneva, sans-serif;
	font-weight: bold;
}

#footer {
	float:left;
	height:50px;
	width: 100%;
	background: #E0E0E0 url('images/footer.png') bottom center no-repeat;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}