@charset "utf-8";
/* CSS Document */
body {
	overflow-x: hidden;
}
td {
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
}
div {
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
}
.address {
	color: #9F9F9F;
	text-decoration: none;
}
.toplink {
	font-size: 12px;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	color: #8E3E35;
}
.menuitem {
	font-size: 12px;
	color: white;
	text-decoration: none;
}
.border-white-right-bottom {
	border-style: solid;
	border-color: white;
	border-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
.border-white-left-bottom-right {
	border-style: solid;
	border-color: white;
	border-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.border-white-left {
	border-style: solid;
	border-color: white;
	border-width: 0px;
	border-left-width: 1px;
}
.border-white-right {
	border-style: solid;
	border-color: white;
	border-width: 0px;
	border-right-width: 1px;
}
.border-white-top {
	border-style: solid;
	border-color: white;
	border-width: 0px;
	border-top-width: 1px;
}
.border-white-bottom {
	border-style: solid;
	border-color: white;
	border-width: 0px;
	border-bottom-width: 1px;
}
.border-white-left-bottom {
	border-style: solid;
	border-color: white;
	border-width: 0px;
	border-left-width: 1px;
	border-bottom-width: 1px;
}
.border-red-top {
	border-style: solid;
	border-width: 0px;
	border-top-color: #8E3E35;
	border-top-width: 1px;
}
.border-blue-right {
	border-style: solid;
	border-width: 0px;
	border-right-color: #1A426A;
	border-right-width: 1px;
}
.border-blue-left {
	border-style: solid;
	border-width: 0px;
	border-left-color: #1A426A;
	border-left-width: 1px;
}
.border-blue-top {
	border-style: solid;
	border-color: #1A426A;
	border-width: 0px;
	border-top-width: 1px;
}
.border-blue-right {
	border-style: solid;
	border-color: #1A426A;
	border-width: 0px;
	border-right-width: 1px;
}
.border-blue-right-top {
	border-style: solid;
	border-color: #1A426A;
	border-width: 0px;
	border-right-width: 1px;
	border-top-width: 1px;
}
#dropmenudiv {
	position:absolute;
	border:1px solid white;
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
}
#dropmenudiv a {
	background-color:#1A426A;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;
	padding: 1px 0;
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-decoration: none;
	z-index:1;
}
#dropmenudiv a:hover { /*hover background color*/
	background-color: black;
}
.row {
	background-color:#EDE4A3;
}
.date-cell {
	border-style: solid;
	border-width: 1px;
	border-top-color: #000000;
	border-top-width: 1px;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}
.bioTitle {
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
}
.pageHeader {
	font-weight: bold;
	font-size: 10pt;
}
.quickLink { background-color: #c0b565; #c0b565 solid;} 
