﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 19px;
}
h3 {
	color: red;
	margin: 16px 0;
	font-size: 21px;
	padding: 6px;
	background-color: #fcfcfc;
}
ul {
	margin: 0 0 0 12px;
}
.testimonial {
	font-size: 11px;
	margin: 4px 10px 10xp 10px;
}
#dropmenudiv {
	position: absolute;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
}
#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}
#dropmenudiv a:hover {
	/*hover background color*/
background-color: #A8D5B4;
}
#bleeder {
	position: absolute;
	top: 250px;
	left: 50%;
	margin-left: 391px;
	height: 398px;
	padding-right: 30px;
	width: 166px;
	background-image: url('images/big-flag.jpg');
	background-repeat: no-repeat;
	text-align: center;
}