@charset "utf-8";
body {
	background-color: #163280;
}
#header {
	background-image: url(../images/header.jpg);
	padding-bottom: 126px;
	background-repeat: no-repeat;
}
#main {
	border: 3px solid #FFFFFF;
}
#nav {
	background-color: #5872bd;
}
#header  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#welcome {
	background-image: url(../images/welcome_bg.jpg);
	background-repeat: no-repeat;
}
#welcome p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #163280;
	margin-left: 75px;
	margin-right: 200px;
	margin-top: 110px;
	margin-bottom: 200px;
}
#footer {
	background-color: #5872bd;
}


#footer p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#services {
	background-image: url(../images/services_bg.jpg);
	background-repeat: no-repeat;
}
#services  h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #163280;
	font-size: 1em;
	font-weight: bold;
	margin-left: 30px;
}
#services  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #163280;
	margin-left: 30px;
}
#services  ul {
	margin-top: 80px;
	margin-left: 35px;
	margin-bottom: 70px;
	margin-right: 40px;
}
#services  ul  li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#contact {
	background-image: url(../images/contact_bg.jpg);
	background-repeat: no-repeat;
}
.ContactTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #163280;
	font-weight: bold;
}
#form {
	margin-left: 75px;
}
#contact  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #163280;
	margin-top: 80px;
	margin-left: 75px;
}
#contact h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #163280;
	margin-left: 75px;
}
#contact p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #163280;
	margin-left: 75px;
}
#about {
	background-image: url(../images/about_bg.jpg);
	background-repeat: no-repeat;
}
#about p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #163280;
	margin-left: 50px;
	margin-top: 80px;
	margin-bottom: 90px;
	margin-right: 50px;
}
#about img {
	float: right;
	padding-left: 10px;
}
#about a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #5872BD;
	text-decoration: underline;
}
#about a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #163280;
}
