/**********************************************************************************/
/* Layout and main div tags                                                       */
/**********************************************************************************/

body
{ margin: 0; padding: 0; font-size: 9pt; font-family: "Lucida Grande", verdana, helvetica, arial; color: gray; line-height: 11pt; }

#div_all
{
    width: 1000px;
}

#div_top
{
	position: absolute;
	height: 71px;
	width: 1000px;
}

.tbl_toplinks
{
    display: block; margin-left: 29px;
}
.tbl_toplinks td
{
    vertical-align: top;
    border-right: dotted 1px Gray;
    padding-right: 6px;
    padding-left: 6px;
}
.link 
{
    color: Gray; cursor: pointer;
}
.link:hover
{
    color: Black;
}
a 
{
}
a:link
{
	color: Gray;
	text-decoration: none;
}
a:active
{
	color: Gray;
	text-decoration:none;
}
a:visited
{
	color: Gray;
	text-decoration: none;
}
a:hover
{
	color: Black;
	text-decoration: none;
}

#div_body
{
    position: absolute;
    top: 72px;
    width: 1000px;
}

#div_bodyleft
{
	float: left;
	width: 179px;
	height: 530px;
}
.bodyleft_bottom 
{
	height: 50%; vertical-align: bottom; font-size: 7pt; color: silver;
}
.bodyleft_bottom a:link
{
	color: Silver;
	text-decoration: none;
}
.bodyleft_bottom a:active
{
	color: Silver;
	text-decoration:none;
}
.bodyleft_bottom a:visited
{
	color: Silver;
	text-decoration: none;
}
.bodyleft_bottom a:hover
{
	color: Gray;
	text-decoration: none;
}





#div_bodyright
{
	float: left;
	width: 755px;
	text-align: left;
	margin-left: 46px;
	height: 526px;
}





#div_bottom
{
	float: left;
	width: 1000px;
	text-align: left;
	margin-top: 5px;
	font-size: 7pt;
}
#div_bottom a:link
{
	color: Silver;
	text-decoration: none;
}
#div_bottom a:active
{
	color: Silver;
	text-decoration:none;
}
#div_bottom a:visited
{
	color: Silver;
	text-decoration: none;
}
#div_bottom a:hover
{
	color: Black;
	text-decoration: none;
}

.SubMenu
{
	display: inline; cursor: pointer;
}
.SubMenu:hover
{
	color: Black;
}


#div_poster
{
}
#div_poster img
{
	cursor: pointer;
}

.hrzline
{
    width: 1px;
    border-right: dotted 1px Gray;
    display: inline;
    margin: 0px 4px 0px 2px;
}

.aboutme
{
    
}
.aboutme td
{
    vertical-align: top;
    padding-right: 8px;
	height:30px;
}

.aboutme th
{    
    vertical-align: top;
    padding: 0px 8px 3px 0px;
    font-weight: normal;
    text-align: right;
}

#div_aboutme_bodyright
{
	float: left;
	width: 755px;
	text-align: left;
	margin-left: 161px;
	
}

#basic-accordian{
	padding:5px;
	width:700px;
	position:absolute;
	margin-left:0px;
	z-index:99;
}
 
.accordion_headings{
	padding:5px;
	color: Black;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
}
 
.accordion_headings:hover{
	color: Gray;
	text-decoration: none;
}
 
.accordion_child{
	padding:5px;
}