﻿body {
	margin: 0px;
	border: 0px;
}
a:link {
	color: #000080;
}
a:visited {
	color: #396C93;
}
p {
	text-align: center;
}
img {
	border: 0px;
}
hr {
	width: 50%;
}
li {
	text-align: left;
	height: auto;
	margin-left: 40px;
	margin-right: 20px;
	color: navy;
	font-size: large;
}
.tmain {
	width: 100%;
	height: 620px;
	border: 0px;
	margin: 0px;
}
.tright {
	text-align: center;
	width: 80%;
	vertical-align: top;
}
.tleft {
	background-color: #8DCEDD;
	width: 20%;
	vertical-align: top;
	padding: 20px;
}
.tleft table {
	background-position: center;
	width: 160px;
	height: 180px;
	border-right-color: #199BBB;
	border-top-color: #FFCCFF;
	border-bottom-color: #199BBB;
	border-left-color: #FFCCFF;
	border-width: 2px;
	border-style: solid;
}
.tlefttd {
	width: 130px;
	height: 20px;
	margin: 5px;
	text-align: center;
	background-color: #D587F5;
	border-color: #199BBB;
	border: 1px;
	border-style: solid;
	padding: 6px;
	font-family: Arial;
	font-size: larger;
	font-weight: bold;
	color: #396C93;
}
