body {
	background-repeat: repeat;
	background-image: url(../images/tile.gif);
	margin: 0px;
	background-color: #3399cc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

h1 {
	margin-top: 15px;
	color: #cc0033;
}

.container {
	background-color: white;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 25px;
}

#drlogo {
	float: right;
}

#footer {
	font-size: 85%;
	text-align: center;
}

#submitbutton {
	left: 200px;
	position: relative;
}

#finalbutton {
	padding-bottom: 25px;
	padding-top: 10px;
	left: 250px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #cc0033;
}

a:hover {
	text-decoration: underline;
}

#checkbox {
	font-size: 1.5em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin:0.5em 0;
	width:300px;
	padding:5px;
}

.highlighted {
	font-weight: bold;
}

.quote {
	color: #666666;
	font-size: 16px;
	font-style: italic;
	padding-left: 25px;
	padding-right: 60px;
}
