#banner {
	min-width: 100%;
	position: relative;
    z-index: 10;
}
#chapter_tabs {
	margin-top: 3%;
}
.ui-tab-panel{
	min-width:900px;
}
.ui-tabs .ui-tabs-panel {
	height: auto !important;
}
.ui-widget-content {
	border: 0px solid #004782 !important;
}

#logo {
	text-align: left;
	float: left;
	overflow: none;
}

#infoblock {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

#course-name {
	font-weight: 600;
	font-size: 15px;
	/* font-family: sans-serif */;
	color: DarkBlue;
	text-align: center;
}

#course-description {
	font-weight: 300;
	font-size: 12px;
	color: DarkBlue;
	text-align: center;
}

#course-timer {
	font-weight: bold;
	font-size: 15px;
	color: #FFAC2F;
	text-align: center;
}

#course_progress {
	float: right;
	font-weight: bold;
	font-size: 15px;
	color: DarkBlue;
	width: 250px;
	text-align: center;
}


.centerdiv {
  width: 600px;
  margin: 0 auto;
	text-align: center;

}


#pageTable {
	margin: 0 auto;

	padding: 0;
	position: relative;
	left: auto;
	top: auto;
	
}


.page-frame {
	min-width: 100%;
	position: relative;
	float: left;
	border: none;
	//border: 1px Navy solid;
	//height: expression(document.documentElement.clientHeight + "px");

}
    fieldset
    {
        /* width: 800px; */
	    float: left;    
		margin: .5em .5em .5em .5em;
        border: 1px solid Navy;
        padding: 25;
        font: sans-serif;
		    
	}
    legend
    {
        color: DarkRed;
        font-family: Century Gothic, Lucida Sans, Arial, sans-serif; 
        font-size: 1.6em;
        font-weight: bold;
    }
