/* CSS Document */
#content {
	font-family: Arial, sans-serif;
	margin: 20px 40px 20px 60px;
}

#content h1 {
	font-size: 24px;
	font-weight: bold;
	color: #003399;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#content h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #003399;
}

#content p {
	font-size: 12px;
}

.tagline {
	text-align: center;
}

.searchText {
	font-size: 10px;
	color: #003399;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
}

.infoBox {

border: 1px solid #003399;
}