dfn {
	font-weight:bold;
	color:#04549a;
	font-style:normal;
}

.floatright{float:right;margin-left:5px;}
.floatleft{float:left;margin-right:5px;}

.fb_image
{
position:absolute;
z-index:100;
padding-top:20px;
color:#04549a;
}

.fb_image a
{
color:#04549a;
}

.fb_image a:hover
{
color:#42a8d2;
text-decoration:none;
}


.back_top{
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	clear:both;
}

#pagetitle{
	position:relative;
	z-index: 1;
}

#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

#photoFrame {
	width: 100%;
	height: 730px;
	border: 0px;
}

/* title frame */

.subContent {
	padding-top:3px;
	}

#content hr{
	clear:both
}

#video_frame{
	margin:10px;
	padding:10px;
	background-color: #FFC;
	width:240px;
}

.logo {
	margin-left: auto;
	margin-right: auto; 
	margin-bottom: 20px;
}

.titleContent { padding: 6px 0 6px 6px; }

.banner
{
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #FFF;
}

.banner .title{
	font-size:1.2em;
	font-weight:bold;
}

.banner .info{
	font-size:0.9em;
}

.banner .email{
	font-weight:bold;
}

/* index frame */

.indexContent {
	width:95%;
	padding-top:6px;
	padding-bottom:6px;
}

.indexInfo {
	font-size: 11px;
	font-family: Arial, sans-serif;
	padding: 0 0 0 6px;
}

.indexInfo .filename {
	color: #000;
}

.indexInfo .date {
	color: #666;
}

#lesson_left {
	width:50%;
	float:left;

}

#lesson_right {
	width:50%;
	float:right;

}

#lesson_info {
	width: 220px;
	float:right;
	background-color: #01014f;
	color: #42a8d2;
	border-color: #04549a;
	border-width: 1px;
	border-style: solid;
	padding:0 10px;
	font-family: Arial,sans-serif;
	font-weight: bold;
}

#lesson_info a{
	color:#fff;

}

#lesson_title{
	background-color: #04549a;
	width: 220px;
	margin:0 0 5px 0;
	padding:0 0 0 0;
	line-height:200%;
	text-align:center;
	color:#fff;
	font-size:1.2em;
}

.sub_content {
}

.left_cell {width:150px;height:400px;}
.right_cell {width:650px;height:400px;}

.thumb_text {font-size:.6em;}

.subsubnavbar{
clear:left; 
font-size:.9em; 
padding-left:10px; 
padding-top:2px; 
padding-bottom:3px; 
border-style:dashed; 
border-width:1px; 
margin-bottom:5px;
}

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
list-style-image: none;
font-family: Arial,sans-serif;
font-size: 1.2em;
font-weight: bold;
z-index:99;
position:relative;
background-color: #01014f;
color:white;
width: 150px; /* Main Menu Item widths */
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color:white;
text-decoration: none;
padding: 3px 10px 3px 10px;
margin: 2px 0px 2px 0px;
}


.sidebarmenu ul li a:link{
	color: #5ed0ff;
	}

.sidebarmenu ul li a:visited{
	color: #5ed0ff;
	}

.sidebarmenu ul li a:hover{
color:white;

}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 180px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
color:white;
border-bottom: 1px solid #42a8d2;
border-right: 1px solid #42a8d2;
border-top: 1px solid #42a8d2;
border-left: 1px solid #42a8d2;
font-family: Arial,sans-serif;
font-size: 1em;
font-weight: bold;
}

.sidebarmenu a.subfolderstyle{
background: url(arrow_r.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */


