
* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

body {
	background: #297c9c;
}

   #container {
   	margin-top: 135px;
   	padding-top: 1px;
   	width: 100%;
   	background: white;
   }
   #contentwrapper {
  		border-top: 20px solid #b9dfec;
   }
   #content {
   	width: 920px;
   	margin: 0 auto;
   	padding-top: 15px;
   	padding-bottom: 25px;

   	color: #7b8788;
   }
   	#content p {
   		line-height: 16px;
   		margin-bottom: 14px;
   	}
   	#content h1, #content h2 {
   		margin-bottom: 14px;
   	}

   form label {
   	display: block;
       padding-top: 5px;
       padding-bottom: 2px;
       clear: left;
   }
   form input {
   	width: 180px;
   	padding: 2px 0;
	border: 1px solid #2a7d9c;
	height: 14px;
	float: left;
   }
   form input.submit {
   	width: 75px;
   	background: #297c9c;
   	border: 1px solid #7c898a;
   	color: white;
   	font-weight: bold;
	height: 20px;
	margin-left: 10px;
 	}

.contactinfo,
.becurious {
	padding-top: 25px;
}
 	.contactinfo {
 		width: 170px;
 		float: left;
 	}
 	.becurious {
 		padding-left: 170px;
 	}
 	.becurious .logo {
 		display: block;
 		text-indent: -9999px;
 		height: 38px;
 		width: 126px;
 		margin: 10px 0 0 15px;
 		background: url('../images/becurious.jpg') no-repeat left top;
 	}
 	.becurious .logo:hover {
 		background-position: bottom;
 	}

   .column {
   	float: left;
   	width: 335px;
   }
   .column.logo {
   	width: 220px;
   	height: 117px;
   	background: url('../images/logo.png') no-repeat left 74px;
   }
   .column.col1 {
   	padding-right: 30px;
   }

p a {
	color: #7b8788;
	text-decoration: none;
	border-bottom: 1px dotted #7b8788;
}
p a:hover {
	border-bottom: 1px solid #7b8788;
}

.clearer {
	clear: both;
}

.blue {
	color: #297c9c;
}
