@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #999966;
	background-image: url(Images/bg1.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e5e0ba;
	margin: 0 auto;
	text-align: left;
	height: 100%;
}

#mainContent  {
	background-color: #e5e0ba;
	margin: 0px;
	vertical-align: top;
}
#topheader {
}

p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 150%;
	margin-top: .3em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333;
	font-weight: lighter;
	margin-bottom: .1em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	padding-left: 45px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: center;
	background-color: #C96;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 2px;
}

h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	margin-bottom: 1px;
	font-weight: normal;
}



#content table {
	width: 580px;
	text-align: left;
	margin-left: 150px;
	margin-top: 40px;
	margin-bottom: 60px;
}

#content table tr td {
	vertical-align: top;
	padding-top: 5px;
	width: 220px;
	margin-right: 10px;
}


#content p {
	line-height: 18px;
	color: #000;
	font-size: 12px;
	vertical-align: top;
	padding-right: 20px;
}

#content li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 130%;
}

ul{
	margin-top:6px;
	margin-bottom:4px;
}
#headline       {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: normal;
}

.testimonial {
	font-style: italic;
	margin-bottom: 0.3em;
}
.attrib {
	font-weight: bold;
	text-align: right;
	margin-bottom: 1.5em;
}


#copyright {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
}
