body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}
p {
	font-size: 1.2em;
}
.ImageBox {
	float: left;
	height: 198px;
	width: 198px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333366;
	border-bottom-color: #333366;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/box-bg.png);
	background-repeat: repeat-x;
}
#LeftColumn {
	float: left;
	width: 200px;
	clear: both;
	position: absolute;
	left: 0px;
	top: 200px;
}
#Row1 {
	width: 800px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#MainColumn {
	width: 575px;
	position: absolute;
	left: 225px;
	top: 225px;
}
#Container {
	width: 800px;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #000033;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 25px;
	font-style: oblique;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 25px;
}
h2 {
	color: #000033;
	font-size: 1.4em;
}
#Contact {
	border: 1px solid #333366;
	width: 200px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
	background-image: url(images/box-bg.png);
	background-position: top;
	background-repeat: repeat-x;
}
a {
	color: #000033;
}
.Form {
	float: right;
	width: 300px;
	border: #dedede 1px solid;
	padding: 5px;
	margin-bottom: 15px;
}

.Form form	{
	font-size: 1em;
}

.Clear	{
	clear: both;
}
