/* main style sheet */
/* these rules are common to most pages */
body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Trebuchet MS, Tahoma, Verdana, Sans-Serif;
}

a {
	color: #094eb7;
}

ax:hover {
	color: white;
	background-color: #094eb7;
	text-decoration: none;
}

#wrapper {
	width: 900px;
	margin: 0px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: white;
	text-align: left;
}

#header {
	height: 110px;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	text-align: center;
	border-bottom: 1px solid black;
}

#header_stripe {
	height: 25px;
	background-color: #cbe5be;
	margin-bottom: 7px;
}

#logo {
}

#content {
	padding: 10px;
	padding-left: 20px;
	margin-top: 20px;
}

.clear {
	height: 1px;
	clear: both;
}

input.text {
	height: 20px;
	background-image: url(http://www.twodue.com/images/input_bg.png);
	background-repeat: repeat-x;
	border: 1px solid gray;
	font-size: 15px;
	font-family: sans-serif;
	font-weight: 600;
	padding: 3px;
}

input.submit {
	font-size: 18px;
	font-family: sans-serif;
	font-weight: 600;
}

label {
	display: block;
	font-weight: 900;
}

#footer {
	text-align: center;
	border-top: 1px solid black;
	padding-top: 5px;
	font-size: 10px;
	font-family: verdana;
	margin-bottom: 20px;
}

#footer a {
	color: black;
}

.separator {
	margin-top: 20px;
	border-bottom: 1px solid #cfcfcf;
}
