@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin: 0px;
	padding: 0px;
	background-color: #FFF8E0;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
}
.wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.left {
	width: 525px;
	float: left;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 160%;
	padding-bottom: 20px;
	padding-top: 20px;
}
.left h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 100%;
}
.left h3 a {
	text-decoration: none;
	color: #000000;
}
.left img {
	padding: 5px;
	border: 5px solid #CCCCCC;
}

.left a {
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
}
.left a:hover {
	text-decoration: underline;
}
.hidden {
	display: none;
}


.left .comment {
	display: block;
	background-image: url(images/comment2.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 51px;
	background-position: left;
	padding-top: 13px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
	margin-left: 425px;
	font-size: 16pt;
}
.left #transcripts {
	border: 1px solid #CCCCCC;
}

#transcript1 {
	visibility: hidden;
}


.right {
	float: right;
	width: 150px;
}
.right li, .right ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.right li {
	color: #000000;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 5px;
}
.right .accordion-menu .a-m-d .bd a {
	text-decoration: none;
	color: #000000;
}
.right .accordion-menu .a-m-d .bd a:hover {
	font-weight: bold;
	text-decoration: underline;
}


.masthead {
	background-color: #234455;
	height: 104px;
	background-image: url(images/masthead.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.masthead .text {
	width: 700px;
	display: block;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
.mastheadRight {
	width: 140px;
	display: block;
	float: right;
	padding-top: 20px;
	padding-left: 10px;
}
.mastheadRight img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.wrapper .footer {
	font-size: 9px;
	text-align: right;
	padding-right: 10px;
	color: #666666;
	margin-top: 50px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #DCD6C2;
	letter-spacing: 2pt;
}
.footer .signature {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

dl.accordion-menu {
	margin: 0;
	padding: 0;
	width: 150px;
}

dl.accordion-menu dt.a-m-t {
	color: #FFFFFF;
	background-image: url(images/right_headr.jpg);
	font-weight: bold;
	padding: 5px;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: right;
}

dl.accordion-menu dt.a-m-t-hover{
	background-image: url(images/right_headr_selected.jpg);
	background-repeat: no-repeat;
	background-position: right;
}


dl.accordion-menu dt.a-m-t-down{
}





html.accordion-menu-js dt.a-m-t{
	cursor:pointer;
	zoom:1;
}

dl.accordion-menu dd.a-m-d {
	margin: 0;
	padding: 0;
	padding:0;
}

html.accordion-menu-js dd.a-m-d{
	display:none;
}


html.accordion-menu-js dd.a-m-d-expand {
	display:block;
}

html.accordion-menu-js dd.a-m-d-before-expand {
	display:block;
	position:relative;
	z-index:-1;
	opacity:0;
	height:auto !important;
	visibility:hidden;
	overflow:visible;
}


html.accordion-menu-js dt.a-m-t-expand {
}

html.accordion-menu-js dd.a-m-d-anim {
	overflow:hidden;
	display:block;	
}

dl.accordion-menu dd.a-m-d .bd{
	padding: 5px;
}
