/*resc-nava:link{color:#0066FF;}*/
a:link{color:#0066FF; text-decoration:none;}
a:visited{color:#0066FF; text-decoration:none;}
a:hover{color:#990000;}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 110%;
}

img {
	border: 0px;
}

#header {
	background-image: url(http://www.learnalick.com/images/headbackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;		
}

#user {
	font-size: 12px;
	color: #FFFFFF;
	white-space: nowrap;
	display: block;
	position: absolute;
	top: 0px;
	right: 12px;
	font-weight: bold;
}

#user a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
		
}

#user a:hover {
	text-decoration: none;
}

#ll-logo {
	position: absolute;
	top: 15px;
	left: 200px;
	z-index: 2;		
}

#globalnav img {
margin-top: 2px;
margin-right:6px;
}

#globalnav {
	position: absolute;
	top: 95px; /* was 76*/
	left: 128px;
	height: 22px;
	margin: 0px;
	padding: 0 0 0 17px;
	overflow: hidden;
	/*background-image: url(../images/globalnav_tab.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	white-space: nowrap;
	display: block;
	/*little triangle next to "home" */
}

#globalnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

#globalnav ul li{
	background-color: #FFFFFF;
	height: 21px;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #DAEDED;	
}

#globalnav ul li a {
	font-size: 12px;
	font-weight:bold;
	color: #0066FF;
	text-decoration: none;
	margin: 0px;
	border-right-width: 1.5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding: 0px 8px;
	position: relative;
	bottom: 3px;
}

#globalnav ul li a.on {
	color: #990000;
	font-weight: bold;
}

#globalnav ul li a.onend {
	color: #990000;
	font-weight: bold;
	border: none;
}

#globalnav ul li a:hover {
	color:#990000;
}

#globalnav ul li a.end {
	border: none;
}

/* ---------   */
#mynav {
	position: absolute;
	top: 118px; /* was 76*/
	left: 128px;
	height: 22px;
	margin: 0px;
	padding: 0 0 0 17px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
	white-space: nowrap;
	display: block; 
	z-index:0;
	font-weight: bold;
	/*little triangle next to "home" */
}

#mynav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

#mynav ul li{
	background-color: #FFFFFF;
	height: 22px;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #DDDDDD;	
}

#mynav ul li a {
	font-size: 15px;
	color: #306498;
	text-decoration: none;
	margin: 0px;
	border-right-width: 1.5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding: 0px 8px;
	position: relative;
	bottom: 3px;
}

#mynav ul li a.on {
	color: #990000;
	font-weight: bold;
}

#mynav ul li a.onend {
	color: #990000;
	font-weight: bold;
	border: none;
}

#mynav ul li a:hover {
	text-decoration: none;
}

#mynav ul li a.end {
	border: none;
}

#contentarea {
	background-image: none; /*url(../images/magnifyglass_bkgnd.jpg);*/
	/*/*added BS*/
	background-color: #FFFFFF;	
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 116px;
	width: 100%;
}

#contentareamy {
	background-image: none; /*url(../images/magnifyglass_bkgnd.jpg);*/
	/*/*added BS*/
	background-color: #FFFFFF;	
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 138px;
	width: 100%;
}

#contentarea.lesson {
	background-image: none;
}

#footer {
	font-size: 11px;
	color: #818181;
	/*background-image: url(../images/footer_background.gif);*/
	background-repeat: repeat-x;
	background-position: right top;
	width: 100%;
	background-color: #000000;
}
#footer a {
		color: #0066FF;
		text-decoration: none;
}
#footer a:hover {
		color: #0066FF;
		text-decoration: none;
}

#footer p {
color: #FFFFFF;
	text-align: center;
}

#footer2 {
	font-size: 11px;
	color: #818181;
	/*background-image: url(../images/footer_background.gif);*/
	background-repeat: repeat-x;
	background-position: right top;
	width: 100%;
	background-color: #FFF;
}

#footer2 p {
color: #000;
	text-align: center;
}