html, body, div, h1, h2, h3, p, ul, ol, li, address, form, fieldset, img {
	margin: 0;
	padding: 0;
	border: none;
}
html, body {
	height: 100%;
}
body {
	background: #CCCC9A;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	color: #5B8A9C;
	font-size: 95%;		
	padding: 5px 0 5px 0;
	font-weight: bold;
}
h2 {
	color: #5B8A9C;
	font-size: 80%;		
	padding: 10px 0 5px 0;
	font-weight: bold;
}
h3 {
	font-size: 70%;
	color: #525252;
}

a {
	color: #5B8A9C;
	text-decoration: underline;
}
a:visited {
	color: #707070;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

p {
	padding: 5px 0 10px 0;
	line-height: 140%;
}
ul, ol {
	padding: 5px 0 10px 0;
	line-height: 140%;
}
ul li {
	padding: 0 0 10px 15px;
	list-style: none;
	background: transparent url(bullet.gif) 3px .5em no-repeat;
}
li.sublevel {
	padding: 0 0 0 15px;
	background: none;
}
li.sublevel li {
	background: transparent url(bullet2.gif) 3px .5em no-repeat;
}
li.sublevel li.sublevel {
	background: none;
}

strong {
	font-weight: bold;
	color: #5B8A9C;
	font-style: normal;
}
em {
	font-style: italic;
	font-weight: bold;
	color: #7B1635;
}
cite {
	font-style: normal;
	color: #5B8A9C;
}

/* ********************************************************* */
.tsmall {
	font-size: 60%;
}
.tnormal {
	font-size: 80%;
}
.tbig {
	font-size: 90%;
}
.tcenter {
	text-align: center;
}
.leftpic {
	float: left;
	padding: 5px 5px 5px 0;
}
.rightpic {
	float: right;
	padding: 5px 0 5px 5px;
}
.cleaner {
	clear: both;
}
.imgintext {
	vertical-align: middle;
}
.normalpadd {
	padding: 0 10px 0 10px;
}
.navigation {
	border-bottom: #BDD0D7 1px dotted;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}
.navigation a, .navigation a:visited, .navigation a:hover {
	background: transparent url(bullet.gif) 0 .5em no-repeat;
	padding: 0 5px 0 8px;
	font-weight: bold;
}
.strongLink, .strongLink:visited {
	color: #5B8A9C;
	font-weight: bold;	
}

/* ********************************************************* */
.tblform {
	border-collapse: collapse;
	margin: 5px 0 10px 0;	
}
.tblform th {
	font-size: 70%;
	width: 120px;
	text-align: left;
	color: #676767;
}
.tblform td {
	font-size: 80%;
}

/* ********************************************************* */
.tblnormal {
	border-collapse: collapse;
	margin: 5px 0 10px 0;
	width: 100%;
}
.tblnormal td {
	padding: 3px 1px 3px 3px;
	font-size: 80%;
}
.tblnormal th {
	padding: 3px 1px 3px 3px;
	font-size: 80%;
	font-weight: bold;
}
.tblnormal .tbl2ndrow td {
	background: #E0E0E0;
}

/* ********************************************************* */
#main {
	width: 766px;
	margin: 0 auto 0 auto;
	background: transparent url(main_background.gif) center repeat-y;
}
#top {
	background: transparent url(top_line.gif) top center no-repeat;
	padding: 15px 15px 0 20px;
	position: relative;
	width: 731px;
}
#top img {
	padding-bottom: 5px;
	display: block;
}
#footer {
	background: transparent url(bottom_line.gif) bottom center no-repeat;
}

/* ********************************************************* */
#menu {
	position: absolute;
	left: 215px;
	bottom: 0;
	padding: 0;
}
#menu li {
	list-style: none;
	display: block;
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	background: #BDD0D7 url(menulink-bg-left.gif) 0 0 no-repeat;
}
#menu li a, #menu li a:visited {
	display: block;
	text-align: center;
	background: transparent url(menulink-bg-right.gif) right top no-repeat;
	padding: 1em 8px 1em 8px;
	color: #ffffff;
	font-weight: bold;
	font-size: 70%;
	text-decoration: none;
}
#menu li a:hover {
	text-decoration: underline;
	color: #ffffff;
}
#menu li.active {
	background: #5B8A9C url(menulink-bg-left-active.gif) 0 0 no-repeat;
}
#menu li.active a, #menu li.active a:visited {
	background: transparent url(menulink-bg-right-active.gif) top right no-repeat;
	color: #BDD0D7;
}

/* ********************************************************* */
#submenu {
	margin: 0 3px 0 4px;
}
#submenu p {
	padding: 5px;
	text-align: center;
	background: #5B8A9C;
	color: #000000;
}
#submenu a, #submenu a:visited {
	color: #ffffff;
	text-decoration: none;
}
#submenu a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#submenu a.active, #submenu a.active:visited {
	font-weight: bold;
	color: #BDD0D7;
}
#submenu img.paddimg {
	margin-right: 1px;
}

/* ********************************************************* */
#content {
	padding: 0 15px 0 25px;
	margin: 15px 0 0 0;
	background: transparent url(content-bg.gif) 471px repeat-y;
	position: relative;
	width: 726px;
}
#content.noBg {
	background: transparent;
}
#content #contleft {
	float: left;
	width: 425px;
	padding-bottom: 20px;
}
#content #contright {
	float: right;
	width: 280px;
	padding: 0;
	background: transparent url(right-bg.gif) top left no-repeat;
}

/* ********************************************************* */
#content #botmenu {
	padding-right: 300px;
	background: transparent url(right-bg-bot.gif) bottom right no-repeat;
}
#content.noBg #botmenu {
	background: transparent;
	padding: 20px 0 0 0;
}
#content #botmenu p {
	text-align: center;
	padding: 0;
}

/* ********************************************************* */
#copyright {
	width: 766px;
	margin: 0 auto 0 auto;
	color: #8C6779;
	text-align: center;
	padding: 0 0 5px 0;
}
#brochures {
	padding: 5px 20px 0 30px;
	display: none;
	background: #DADADA url(brochures-bg.jpg) top repeat-x;
	position: relative;
	font-size: 85%;
}
#brochures li {
  background: transparent url(pdf_ico.gif) top left no-repeat;
  padding-left: 20px;
}
#brochures #brCloseBut {
	position: absolute;
	top: 4px;
	right: 5px;
	z-index: 1000;
	width: 12px;
	height: 12px;
	margin: 0;
	padding: 0;
}


/* ********************************************************* */
.personCard {
	width: 120px;
	height: 10em;
	background: #ffffff;
	text-align: center;
	margin: 0 0 15px 0;
	border: #808080 1px solid;
}
.personPhoto {
	padding: 10px 0 0 0;
	background: transparent;
	position: relative;
}
.personPhoto img {
	border: 1px solid #808080;
	margin-bottom: 5px;
}
img.personPlay {
	position: absolute;
	top: 100px;
	right: 7px;
	border: none;
}
.pcLeft {
	float: left;
}
.pcRight {
	float: right;
}

/* ********************************************************* */
#jtreHeading span {
	color: #F6B511;
}
#lmHeader {
	border-top: #5B8A9C 1px dotted;
	color: #F6B511;	
}
