﻿#map {
	width: 425px;
	float: right;
}
.italic_bold {
	font-weight: bold;
	font-style: italic;
}
.centered_text {
	text-align: center;
}
.heading {
	font-size: large;
	font-weight: bold;
	color: #FF000E;
}
.heading_welcome {
	text-align: center;
	font-size: x-large;
	color: #FF000E;
	font-weight: bold;
}
.image_border {
	margin-left: 10px;
	margin-right: 10px;
}
#spacer {
	clear: both;
	height: 20px;
}
#form {
	width: 350px;
	float: left;
	clear: left;
}
#red_link {
	color: #F10026;
	font-weight: bold;
}
.red {
	color: #FF0000;
}
.defaultpage_pic1 {
	width: 450px;
	float: right;
	height: 350px;
	text-align: right;
}
.xsmall {
		font-size: x-small;
		color: #FF0000;
	}

