body {
	background-color:#7789A5;
	background-image:url(../images/background_strip.png);
	background-repeat:repeat-x;
	margin:0;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}

#header {
	height: 65px;
	padding: 0;
	}
#footer {
	width:750px;
	margin: 0 auto;
	padding: 0 10px 0 20px;
	}
#container {
	width: 900px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	background:url(../images/brush_BG.png) bottom repeat-x;
	}
.nikisiteSingleCol #mainContent {
	padding: 0 20px;
	}
.nikisite2col #sidebar1 {
	position:relative;
	float: left;
	width: 280px;
	padding: 0px 10px 15px 15px;
	}
.nikisite2col #mainContent {
	height:100%;
	margin: 0 0 0 300px;
	padding: 0 20px;
	z-index:2;
	} 
.nikisite3col #sidebar1 {
	position: relative;
	float: left;
	width: 160px;
	padding: 15px 10px 15px 20px;
	}
.nikisite3col #sidebar2 {
	position: relative;
	float: right;
	width: 160px;
	height:100%;
	padding: 15px 20px 10px 10px;
	}
.nikisite3col #mainContent {
	height: 100%;
	border-left:dotted #333 1px;
	border-right:dotted #333 1px;
	margin: 0 200px;
	padding: 0 20px;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}
.header01 {
	font-size:24px;
	font-weight:bolder;
	color:#FFCC00;
	}
.header02 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	}
.header03 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFCC00;
}
.textblock01 {
	font-size:14px;
	color:#FFFFFF;
	line-height:24px;
	}
.textblock02 {
	font-size:14px;
	color:#FFFFFF;
	line-height:18px;
	}
a.textlink, a.textlink :visited {
	color:#FFCC00;
	text-decoration:none;
	}
a.textlink:hover {
	color:#FFFFFF;
	text-decoration:none;
	}
#videoPlayback {
	width:320px; 
	height:290px; 
	background-color:#000; 
	text-align:center;
	font-weight:bold;
	vertical-align:middle; 
	padding:10px;
}
.centerText {
	text-align:center;
}
img, table img {
	border: none;
}

.lessonlink a{
	color:#ffffff;
	text-decoration:none;
}
.lessonlink a:hover{
	color:#FC0;
	text-decoration:underline;
}

/* Light Box style sheet */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #FFF; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 0; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #FFF; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ padding:0 0 0 10px; width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* End Light Box */

#tabsH {
	float:left;
	width:100%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	line-height:normal;
	border-bottom:1px solid #666;
	z-index:10;
}
#tabsH ul {
	margin:0;
	padding:10px 0px 0px 0px;
	list-style:none;
}
#tabsH li {
	white-space: nowrap;
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

#tabsH li ul {
	opacity: 0.8; filter:alpha(opacity=80);
	position: absolute;
	top: 2.2em;
	display: block;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0;
	left: 0;
	visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#tabsH li ul li{
	color:#cccccc;
	display: list-item;
	margin: 0;
	float: left;
	z-index:20;
}
#tabsH a {
	float:left;
	background:url(../images/tableftH.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabsH a span {
	float:left;
	display:block;
	background: url(../images/tabrightH.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}
#tabsH li ul li a{
	opacity: 1; filter:alpha(opacity=100);
	display:block;
	width:150px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsH a span {
	float:none;
}
/* End IE5-Mac hack */
#tabsH a:hover span {
	color:#FFF;
}
#tabsH a:hover {
	background-position:0% -42px;
}
#tabsH a:hover span {
	background-position:100% -42px;
}
#tabsH #current a {
	background-position:0% -42px;
}
#tabsH #current a span {
	background-position:100% -42px;
}
#treemenu li {
	z-index:50;
}
.hiden {
	display:none;
}
#classesSelect {
	padding:0;
	line-height:150%;
	border:none;
	font-weight:bold;
}
#classesSelect a {
	padding: 0 20px;
	color:#FFF;
	display:block;
	text-decoration:none;
}
#classesSelect a:hover {
	color:#666;
	background-color:#FC0;
	text-decoration:underline;
}