body, html {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: small;
	background-color: #F5DEB3;
	margin: 0px;
	width: 100%;
	height: 100%;
	align:center;
}
img{
	border: none;
}
.topimage{
	position:absolute;
	top:150px;
	left:45px;
	border: thin red;
	font-size:large;
}
hr{
	line-height: 4px;
}
#article{
	position: absolute;
	top: 0px;
	left: 15px;
	width: 660px;
	min-height: 600px;
	padding-left: 190px;
	padding-right:200px;
	padding-top:205px;
	padding-bottom: 15px;
	background-color: White;
	border: thin solid Black;
}
#article h1{
	font-size: 10pt;
}
#article h2{
	font-size: 10pt;
}
#article h3{
	font-size: 10pt;
}
#article img{
	margin: 6px 6px 6px 6px;
	border: none;
}
#cross{
	position: absolute;
	top: 205px;
	left: 880px;
	width: 170px;
}
#logo{
	position: absolute;
	top: 10px;
	left: 100px;
	width:600px;
}
#nav-section{
	position: absolute;
	width:975px;
	top: 135px;
	left:17px;
	height:35px;
	padding-left: 75px;
	background-color: #8EBC8E;
}
#nav-section a{
	color: Black;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
}
#nav-section td{
	border-left: 2px solid Silver;
	border-top: 2px solid Silver;
	border-bottom: 2px solid #708090;
	border-right: 2px solid #708090;
	padding:5px;
}
.on{
	background-color: #F5DEB3;
}
.off{
	background-color: White;
}
#nav-left{
	background-color: #8FBC8F;
	width: 155px;
	position: absolute;
	top: 215px;
	left:30px;
	height: 600px;
}
#nav-left a{
	color: Black;
	text-decoration: none;
	font-size: 10pt;
	line-height: 13pt;
}
#nav-left a:hover{
	text-decoration: underline;
	color: White;
	font-weight: bold;
}

#nav-left h2{
	color: White;
	text-align: center;
	margin: 0px;
	line-height: 21px;
	background-image: url(../images/Topics-title.jpg);
	background-repeat: no-repeat;	
}
#nav-left h3{
	text-align: center;
	margin: 0px;
	line-height: 21px;
	background-image: url(../images/Resources-title.jpg);
	background-repeat: no-repeat;	
}
#nav-left strong{

	font-weight: bold;
	text-decoration: underline;
	line-height: 18pt;
}
.section-header{
	background-image: url(../images/Section-title.jpg);
	background-repeat: no-repeat;
	color: White;
	font-weight: bold;
	width: 152px;
	height: 27px;
	text-align: center;
	font-size:medium;
}
#store{
	position: absolute;
	top: 0px;
	left: 15px;
	width: 1050px;
	min-height:800px;
	padding-left: px;
	padding-right:px;
	padding-top:175px;
	background-color: White;
	border: thin solid Black;
}
#search{
	position: absolute;
	top: 0px;
	left: 15px;
	width: 800px;
	}
.underline {
	text-decoration: underline;
}
.adsense{
	float:left;
	margin: 10px;
}