/* CSS Document */
html, body{
	border:0;
	margin:5px;
}

#container{
	width:1000px;
	position:absolute;
	left:50%;
	margin-left:-500px;
}

#header{
	width:1000px;
	height:190px;
	text-align:center;
	clear:both;
}

#body{
	width:1000px;
}

#menuTop{
	background:url(../images/menuheader.jpg) no-repeat bottom #FFFFFF ;
	width:175px;
	height:15px;
	margin:0px;
	margin-left:7px;
	padding:0px;
	border:0px;
	display:block;
	border:thin solid #fff;
	border-width:1px;
	border-bottom:0px;
}

#menuBottom{
	background:url(../images/menufooter.jpg) no-repeat top #FFFFFF ;
	width:175px;
	height:30px;
	margin:0px;
	margin-left:7px;
	padding:0px;
	border:0px;
	display:block;
	border:thin solid #fff;
	border-width:1px;
	
}

#menuContainer{
	float:left;
	width:195px;
}

#contents{
	float:right;
	width:800px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.95em;
}

#contentsLearner{
	float:right;
	width:800px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.95em;
	background:url(../images/lplatelarge.jpg) top right no-repeat;
}

.menu{
	float:left;
	text-align:left;
	width:195px;
	
}

.menu ul{
	margin:0px;
	padding:0px;
	width:175px;
}

.menu ul li{
	list-style:none;
	margin:0px;
	display:block;
	width:175px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}	

.menu ul li a, .menu ul li a:link{
	color:#fff;
	font-size:0.95em;
	text-decoration:none;
	width:175px;
	display:block;
	padding-bottom:5px;
	margin-left:7px;
	background:#59AA57;
	text-align:center;
	padding-top:7px;
	font-weight:bold;
	border:thin solid #fff;
	border-width:1px;
}

.menu ul li a:hover{
	color:#fff;
	font-size:0.95em;
	text-decoration:none;
	width:175px;
	background:#686464;
	display:block;
	padding-bottom:5px;
	margin-left:7px;
	text-align:center;
	padding-top:7px;
	font-weight:bold;
	border:thin solid #fff;
	border-width:1px;
}

.clr{
	clear:both;
}

.noBorder{
	border:0px;
}

#footer{
	background:#59AA57;
	width:985px;
	height:24px;
	margin-left:7px;
}

#footLeft{
	background:url(../images/footerleft.jpg);
	width:9px;
	height:24px;
	float:left;
}

#footRight{
	background:url(../images/footerright.jpg);
	width:9px;
	height:24px;
	float:right;
}

#footMid{
	width:960px;
	height:21px;
	padding-top:3px;
	float:left;
	text-align:center;
	font-size:12px;
	color:#fff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#footMid a:link, a:hover, a:visited{
	font-size:12px;
	color:#fff;
	font-family:Geneva, Arial, Helvetica, sans-serif;	
}

.floatRight{
	float:right;
}

.floatLeft{
	float:left;
	padding:5px;
}

.paddingTop{
	padding:5px;
	border:0px;
}

h1{
	color:#454545;
	font-size:1.3em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

h2{
	color:#666666;
	font-size:1.2em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

.didYouKnow{
	width:300px;
	height:42px;
	background:url(../images/didyouknow.jpg) no-repeat top right;
	text-align:left;
	padding-top:1px;
}

a.textLinks:link{
	text-decoration:none;
	color:#000000;
	font-size:0.95em;
}

a.textLinks:visited{
	text-decoration:none;
	color:#000000;
	font-size:0.95em;
}

a.textLinks:hover{
	text-decoration:underline;
	color:#333333;
	font-size:0.95em;
}

.redText{
	font-size:1.0em;
	color:#FF0000;
}

.floatR{
	float:right;
	padding:10px;
}
