@charset "utf-8";
/* CSS Document */
/* Default Formatting */
body, p, img {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
	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;
}
.clear {
  clear:both;
  display:block;
  height:1px;
  margin:0;
  padding:0;
  font-size:1px;
  line-height:1px;
}

/* RetinaClick Formatting */

img {
   display:none;
}

body {
   background-color:#ffffff;
   font-size: 16px;
   line-height: 20px;
}

#wrap {
	background-color: #ffffff;
	width:1000px;
}
h1 {
	font-size:24px;
	margin-top: 24px;
	margin-bottom: 18px;
}
h2 {
	font-size:20px;
	margin-top: 24px;
	margin-bottom: 10px;
}
h3 {
	font-size:18px;
	margin-top:20px;
	margin-bottom: 8px;
}
h4 {
   font-size:16px;
   margin-top: 18px;
   margin-bottom: 8px;
}
p {
   font-size: 16px;
   text-align:left;
   line-height: 20px;
   margin-bottom: 16px;
}
ul {
	margin-top: 12px;
	margin-bottom: 16px;
	margin-left: 40px;
	list-style-type: disc;
	list-style-position: outside;
}
ul ul {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 40px;
	list-style-type: circle;
	list-style-position: outside;
}
li {
   margin-bottom: 8px;
}

/* Header */

#header {
}
.printonly {
   text-align: center;
}
.printonly h1, .printonly h2 {
   display:inline;
}

/* Menu */
#menu {
	display: none;
}
/* Content */

#content {
   width:897px;
   margin-top:20px;
   margin-left:40px;
   margin-right:40px;
   color:#000000;   
}
.contact {
   color: #000000;
   font-size: 14px;
   line-height: 26px;
}
/* Footer */

#footer {
   width:950px;
   float:left;
   color:#003e51;
   text-align:center; 
}
