/* General Links values */
a:link
{
	color: #A09314;
	font-family: Open Sans, Helvetica, Arial, sans-serif;  
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}
a:visited
{	
	color: #A09314;
	font-family: Open Sans, Helvetica, Arial, sans-serif;  
	font-weight: normal;	
	text-decoration: none;
}
a:hover
{	
	color: #A09314;
	font-family: Open Sans, Helvetica, Arial, sans-serif;  
	font-weight: normal;
	text-decoration: underline;
}
td,th 
{
	/*font-family: Open Sans, Helvetica, Arial, sans-serif;*/
	font-style: normal;
	height: 116px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	margin-top: 10px;
	text-align: center;
}
td 
{
	text-align:left;
	vertical-align: top;
	height: auto;
}
body
{
	font-family: Open Sans, Helvetica, Arial, sans-serif;  
	font-size: 1em;
	color: #000000;
	margin: 0px;
	text-align: center;
	background-color: #E0E0E0;
	width: 100%;
}
div.contentwrapper
{
	position: relative;
	margin: auto;
	/*width: 996px;*/
	text-align: justify;
	background-color: #FFFFFF;
}
div.content {
	padding: 0 10px 10px 10px;
	top: 0px;
}
.topwrapper 
{
	/*background-color: #3D3FAC;*/
    background-color: #3D3FAC;
}
.topwrapper2
{
	/*margin: auto;*/
	/*width: 996px;*/
	background-color: #FFFFFF;
}
div.bottomwrapper
{
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	background-color: #FBF393;	
	color: #A09314;	
	margin: auto;
	text-align: center;
	width: 100%;
}
.header-homepage
{
	position:  relative;
	margin: auto;
	/*width: 1000px;*/	
	background-image:url(../Images/header_1000x135.jpg);
	background-repeat:no-repeat;    
	background-position: left;
	text-align: center;
	z-index: 2;	
}
.header-script
{
	vertical-align: bottom; 
    height: 135px;
	text-align: left; 
	font-size: 0.9em;
	font:Georgia; 
    color: #FBF193;;
	/*color: #FBF193;*/
}
table.rounded 
{
	border-collapse: separate;
	border-radius: 6px;
	-moz-border-radius: 6px;
}
.lessonhead 
{	
	font-family: Open Sans, Helvetica, Arial, sans-serif;  
	/*font-size: 20px; */
	font-style: normal; 
	font-weight: bold; 	
	line-height: 20pt; 
}
.lessonsubhead 
{			
	text-align: center;
	/*font-size: 1em;*/
	font-family: Open Sans, Helvetica, Arial, sans-serif;  
	font-weight: bold;
}
/* page captions */
.style3 {
	font-size: 1.75em;
	font-family: Arial Black, Arial, Verdana, sans-serif;
	font-weight: bold;
}
.style4 {
	/*font-size: 1.3em;*/
	font-family: Arial Black, Arial, Verdana, sans-serif;
	font-weight: bold;
}
.style6 {color: #3D80CE}
.style7 {color: #999999}
.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');	
}