body {
	background-color: #959794;
	background-image: url(../images/bkgd_gradient.jpg);
	background-repeat: repeat-x;
}

p, p.nopad, li, td{
	font-family: Trebuchet, Trebuchet MS, Verdana, sans-serif;
	font-size: 9pt;
}

p {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

p.nopad {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul {
	list-style-position: inside;
	margin: 0px;
	padding-left: 40px;
	padding-right: 20px;
	text-indent: -14px;
}

div.event_copy_plain, div.event_copy_border {
	vertical-align: top;
	height: 330px;
	padding: 10px 0px 10px 0px;
	margin: 10px 20px 0px 20px;
	border-width: 4px;
	border-style: double;
}

div.event_copy_plain {
	border-color: #FFF;
	background-color: #FFF;
}

div.event_copy_border {
	border-color: #CCC;
	background-color: #F0F0F0;
}

.event_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #006;
}

a:link, a:hover, a:active, a:visited {
	color: #00C;
}

.link_white:link, .link_white:hover, .link_white:active, .link_white:visited   {
	font-family: Trebuchet, Trebuchet MS, Verdana, sans-serif;
	font-size: 9pt;
	color: #FFF;
	text-decoration: underline;
}

.home_bkgd {
	background-attachment: fixed;
	background-image: url(../images/bkgd_logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.bio_td {
	background-color: #666;
	/*background-image: url(../images/bkgd_ourteam.gif);
	background-repeat: none; */
	text-align: left;
	font-family: Trebuchet, Trebuchet MS, Verdana, sans-serif;
	font-size: 9pt;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bio_img {
	border: none;
	padding-right: 10px;
}

.img_left {
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 2px;
}

.img_right {
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
}

.img_left_ul {
	padding-left: 0px;
	padding-right: 24px;
	padding-top: 6px;
	padding-bottom: 2px;
}

.img_right_main {
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.arrows {
	font-size: 13pt;
	font-weight: bold;
	color: #EFA200;
}

.footer {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

/* scroll */

.overflow_div_smaller {
	padding: 0 10px 0 0;
	width: 415px;
	height: 395px;
	margin: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	text-align: justify;
}

.overflow_div_history {
	padding: 0px 0px 0px 0px;
	width: 757px;
	height: 332px;
	margin: 0px 0px 0px 0px;
	overflow-x: hidden;
	overflow-y: hidden;
	text-align: justify;
	z-index: 2;
}

.scrollgeneric
{
	line-height: 1px;
	font-size: 1px;
	position: absolute;
}

.scrollerjogbox {
	width: 15px;
	height: 15px;
	bottom: 0px;
	right: 0px;
	background: white url(images/scrolljog.png) 50% 50%;
}

.vscrollerbase, .vscrollerbar {
	width: 12px;
	top: 0px;
}

.vscrollerbase {
	background-color: #D1DDCB;
	background: url(images/scroll_basic_vert.gif);
}

.vscrollerbasebeg {
	width: 12px;
	background: url(images/arrow_top.gif) no-repeat;
}

.vscrollerbaseend {
	height: 18px;
	width: 12px;
	background: url(images/arrow_bottom.gif) no-repeat;
}

.vscrollerbar {
	/*padding information of these elements are only used for
	padding of the scroll-bar with respect to the scroll base,
	the padding will automatically be turned off by the script*/
	padding: 12px;
	/* z-index *MUST* be given, otherwise links will not be clickable
	inside the div */
	z-index: 3;
	left: 0px;
}

.vscrollerbarbeg {
	background: url(images/scrollbar_top.gif) 0px 0px;
	width: 12px;
	/* top:12px; */
}

.vscrollerbarend {
	background: url(images/scrollbar_bottom.gif) 0px 0px no-repeat;
	height:4px;
	width: 12px;
	padding-bottom:0px;
	/* padding-bottom:22px; */
}


.hscrollerbase, .hscrollerbar {
	height: 12px;
	left: 0px;
}

.hscrollerbase {
	background-color: #D1DDCB;
	background: url(images/scroll_basic_horz.gif);
}

.hscrollerbasebeg {
	left: 0px;
	top: 0px;
	height: 12px;
	width: 18px;
	background: url(images/arrow_left.gif) no-repeat;
}

.hscrollerbaseend {
	top: 0px;
	height: 12px;
	width: 18px;
	background: url(images/arrow_right.gif) no-repeat;
}

.hscrollerbar {
	padding: 12px;
	top: 0px important;
	z-index: 3;
}

.hscrollerbarbeg {
	background: url(images/scrollbar_left.gif) -10px 0px;
	height: 12px;
	width: auto;
	left: 0;

}

.hscrollerbarend {
	background: url(images/scrollbar_right.gif);
	height: 12px;
	width: 18px;
}


