body {
	margin:20px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-color: #ffffff;
	font-family: Calibri;
	font-size: 12px;
	line-height: 18px;
	background: url(images/background.jpg) repeat-x;
	}

h1 {
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
}

a {
	color: #455a1f;
	text-decoration: underline;
}

a:hover {
	color: #afbd22;
	text-decoration: underline;
}

#Content {
	width: 1009px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	background-color:#ffffff;
	}

.header {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -10px;
	margin-bottom: -5px;
}
	
.header h1 {
	font-family: Calibri;
	font-size: 20px;
	color: #ffffff;
	margin-bottom: -5px;
}

.header p {
	font-family: Calibri;
	font-size: 12px;
	color: #ffffff;
}

.header a {
	color: #ffffff;
	text-decoration: none;
}

.header a:hover {
	color: #e3f528;
	text-decoration: underline;
}

.item h1 {
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -10px;
}

.item p {
	font-family: Calibri;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

.item a {
	text-decoration: underline;
	color: #000000;
}

.item a:hover {
	color: #aebc21;
}

.spotlight {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Calibri;
	color: #000000;
	font-size: 12px;
}

.spotlight h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #000000;
}

.spotlight a {
	color: #455a1f;
	text-decoration: none;
}

.spotlight a:hover {
	color: #afbd22;
	text-decoration: underline;
}

.spotlight-link a {
	font-family: Calibri;
	padding-left: 10px;
	color: #aebc21;
	text-decoration: underline;
	font-size: 12px;
}

.spotlight-link a:hover {
	color: #e3f528;
	text-decoration: underline;
}

.services {
	font-size: 12px;
	font-family: Calibri;
	margin-top: -15px;
}

.services ul, li {
	line-height: 18px;
	list-style: square;
}

.testimonials {
	padding: 10px;
}

.testimonials p {
	font-family: Calibri;
	font-size: 12px;
	line-height: 18px;
	padding-left: 40px;
	padding-right: 20px;
}

.how-to-contact {
	padding-top: 1px;
	color: #000000;
	font-family: Calibri;
	font-size: 12px;
}

.how-to-contact a {
	color: #455a1f;
	text-decoration: underline;
}

.how-to-contact a:hover {
	color: #afbd22;
	text-decoration: underline;
}

.useful-links p{
	font-size: 12px;
	color: #000000;
	font-family: Calibri;
}

.useful-links ul, li {
	margin-left: -10px;
	list-style: square;
}

.useful-links a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

.useful-links a:hover {
	text-decoration: underline;
	color: #e3f528;
	font-size: 12px;
}

.secondary-page ul {
	margin-top: -10px;
}

.secondary-page li {
	line-height: 18px;
	font-size: 12px;
	font-family: Calibri;
	list-style: square;
}

.portfolio {
	font-family: Calibri;
	font-size: 12px;
	line-height: 18px;
}

.portfolio h1 {
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: -10px;
}

.resume h1 {
	font-family: Calibri;
	font-size: 20px;
	text-transform: uppercase;
}

.resume h2 {
	font-family: Calibri;
	font-size: 14px;
	margin-top: -10px;
}

.resume h3 {
	font-family: Calibri;
	font-size: 14px;
	margin-bottom: -10px;
	text-transform: uppercase;
	font-weight: bold;
}

.resume p {
	font-family: Calibri;
	font-size: 12px;
}

.resume table {
	margin-top: 10px;
}

.resume ul {
	margin-top: 0px;
}

