/* CSS Document */

/*---------------------- Formating ----------------------*/
/*---- Header ----*/
#header p {
	position: absolute;
	left: 800px;
	top: 15px;
	font-size: 14pt;
	color: #146EFA;
}

/*---- Headings ----*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #A61C1C;
	margin: 20px 0 5px 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #007171;
	margin: 20px 0 0px 0;
}

p {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	color: #333333;
}
a {
	text-decoration: none;
	color:#A61C1C;
}
a:hover {
	text-decoration: underline;
}
#created  {
	font-size: 8pt;
	color: #888888;
}
#created a  {
	text-decoration:underline;
	color: #888888;
}
ul {
	margin-top: 0;
}
.highlight {
	color: #A61C1C;
}
/*---- Testimonials ----*/
#testimonials {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: #E4F1F1;
}
#testimonials p {
	margin: 10px;
}

.name {
	margin: 10px;
	text-align: right;
	color: #A61C1C;
}
#newsbox p {
	margin: 5px;
}
