/* MAIN STYLESHEET */

html {
	scrollbar-face-color: #cccccc;
	scrollbar-arrow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #036ebe;
	scrollbar-3dlight-color: black;
}

/* Main Structure */
body {
	background-color: #eceee3;
	margin-left:10%;
	margin: 0 0 0 0;
	font-family: Verdana, Helvetica, sans-serif;
	color: #3b3a3a;
	font-size: 1em;
}

p {
	font-size: 0.75em;
}

.center {
text-align: center;
}

td.footer {
	font-size: 0.55em;
	text-align: center;
	letter-spacing: 0em;

}

li {
	font-size: 0.8em;
}

h1.mainhead{
	font-size: 1.1em;
	color: #70cd9d;
	text-align:right;
	margin-bottom:0px;
}
h1 {
	font-size: 1.1em;
	color: #70cd9d;
	text-align: top;
}

hr {
	color: #dfdfdf;
	padding:0px;
}

h2 {
	font-size: 1.0em;
	text-align: left;
	color: #00ab66;
}

.center {
	color: #000000;
	text-align: center;
	font-size: 0.9em;
}


.right {
	text-align: right;
}

a {
	color: #016f52;
	text-decoration: none;
	font-size: 1em;
}

a:hover {
	color: #0f356f;
	text-decoration: underline;
}

.bg
{	background-image:url("images/book_background.jpg");
	background-repeat: no-repeat;
	background-position: right;
}

