body
{
	background: #ceebb9 url(/images/bg_main.jpg) repeat-x center top;
	margin: 0px;
	padding: 0px;
	font: 12px/16px arial;
	color: black;
}
div, form, ul
{
	margin: 0px;
	padding: 0px;
}
div, ul
{
	float: left;
	border: none;
}
a
{
	color:#288f01;
}
/*** Floats ***/
.flleft
{
	float: left;
}
.flright
{
	float: right;
}
.flnone
{
	float: none;
}
.flclear
{
	clear: both;
}
.table
{
	text-align: center;
}
/*** /Floats ***/

/*** Main Structure and Globals ***/
.floatright
{
	float:right;
	font-size:12;
	color:#000000;
}
.nofloat
{

}
.main_container
{
	float: none;
	margin: 9px auto 0px;
	width: 791px;
	height: 500px;
}
.borders
{
	width: 769px;
	padding: 0px 11px 58px;
	background: url(/images/borders.png) repeat-y;
}
.page
{
	width: 720px;
	padding: 3px 22px 0px 27px;
}
.content
{
	width: 700px;
}
.left_column
{
	width: 455px;
}
.right_column
{
	float:right;
	width: 251px;
}
.indented
{
	margin-left:20px;
	margin-bottom:0;
	margin-top:0;
	font-weight:bold;
	padding:0;
}
/*** /Main Structure and Globals ***/

/*** Head ***/
.head-interior
{

	width: 385px;
	height: 26px;
	padding-left: 204px;
}


.head .top
{

	width: 383px;
	height: 34px;
	padding-left: 205px;
}

.head .tl
{
	width: 205px;
	height: 30px;
	margin-top: -10px;
	background: url(/images/logo_tl.png) no-repeat;
}
.head .tc
{
	width: 383px;
	height: 20px;
	background: url(/images/logo_tc.gif) no-repeat;
}
.head .tr
{
	width: 203px;
	height: 31px;
	margin-top: -11px;
	background: url(/images/logo_tr.png) no-repeat;
}
/*
.head .top
{
width: 769px;
	height: 58px;
	padding-left: 11px;
} */
.big_img
{
	width: 769px;
	height: 262px;

}
.interior_header
{
	
	width: 770px;
	height: 141px;
}
.interior_header2
{
	
	width: 789px;
	height: 32px;
	padding-left: 1px;
}
/*** /Head ***/

/*** Footer ***/
.footer
{
	width: 791px;
	height: 58px;
	padding-top: 30px;
	margin-top: -58px;
	background: url(/images/footer.png) no-repeat;
	text-align: center;
}
.footer .links
{
	width:100%;
	color: #727272;
	font: bold 10px arial;
	padding-bottom:2px;
}
.footer .links a:link, .footer .links a:visited
{
	position: relative;
	margin: 0px 7px;
	font: bold 10px arial;
	color: #727272;
	text-decoration: none;
}
.footer .links a:hover, .footer .links a:active
{
	text-decoration: underline;	
}
/*** /Footer ***/

/*** Menu ***/
.menu
{
	width: 769px;
	height: 56px;
	background: url(/images/bg_menu.gif) repeat-x;
}

.menu img 
{
	float: left;
	border: none;
}

.menu li
{
	display:block;
	float:left;
	position: relative;
}
.menu li img
{
	cursor: pointer;
}
.menu .sub
{
	display: none;
	position: absolute;
	left: 0px;
	width:200px;
	margin-top: 42px;
}
.menu .last
{
	left: auto;
	right: 0px;
}
.menu li.sfhover .sub,
.menu li:hover .sub
{
	display: block;
}
.menu .sub .row
{
	width:100%;
}
.menu .sub .bord
{
	position: relative;
	width: 172px;
	margin: -3px 0px;
	padding: 0px 11px;
	background: #f0dc37;
	border-left: solid 3px white;
	border-right: solid 3px white;
}
.menu .sub .bord_top, .menu .sub .bord_bot
{
	width: 200px;
	height: 18px;
}
.menu .sub .bord_top
{
	background: url(/images/menu_top.png) no-repeat;
}
.menu .sub .bord_bot
{
	background: url(/images/menu_bot.png) no-repeat;
}
.menu .sub .bord a
{
	display: block;
	clear: both;
	float: left;
	width: 155px;
	margin: 3px 0px;
	padding-left: 13px;
	background: url(/images/li.gif) no-repeat left center;
	font: 12px arial;
	text-decoration: underline;
	color: #2ea701;
	cursor: default;
}
.menu .sub .bord a:link, .menu .sub .bord a:visited
{
	text-decoration: none;
	color: #55371a;
	cursor: pointer;
}
.menu .sub .bord a:hover, .menu .sub .bord a:active
{
	text-decoration: underline;
}
/*** /Menu ***/

/*** Green Block ***/
.green
{
	float:right;
	width: 251px;
	margin-bottom: 6px;
}
.green .top
{
	width: 251px;
	height: 7px;
	font-size: 0px;
	background: url(/images/bg_green_top.gif) no-repeat;
}
.green .data
{
	width: 229px;
	padding: 0px 11px;
	background: #d8ffba;
}
.green .bot
{
	width: 251px;
	height: 7px;
	font-size: 0px;
	background: url(/images/bg_green_bot.gif) no-repeat;
}
.green .ttl
{
	width: 100%;
	height: 30px;
	background: url(/images/qf.gif) no-repeat;
}
.green p
{
	display:block;
	float:none;
	padding:0px;
	margin:0px;
}
.green .sep
{
	width: 100%;
	height:15px;
	background: url(/images/sep_green.gif) repeat-x left center;
}
/*** /Green Block ***/

/*** Yellow Block ***/
.yellow
{
	float:right;
	width: 251px;
	margin-top: 5px;
}
.yellow .top
{
	width: 251px;
	height: 7px;
	font-size: 0px;
	background: url(/images/bg_yellow_top.gif) no-repeat;
}
.yellow .bot
{
	width: 225px;
	min-height: 60px;
	padding: 2px 13px 10px;
	background: #fffdcd url(/images/bg_yellow_bot.gif) no-repeat bottom left;
	font: 13px/20px arial;
	color: #238001;
}
.yellow p
{
	display:block;
	float:left;
	padding:0px;
	margin:0px;
}


/*** /Yellow Block ***/

.title
{
	width:100%;
	padding: 10px 0px 20px;
	font: 26px "arial narrow", "arial";
	color: #288f01;
}
.left_column p a:link, .left_column p a:visited
{
	font: 12px arial;
	color: #ffa800;
	text-decoration: underline;
}
.left_column p a:hover, .left_column p a:active
{
	text-decoration: none;
}

.playButton {
  background-color: rgb(20,20,20);
  cursor: pointer;
  font-weight: bold;
  font-size: 1.25em;
  opacity: .8;
  filter: alpha(opacity=80);
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  position: relative;
  top: 50%;
  zoom: 100%;
  padding: .5em 1em;
  color: white;
}

.playBackground {
  background-color: rgb(0,0,0);
  opacity: 0.0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0px; left: 0px;
}


.exec_names{
font: 13pt arial;
font-weight:bold;
color: #505050;

}
.exec_titles{
font: 12pt arial;
font-weight:bold;
color: #313131;

}

hr.e {border: none 0; 
	border-top: 1px dashed #313131;
	border-bottom: 1px dashed #ccc;
	width: 80%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
	}