body {
	
	color            : black;
	/*height           : 100%;
	width            : 100%;*/
	margin           : 0px;
	font-family      : Verdana, Arial;
	font-size	 : 12pt;
	background-image: url('img/outside-bg.jpg');
}

/* H1 is used for the section titles like "Quality" */
h1 {
	margin-bottom: 3pt;
	padding-bottom: 0px;
	/*width: 33%;*/
	
	margin-right: 50%;
	
	/* Appearance */
	color: #000066;
	font-size: 11pt;
	font-weight: bold;
	border-bottom: 1px dotted #000066;
}

hr {
	height: 0.5px;
	color: #000066;
	border: 0.5px solid #000066;
	
}

/* The bodydiv surrounds everything else inside the body tag
   It is a workaround for IE's css handling */
.bodydiv {
	text-align: center;
	
	/* Geometry */
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	
	/* Background 
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url('img/bottom.png');*/
}

/* This is where the actual content will be.  */
.contentdiv {
	text-align: left;
	
	/* Geometry */
	margin: auto;
	margin-top: 12pt;
	margin-bottom: 12pt;
	padding: 8px;
	width: 720px;
	
	/* Appearance */
	font-size: 10pt;
	border: 2px solid gray;
	background-color: white;
}

/* Needed for IE for the Services box*/
.ieworkaround {
	float: right;
	margin: 4pt;
 	margin-left: 8pt;
	width: 41%;
	text-align: center;
}

#services {
	text-align: left;
	border: 1px solid black;
	font-size: 10pt;
}

.service_title {
	
	/* Appearance */
	background-image: url('img/service-bg.jpg');
	background-color: #000066;
	border-bottom: 1px solid black;
	
	/* Font */
	font-weight: bold;
	color: white;
	padding: 2pt;
	padding-left: 9pt;
	
	letter-spacing: 4pt;
	font-size: 11pt;
}

.service {
	background-color: white;
	padding: 2pt;
	padding-left: 3pt;
	padding-right: 3pt;
}

.service.even {
	background-color: #dddddd;
}

#header_paragraph {
	text-align: center;
	margin: 12pt;
	margin-top: 12pt;
	padding: 0px;
}

#introduction {

	/* Text */
	text-align: justify;
	font-family: Times New Roman, serif;
	font-size: 11pt;
	font-weight: bold;
	margin: auto;
	margin-top: 18pt;
	margin-bottom: 30px;
	
	width: 600px;
	
	
}

#contact {
	border-top: 1px solid #000066;
	padding-top: 6pt;
	font-weight: bold;
	text-align: center;
}
.item_paragraph {
	font-size: 11pt;
	font-family: Times New Roman, serif;
	color: #444444;
	margin-top: 0px;
}

li {
	font-size: 10pt;
}

.date-posted {
  color: #777;
  font-style: italic;
  font-size: 10pt;
  text-align: center;
}