body {
    background-image:url(images/bgTile.jpg);
    background-repeat:repeat-y;
    background-color:#E3E3E3;
    font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
    line-height:150%;
}

table {
    font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
    line-height:150%;
}

a:link {
	color: #7C0101;
}
a:visited {
	color: #7C0101;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color:#990000;
}

img {
    border:0px, 0px, 0px, 0px solid #000000; padding:0px;    
} 

h3 {
	color: #666;
	font-size:14px;
	margin-top:0em;
	margin-bottom:1.2em;
}


#header {
	position: absolute; 
	top: 0px; 
	left: 268px; 
	width:516px; 
	text-align:left;
	font-weight: bold;
	padding:0px;
	z-index:3
}

.header {
	padding-bottom:8px;
}

/* left menu */
#leftMenu {
	position:absolute; 
	left:26px; 
	top:90px; 
	width:234px;  
	z-index:2;
}

	/* Left Menu header*/
	h4 {
		color: #333;
		font-size:12px;
		margin-top:0em;
		margin-bottom:1.2em;
	}

#content {
	position:absolute; 
	left:285px; 
	top:89px; 
	width:479px; 
	z-index:2;
}

.lessonBox A:link {color: #000000; text-decoration: none;}
.lessonBox A:visited {color: #000000; text-decoration: none;}
.lessonBox A:active {color: #000000; text-decoration: none;}
.lessonBox A:hover {color: #000000; text-decoration: none;}


#lessonLeft {
	position:absolute; 
	left:285px; 
	top:124px; 
	width:240px; 
	z-index:2;
}

#lessonRight {
	position:absolute; 
	left:524px; 
	top:127px; 
	width:255px; 
	z-index:3;
}

#answerContainer {
	padding-left:18px;
}

.smallText {
	font-size:10px;
	line-height:15px;
}

/* bold, red - use for any subheadings*/
.redTitle a:link {
	text-decoration: underline;
	color: #990000;
	}
.redTitle a:visited {
	text-decoration: underline;
	color: #990000;
	}
.redTitle a:hover {
	text-decoration: none;
	color: #990000;
	background-color: #FFFFFF;
	}
.redTitle a:active {
	text-decoration: underline;
	color: #990000;
	}

.redTitle {
    color:#333;
    font-weight:bold;
}

/* bold, red, bigger - use on all page headings */
.redTitleBig {
    color:#333;
    font-weight:bold;
    font-size:13px;
    text-decoration:none;
}

