body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #886F87;
	font-weight: normal;
	font-style:italic;
	height: 100%;
	background-image: url(../images/bg-img.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#outerdiv{
	width: 920px;
	margin: 0px auto;
	padding: 0px;
	/*border: solid 1px #886F87;*/
}
#header{
	border-bottom: solid 1px #FFFFFF;
	height: 90px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.nav-pipe {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold; 
}
.logo{
	margin: 5px 0px 0px 10px;
}
#navdiv {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #886F87;
	height: 20px;
	text-align:right;
	padding-right: 25px;
}
.nav-lnk {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #886F87;
	text-decoration: none;
	font-weight:bold;
}
.nav-lnk:link{
	color: #886F87;
	text-decoration: none;
}
.nav-lnk:active {
	color: #886F87;
	text-decoration: none;
}
.nav-lnk:visited {
	color: #886F87;
	text-decoration: none;
}
.nav-lnk:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.left-column-main {
	width: 280px;
	padding: 15px 0px 0px 20px;
	vertical-align:top;
}
.right-column-main {
	width: 570px;
	vertical-align:top;
}

.left-column {
	width: 200px;
}
.right-column {
	width: 670px;
}
.imgdiv{
	width: 130px;
	height: 130px;
	padding: 10px;
}
.hm-th {
	border: solid 1px #FFF;
}
.th{
	width: 82px;
	/*height: 82px;*/
	margin:5px;
	border: solid 1px #FFF;
}
.th-sel{
	width: 92px;
	/*height: 92px;*/
	margin:0px;
	border: solid 1px #FFF;
}
.th-sm{
	width: 62px;
	/*height: 62px;*/
	margin:4px;
	border: solid 1px #FFF;
}
.img-border-lrg{
	border: solid 1px #242321;
	background-color:#ffffff;
	padding: 10px;
	margin-top: 10px;
}


.bodytext{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #886F87;
	font-weight: normal;
	font-style: italic;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	color: #886F87;
	font-weight: bold;
	font-style: italic;
	font-stretch:expanded;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	line-height: 16px;
	color: #886F87;
	font-weight: normal;
	text-decoration: underline;
}


.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #886F87;
	padding: 5px 5px;
	text-align: center;
	height: 28px;
	width: 890px;
	margin:30px auto 5px auto;
}
.footer-lnk {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	color: #886F87;
	text-decoration: none;
	text-align:center;
}
.footer-lnk:link {
	color: #886F87;
	text-decoration: none;
}
.footer-lnk:visited {
	color: #886F87;
	text-decoration: none;
}
.footer-lnk:hover {
	color: #ffffff;
	text-decoration: underline;
}
