@charset "utf-8";
body {
	margin: 0px;
	background-image: url(images/mainBack.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #e8e7e4;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#mainCont {

}

a:link {
	color: #0099CC;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #0099CC;
	text-decoration:underline;
	font-weight: bolder;
}
a:hover {
	color: #0066CC;
}
a:active {
	color: #0066CC;
}


#mainCont #mainTable {
	left: 6px;
	position: relative;
}
.content {
	display: block;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
}



#mainCont #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	padding-top: 8px;
}

.rounded:before {
  background: transparent url(images/top-right.gif) scroll no-repeat top right;
  margin-bottom: -20px;
  height: 30px;
  display: block;
  border: none;
  content: url(images/top-left.gif);
  padding: 0;
  line-height: 0.1;
  font-size: 1px;
}

.rounded:after {
  display: block;
  line-height: 0.1;
  font-size: 1px;
  content:  url(images/bottom-left.gif);
  margin: 0 0 -1px 0;
  height: 30px;
  background: white;
  background: transparent url(images/bottom-right.gif) scroll no-repeat bottom right ;
  padding: 0;
}
#mainCont #mainTable #mainList #namebar {
	background-image: url(images/TleftCorner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099CC;
	text-align: left;
}
#mainCont #mainTable #mainList #morebar {
	background-image: url(images/TrightCorner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099CC;
}
.bio {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #0099CC;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	border-left-color: #0099CC;
	padding-bottom: 10px;
	border-top-style: dotted;
}
.bio strong {
	font-size: 14px;
}
.bio .small {
	font-size: 10px;
	font-weight: bold;
}
.bio ul {
	position: relative;
	left: -20px;
}
.alignBottom {
	white-space: normal;
	position: relative;
	bottom: 0px;
	top: 150px;
}
