body {
	background-color: #c2b4b1;
	background-image: url(common/bg_tile.jpg);
	background-repeat: repeat-x;
	margin-top: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #602d22;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #ee1c24;
	text-align:center;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
}
.testimonialname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: right;
	color: #602d22;
	padding-right: 25px;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	color: #333333;
	padding-left: 25px;
	padding-right: 25px;
}
.subtitle {
	color: #602d22;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	valign: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	line-height: 13pt;
	color: #000000;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #faa639;
}
div#nav a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	padding-left: 25px;
}
div#nav a:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	padding-left: 25px;
}
a:link {
	color: #602d22;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
li{
	list-style:none;
}
ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	padding-top: 10px;
	margin-left: 35px;
	padding-left: 10px;
	padding-right: 25px;
}
ol li{
            list-style-type: decimal;
            list-style-position: outside;
}
ul li{
            list-style-type: disc;
            list-style-position: outside;
}
