html, body{
	margin: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
}

html>body {
	width: 100%;
	height: 100%;
}

body{
	background: url(null) fixed no-repeat;
	margin-top:2px;
}

img{	
	display: block;
	border: 0;
	}
	
.hidden{
	display: none;
	}
	
h1,h2,h3,h4{
	font-size: 12pt;
	font-weight: bold;
	margin: 10px 0;
	}

p{
	margin: 10px 0;
	}

/* STYLES for Default links*/	


	
/* STYLES for Navigation */
#nav{
	height: 52px;
	width: 100%;
	/*background: #fff url(/challengefiles/toeflibt/images/nav_back.jpg) no-repeat top right;*/
	}
	
#buttons{
	float: right;
	}
	
#buttons td{
	padding: 6px 6px 6px 0;
	}

#logo{
	height: 52px;
	}

#logohome{
	height: 52px;
	margin-right: 8px;
	
	}

#tBar{
	height: 22px;
	width: 100%;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #999;
	background: #fff url(/challengefiles/toeflibt/images/tBar_back.jpg);
	color: #000;
	}	

#timer{
    margin-top: 3px;
	float: right;
	margin-right: 5px;
	font-weight: bold;
	}
	
#timerhead{
	float: right;
	margin-top: 3px;
	margin-right: 10px;
	}

#timer td{
	padding: 3px 10px 3px 0;
	}

#secTitle td{
	padding: 3px 0 3px 10px;
	}
	
	
/* LINK STYLES for Navigation */		
	a.section-inner, a.section-inner:link, a.section-inner:visited	
	{
		background: #ccc url(/challengefiles/toeflibt/images/border.gif);
		color: #000;
		/*padding: 4px;*/
		margin-right: 8px;
		/*border: 1px solid #000;*/
		text-align: center;
		vertical-align: bottom;
		text-decoration: none;
		height: 40px;
		width: 75px;
		/* ie5win fudge begins */
		voice-family: "\"}\"";
		voice-family: inherit;
		width: 65px;
		display: block;
		
	}

	html>body a.section-inner { 
		width: 65px; /* ie5win fudge ends */ 
	}

	a.section-inner:hover, a.section-inner:active  { 
		background-color: #fff; 
		color: #999;
		text-decoration: none;
	}

		
	
/* STYLES for Alerts, Error Messages, or help */	
	#help {
		position:absolute;  
		width: 450px; 
		height:200px; 
		z-index:1; 
		padding: 10px;
		left: 50%; 
		top: 71px; 
		background-color: #fff;
		border: 1px solid #000;
		margin-left: -225px;
		display:none;
	}
	
	#noAns {
		position:absolute;  
		width: 400px; 
		height:100px; 
		z-index:2; 
		padding: 10px;
		left: 50%; 
		top: 50%; 
		background-color: #fff;
		border: 1px solid #000;
		margin-left: -200px;
		margin-top: -50px;
		display:none;
	}


	#ansForm{
		display: none;
	}

	#directions{
	width: 75%;
	margin: auto;
	padding: 8px;
	background: #FFFCCF;
	color: #000;
	font-size: 10pt;
	border: 1px solid #336699;
	/*text-align: center;*/
}

#ques{
	width: 750px;
	font-weight: bold;
	margin: auto;
	text-align:center;
	}
	
#scroll{
	width: 100%;
	height: 450px;
	overflow: auto;
	z-index: 1;
	}
	
#scrollInside{
	width: 750px;
	margin: auto;
	}

/* STYLES - for View Text portion of question */
#lContent{
	width: 50%;
	vertical-align: top; 
	}
	
#rContent{
	width: 50%;
	border-left: 2px solid #336699;
	border-bottom: 2px solid #336699;
	}

#title{
	color: #000;
	background: #FFFCCF;
	border-bottom: 1px solid #000;
	padding: 5px 5px 5px 20px;
	font-weight: bold;
}	

#viewText{
	width: 100%;
	height: 455px;
	overflow: auto;
	}
	
#viewTextInside{
	margin: 0 4%;
	}

#reading{ 
 padding-left: 80px;
 padding-top: 35px;
 margin-left:20px;
 height:76px; 
 width:298px;
 background: url(/challengefiles/toeflibt/images/tag_read.jpg) no-repeat; 
 font-family: verdana, arial, helvetica, sans-serif;
font-size: 10pt;
color: #333;
 }

 #listening{ 
 padding-left: 80px;
 padding-top: 35px;
 margin-left:20px;
 height:76px; 
 width:298px;
 background: url(/challengefiles/toeflibt/images/tag_listen.jpg) no-repeat; 
 font-family: verdana, arial, helvetica, sans-serif;
font-size: 10pt;
color: #333;
 }

#speaking{ 
 padding-left: 80px;
 padding-top: 35px;
 margin-left:20px;
 height:76px; 
 width:298px;
 background: url(/challengefiles/toeflibt/images/tag_speak.jpg) no-repeat; 
 font-family: verdana, arial, helvetica, sans-serif;
font-size: 10pt;
color: #333;
 }
 
 #writing{ 
 padding-left: 80px;
 padding-top: 35px;
 margin-left:20px;
 height:76px; 
 width:298px;
 background: url(/challengefiles/toeflibt/images/tag_write.jpg) no-repeat; 
 font-family: verdana, arial, helvetica, sans-serif;
font-size: 10pt;
color: #333;
 }

  #tut{ 
 padding-left: 80px;
 padding-top: 35px;
 margin-left:20px;
 height:76px; 
 width:298px;
 background: url(/challengefiles/toeflibt/images/tag_tut.jpg) no-repeat; 
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10pt;
color: #333;
 }

  #review{ 
 padding-left: 80px;
 padding-top: 35px;
 margin-left:20px;
 height:76px; 
 width:298px;
 background: url(/challengefiles/toeflibt/images/tag_review.jpg) no-repeat; 
 font-family: verdana, arial, helvetica, sans-serif;
font-size: 10pt;
color: #333;
 }


#reading_off{ 
 padding-left: 80px;
 padding-top: 35px;
 margin-left:20px;
 height:76px; 
 width:298px;
 background: url(/challengefiles/toeflibt/images/tag_read_off.jpg) no-repeat; 
 font-family: verdana, arial, helvetica, sans-serif;
font-size: 10pt;
color: #333;
 }

 #listening_off{ 
 padding-left: 80px;
 padding-top: 35px;
 margin-left:20px;
 height:76px; 
 width:298px;
 background: url(/challengefiles/toeflibt/images/tag_listen_off.jpg) no-repeat; 
 font-family: verdana, arial, helvetica, sans-serif;
font-size: 10pt;
color: #333;
 }

#speaking_off{ 
 padding-left: 80px;
 padding-top: 35px;
 margin-left:20px;
 height:76px; 
 width:298px;
 background: url(/challengefiles/toeflibt/images/tag_speak_off.jpg) no-repeat; 
 font-family: verdana, arial, helvetica, sans-serif;
font-size: 10pt;
color: #333;
 }
 
 #writing_off{ 
 padding-left: 80px;
 padding-top: 35px;
 margin-left:20px;
 height:76px; 
 width:298px;
 background: url(/challengefiles/toeflibt/images/tag_write_off.jpg) no-repeat; 
 font-family: verdana, arial, helvetica, sans-serif;
font-size: 10pt;
color: #333;
 }

  #tut_off{ 
 padding-left: 80px;
 padding-top: 35px;
 margin-left:20px;
 height:76px; 
 width:298px;
 background: url(/challengefiles/toeflibt/images/tag_tut_off.jpg) no-repeat; 
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10pt;
color: #333;
 }

  #review_off{ 
 padding-left: 80px;
 padding-top: 35px;
 margin-left:20px;
 height:76px; 
 width:298px;
 background: url(/challengefiles/toeflibt/images/tag_review_off.jpg) no-repeat; 
 font-family: verdana, arial, helvetica, sans-serif;
font-size: 10pt;
color: #333;
 }


 #reviewbar{ 
 margin-top:0px;
 height:26px; 
 width:100%;
 background: url(/challengefiles/toeflibt/images/backreview.gif) repeat; 
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 10pt;
 color: #333;
 }

 
 #reviewtable{ 
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 10pt;
 color: #333;
 }
 
 .reviewover
 {
 margin-top:3px;
 height:26px; 
 width:150p
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 10pt;
 color: #333;
 background: url(/challengefiles/toeflibt/images/backtest.gif) no-repeat;

 }
 .reviewback
 { 
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 10pt;
 color: #333;
 }

  .reviewhere
 {
 margin-top:3px;
 height:26px; 
 width:150p
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 10pt;
 color: #333;
 background: url(/challengefiles/toeflibt/images/backhere.gif) no-repeat;

 }

A.submenu:link {
	COLOR: #333; TEXT-DECORATION: none
}
A.submenu:visited {
	COLOR: #333; TEXT-DECORATION: none
}
A.submenu:active {
	COLOR: #333; TEXT-DECORATION: none
}
A.submenu:hover {
	COLOR: #333; TEXT-DECORATION: none
}



A.submenu1:link {
	COLOR: #336699; TEXT-DECORATION: underline
}
A.submenu1:visited {
	COLOR: #336699; TEXT-DECORATION: underline
}
A.submenu1:active {
	COLOR: #336699; TEXT-DECORATION: underline
}
A.submenu1:hover {
	COLOR: #333; TEXT-DECORATION: none
}



#homemenu
{
margin-top:30px;
border-top: 1px solid #FD6500;
border-bottom: 1px solid #FD6500;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10pt;
color: #333;
background-color:#FAFAFA;
}

#menutitle
 {
 margin-top:3px;
 height:20px; 
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 10pt;
 font-weight: bold;
 color: #666;
 background: url(/challengefiles/toeflibt/images/backhome.gif) repeat-x;

 }
 
 #outline
 {
 height:76px; 
 width:188px;
 border: 1px dotted #999999;
 }

#leftimg
 {
 margin-top:30px;
 height:80px; 
 width:250px;
 background: url(/challengefiles/toeflibt/images/smallpic.jpg) no-repeat;
 border: 1px solid #FD6500;
 }

 #leftcontent
 {
 width:250px;
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 10pt;
 }

 #contenttitle
 {
 margin-top:10px;
 width:250px;
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 10pt;
 font-weight: bold;
 color:#FD6500;
 }

 #contenttitle1
 {
 margin-top:20px;
 width:250px;
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 10pt;
 font-weight: bold;
 color:#FD6500;
 }

 .contenttitle2
 {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 10pt;
 margin-top:5px;
 margin-bottom:5px;
 }


.home_mid{
	height: 479px;
	width: 427px;
	background: #fff url(/challengefiles/toeflibt/images/home_mid.jpg) no-repeat top right;*/
	}

.home_mid2{
	height: 479px;
	width: 427px;
	background: #fff url(/challengefiles/toeflibt/images/home_mid2.jpg) no-repeat top right;*/
	}
.table_mid
{
margin-top:335px;
font-size:16px;
color:#ffff66;
font-weight:bold;

}

.table_mid2
{
margin-top:70px;
font-size:16px;
color:#000000;
font-weight:bold;

}
.left_1{
	height: 106px;
	width: 267px;
	background: #fff url(/challengefiles/toeflibt/images/left_1.jpg) no-repeat top right;*/
	margin-bottom:8px;
	margin-top:3px;
	}

.left_2{
	height: 347px;
	width: 267px;
	background: #fff url(/challengefiles/toeflibt/images/left_2.jpg) no-repeat top right;*/
	margin-bottom:12px;
	margin-top:6px;
	}

.left_3{
	height: 139px;
	width: 272px;
	background: #fff url(/challengefiles/toeflibt/images/friend.jpg) no-repeat top right;*/
	margin-bottom:8px;
	margin-top:3px;
	}


.right_1{
	height: 240px;
	width: 207px;
	background: #fff url(/challengefiles/toeflibt/images/right_1.jpg) no-repeat top right;*/
	}

.right_2{
	height: 240px;
	width: 207px;
	background: #fff url(/challengefiles/toeflibt/images/right_2.jpg) no-repeat top right;*/
	margin-top:8px;
	}

.table_rig
{
margin-right:8px;
font-size:14px;
font-weight:bold;
color:#999999;
line-height:10px;
}
.rule
{
margin-top:40px;
font-size:12px;
color:#666666;
}
