/* CSS Document */

body {
	background-color: #3399CC;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.3em;
}
.centering_box {
	text-align:center;
}
.right_contact_column {
	float: right;
	width: 310px;
}
.left_contact_column {
	float: right;
	width: 290px;
	text-align: center;
	padding-top: 110px;
}
.main_container {
	height: 800px;
	width: 610px;
	margin: 0 auto;
	text-align: left;
}
.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24pt;
	font-weight: bold;
	line-height: 30pt;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #99FFFF;
	text-decoration: none;
}
.columns {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 12px;
	color: #FFFFFF;
	float: right;
	width: 285px;
	padding-right: 20px;
	padding-bottom: 100px;
	margin-top: 30px;
}
.fieldset {
	border: 0;
}
.contact_box {
	background-image: url(/images/contact_box_background.jpg);
	height: 260px;
	background-repeat: repeat-y;
	background-position: left top;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 11px;
	line-height: 1.3em;
	color: #3399CC;
	float: left;
	display: block;
	padding-top: 10px;
	width: 600px;
	background-color: #FFFFFF;
}
