@charset "utf-8";
/* CSS Document */

/* Basic Elements */

body {
	background-color: #FFFFFF;
}

a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	line-height: 120%;
	font-size: 14px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #044F83;
	font-size: 22px;
	text-align: center;
	line-height: 110%;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #044F83;
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	height: 100%;
	clear: both;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}


img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}


#wrapper {
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	height: 100%;
}

#header {
	height: 80px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	
}


#logo {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 77px;
	width: 242px;
	float: left;
	vertical-align: baseline;
}

#header-right-container {
	width: 450px;
	float: right;
	height: 73px;
	margin: 0px;
	padding: 0px;
}

#3col-container {
	width: 740px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#phone {
	width: 220px;
	clear: right;
	float: left;
	margin-right: 20px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 20px;
}
