body{
	background: #7fb513 url(mainBg.png) repeat-x;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.pageDiv{
	position: relative;
	margin: 0px auto;
	width: 960px;
	text-align: left;
}


.headerDiv{
	background: url(header.png) no-repeat;
	padding: 0px 10px 0px 10px;
	width: 960px;
	height: 210px;
}

.mainDiv{
	background: url(readerBg.png) repeat-y;
	padding: 0px 0px 0px 0px;
	width: 960px;
}

.footerDiv{
	background: url(footer.png) no-repeat;
	padding: 0px 10px 0px 10px;
	width: 960px;
	height: 100px;
}

.menuDiv{
	background: url(menubg2.png) repeat-x;
	padding: 0px 0px 5px 0px;
	width: 900px;
	height: 35px;
}

.sepDiv{
	background: url(sep.png) no-repeat;
	padding: 0px 0px 0px 0px;
	width: 960px;
	height: 10px;
	font-size: 8px;
}

.menuContentDiv{
	width: 900px;
	height: 30px;
	padding: 0px 10px 0px 10px;
}

.titleFont{
	font-family: verdana, tahoma, sans;
	font-size: 14px;
	color: #00325e;
	font-weight: bold;
}

.titleCommentFont{
	font-family: verdana, tahoma, sans;
	font-size: 10px;
	color: #000000;
}

a { font-size: 10px; color: #7ba040; text-decoration: none; font-family: "verdana"; }
a:link { color: #7ba040; text-decoration: none; font-family: "verdana"; }
a:visited { color: #7ba040; text-decoration: none; font-family: "verdana"; }
a:active { color: #000000; text-decoration: underline; font-family: "verdana"; }
a:hover { color: #000000; text-decoration: underline; font-family: "verdana"; }	

a.menu { font-size: 10px; color: #000000; font-weight: bold; text-decoration: none; font-family: "verdana"; }
a:link.menu { color: #000000; text-decoration: none;  }
a:visited.menu { color: #000000; text-decoration: none;  }
a:active.menu { color: #444444; text-decoration: underline; }
a:hover.menu { color: #444444; text-decoration: underline; }	
