a:link { text-decoration: underline; }
a:visited { text-decoration: underline; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }
a { color: Black; }
body {
	margin: 0px;
	padding: 0px;
	background: White;
	color: Black;
	text-align: center;
}

h1 {
	border-bottom: 1px solid Maroon;
	font: bold 16px "Times New Roman", Times, serif;
	color: Black;
	margin-top: 0px;
}

h2 {
	border-bottom: 1px solid Maroon;
	font: bold 14px "Times New Roman", Times, serif;
	color: Black;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content {
	padding: 0px 5px;
	margin: 0px;
}

#content p {
	font: 14px/16px "Times New Roman", Times, serif;
	text-align: justify;
}

#content p.certificate {
	text-align: center;
	color: #9B103D;
	font-weight: bold;
	font-size: 1em;
}

#content ul.homelist a {
	color: Black;
	text-decoration: none;
}

#content ul.homelist a:hover {
	color: Black;
	text-decoration: underline;
}

#content li {
	font: 14px/18px "Times New Roman", Times, serif;
	text-align: justify;
	list-style: circle outside url(templateimages/bullet_paw1.gif);
}

#content p.right {
	text-align: right;
}

#wrapper {
	text-align: left;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

#container {
	background: #FFFFFF;
	color: #000000;
	margin: 0px auto;
	padding: 0px;
	width: 650px;
	text-align: left;
}

#footer {
	background: #9B103D;
	border-top: 1px solid #000000;
	height: 16px;
	padding: 3px;
}

#footer a {
	color: #FFFFFF;
}

#footer td {
	font: 10px "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#footer td.left {
	text-align: left;
}

#footer td.right {
	display: none;
}

#header {
	background: transparent;
	color: #000000;
	height: 80px;
	width: 650px;
}

table#headertable {
	width: 100%;
}

table#headertable td.left {
	text-align: left;
}

table#headertable td.right {
	text-align: right;
}

#menu {
	display: none;
}

table#main {
	margin: 5px 0px;
}

table#main td.left {
	border-right: 1px solid Gainsboro;
	padding-right: 10px;
	vertical-align: top;
	width: 530px;
}

table#main td.right {
	width: 250px;
	border-left: 1px solid Gainsboro;
	text-align: left;
	padding-left: 5px;
	vertical-align: top;	
	font: 14px "Times New Roman", Times, serif;
}

table#main2 {
	margin: 5px 0px;
}

table#main2 td.left {
	border-right: 1px solid Gainsboro;
	padding-right: 10px;
	vertical-align: top;
	width: 330px;
}

table#main2 td.right {
	width: 450px;
	border-left: 1px solid Gainsboro;
	text-align: left;
	padding-left: 5px;
	vertical-align: top;	
	font: 1em "Times New Roman", Times, serif;
}

table.table1 {
	border: 1px solid #9B103D;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}

table.table1 th {
	background: #9B103D;
	color: White;
	font: bold 14px "Times New Roman", Times, serif;
}

table.table1 td {
	vertical-align: top;
	text-align: left;
	border: 1px solid #9B103D;
	font: 12px "Times New Roman", Times, serif;
}

table.table1 td.price {
	width: 40%;
}

img.map {
	width: 480px;
	height: 250px;
	border: 1px solid Black;
}











