@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #174456;
	margin: 0px;
	background-image: url(images/bg.gif);
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
}
#navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #002C4D;
	background-image: url(images/navbar.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
a:link {
	color: #002C4D;
	text-decoration: underline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	color: #002C4D;
	text-decoration: underline;
}

a:hover {
	color: #412949;
}

#leftbar {
	background-image: url(images/leftbar2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#leftaddresses {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 75px;
	text-transform: uppercase;
	text-align: left;
	line-height: 150%;
}
#bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #174456;
	text-align: justify;
	padding-top: 15px;
	padding-right: 55px;
	padding-bottom: 25px;
	padding-left: 40px;
	line-height: 150%;
}
#leftimage {
	margin-top: 25px;
	margin-bottom: 15px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
#footer {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: groove;
	border-top-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	text-align: center;
	padding: 10px;
}
#border {
	border: thin solid #7995A3;
}
h1 {
	font-size: 18px;
	color: #174456;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	width: 400px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #174456;
	padding-left: 10px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	text-decoration: underline;
}
