body {
	font-family: "Lucida Sans Unicode", "Arial Unicode MS", "Lucida Sans",
		"Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	/* font: 100% Verdana, Arial, Helvetica, sans-serif; */
	font-size: 14px;
	background: #FFFFFF;
	margin: 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #FFFFFF;
}

.twoColFixRtHdr #container {
	width: 780px;
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	/* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	border: 1px solid #3366CC;
	text-align: left;
	/* this overrides the text-align: center on the body element. */
}

.twoColFixRtHdr #header {
	background: #E0ECFF;
	/* background: #EEF2F9; */
	padding: 10px 10px 0 20px;
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.twoColFixRtHdr #header h1 {
	font-size: % 150;
	margin: 0;
	/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	margin: 0;
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr h1 {
	font-size: 150%;
}

#header a {
	text-decoration: none;
	font-size: x-small;
}

#footer a {
	text-decoration: none;
	font-size: small;
}

#linkbar a {
	text-decoration: none;
	font-size: small;
}

#mainContent a {
	text-decoration: none;
}

.twoColFixRtHdr #informationbar { /* background: #E0ECFF; */
	background: #E0ECFF;
	text-align: right;
}

.twoColFixRtHdr #linkbar { /* background: #E0ECFF; */
	background: #E0ECFF;
	text-align: right;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	min-height: 600px;
	/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}

.twoColFixRtHdr #mainContent {
	margin: 0 250px 0 0;
	/* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixRtHdr #mainContent table {
	/* background: #E8EEF7; */
	/* font-size: 104%; */
}

tr.blue {
	background: #E8EEF7;
}

tr.white {
	background: #FFFFFF;
}

.twoColFixRtHdr #mainContent tr.title {
	background: #3D6176;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 108%;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #E0ECFF;
	text-align: center;
}

.twoColFixRtHdr #footer p {
	margin: 0;
	/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt {
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft {
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

-->
</
style><!--[if IE 5]> <style type   ="text  /css ">
	/* place css box model fixes for IE 5* in this conditional comment */
	.twoColFixRtHdr #sidebar1 {
	width: 220px;
}

</
style> <![endif]--><!--[if IE]> <style type   ="text  /css ">
	/* place css fixes for all versions of IE in this conditional comment */
	.twoColFixRtHdr #sidebar1 {
	padding-top: 30px;
}

.twoColFixRtHdr #mainContent {
	zoom: 1;
}

/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
	/* Nifty Corners - BEGIN */
	/*
								<div id="cornercontainer">
							<b class="rtop">
							  <b class="r1"></b> <b class="r2"></b> <b class="r3"></b> <b class="r4"></b>
							</b>
							Find Word
							<b class="rbottom">
							  <b class="r4"></b> <b class="r3"></b> <b class="r2"></b> <b class="r1"></b>
							</b>
							</div>							
	*/
#cornercontainer {
	/*margin: 0 10%;*/
	background: #9BD1FA;
	width: 100px;
	text-align: center;
}

b.rtop,b.rbottom {
	display: block;
	background: #E0ECFF
}

b.rtop b,b.rbottom b {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #9BD1FA
}

b.r1 {
	margin: 0 5px
}

b.r2 {
	margin: 0 3px
}

b.r3 {
	margin: 0 2px
}

b.rtop b.r4,b.rbottom b.r4 {
	margin: 0 1px;
	height: 2px
}
	/* Nifty Corners - END */

input {
	/* background-color:#FFFFFF; */
	/* border:1px solid black; */
	color:#000000;
}	

.quizquestion {
	font-size: 105%;
}

.quizQuestionsTable {
	padding-left: 150px;
}

/* YUI Styles START */
/* YUI Autocomplete styles */
/* styles for entire widget */
.langtolang-ac {
	position: relative;
	font-family: arial;
	font-size: 100%;
}

/* styles for input field */
.langtolang-ac-input {
	position: absolute;
	width: 100%;
}

/* styles for results container */
.langtolang-ac-suggestions {
	position: absolute;
	top: 1.6em;
	width: 100%;
}

/* styles for header/body/footer wrapper within container */
.yui-ac-content {
	position: absolute;
	width: 100%;
	border: 1px solid #808080;
	background: #fff;
	overflow: hidden;
	z-index: 9050;
}

/* styles for container shadow */
.yui-ac-shadow {
	position: absolute;
	margin: .3em;
	width: 100%;
	background: #000;
	-moz-opacity: 0.10;
	opacity: .10;
	filter: alpha(opacity = 10);
	z-index: 9049;
}

/* styles for results list */
.yui-ac-content ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

/* styles for result item */
.yui-ac-content li {
	margin: 0;
	padding: 2px 5px;
	cursor: default;
	white-space: nowrap;
}

/* styles for prehighlighted result item */
.yui-ac-content li.yui-ac-prehighlight {
	background: #B3D4FF;
}

/* styles for highlighted result item */
.yui-ac-content li.yui-ac-highlight {
	background: #426FD9;
	color: #FFF;
}
/* YUI Styles END*/

.column {
	float:left;
	margin:1.5em 0pt;
	text-align:left;
}

h2 {
	font-size: 120%;
	line-height: normal;
	margin-bottom: 0.33em;
}

h3 {
	font-size: 105%;
	line-height: normal;
	margin-bottom: 0.33em;
}

ul {
	font-size: 90%;
	margin-top: 0.33em;
	padding-left: 22px;
}

radio {
	border-style: none;
	border: 0;
}

.explanation {
	font-size: 90%;
	text-align: justify;
	margin-bottom: 0;
} 