html {
	font-size: 100%;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica;
}

#outerContainer {
	font-size: 1.1em;
}

h1 {
	font-size: 1.6em;
	color: #000000;
}

h2 {
	font-size: 1.4em;
	color: #000000;
}

h3 {
	font-size: 1.4em;
}

p {
	font-size: 1.1em;
	margin-top: 0;
	color: #000000;
}

.padBottom10 {
	padding-bottom: 10px;
}

.noBottomMargin {
	margin-bottom: 0;
}

#text_header, #text_footer {
	display: block;
}

.clr, .clr3 {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
}

.clr10 {
	clear: both;
	line-height: 10px;
	font-size: 10px;
	height: 10px;
}

#homepageSideFadeLeft, #homepageSideFadeRight, .panelImage, 
#header, #footer, #panels, #scrollButtonLeft, #scrollButtonRight, 
#learnDD, #areasDD, img {
	display: none;
}

form#frmTell label {
	font-size: 1.1em;
	font-weight: bold;
	width: 200px;
	float: left;
}

form#frmFeedback label {
	font-size: 1.1em;
	font-weight: bold;
	width: 325px;
	float: left;
}

#prevpage {
	float: left;
	padding: 3px;
}

#pagecount {
	float: left;
	padding: 3px;
}

#nextpage {
	float: left;
	padding: 3px;
}

.searchResult {
	padding: 10px 0;
	margin-bottom: 4px;
	border-bottom: 1px solid gray;
}

#whitePanel {
	padding: 10px 0;
}

.hoursLabel {
	width: 150px;
	font-size: 1.1em;
	font-weight: bold;
	float: left;
}

.hours {
	font-size: 1.1em;
	float: left;
}

#home_text {
	display: block;
	padding: 10px 0;
}

#letters {
	margin: 0 0 15px 0;
}

.letter {
	width: 25px;
	text-align: left;
	float: left;
	font-size: 1.3em;
}

.word {
	padding: 5px 0;
	margin-bottom: 4px;
	clear: both;
}

.meaning {
	margin-top: 4px;
	padding: 4px 0;
	clear: both;
	border-bottom: 1px solid gray;
}

.answerPanel {
	display: none;
}

form#frmAsk label {
	width: 150px;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
}

form#frmAsk select {
	width: 200px;
	float: left;
	font-size: 1.1em;
}

form#frmAsk textarea {
	float: left;
	font-size: 1.1em;
}

