@charset "UTF-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:4px;
	background-color: #FFFFFF;
	background-image: url(../images/iframebckgrnd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#navigation a:link {
	color: #006838;
	text-decoration: none;
}
#navigation a:hover {
	color: #006838;
	text-decoration:Underline;
}
#navigation a:visited {
	color: #006699;
	text-decoration: none;
}

a:link {
	color: #006838;
	text-decoration: none;
}
a:hover {
	color: #006838;
	text-decoration:underline;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
	

#container {
	margin:0 auto;
	width:865px;
	height:770px;
	position:relative;
}

#headerbook {
	position:absolute;
	top: 64px;
	left: 0px;
	width: 80px;
	height: 97px;
}

#bodycontent {
	width:865px;
	margin:0 auto;
}

#navigation {
	margin:0 0 0 125px;
	height: 85px;
}

.navigationtext {
	margin-top:10px;
}



#header {
	margin-top: 0px;
}


h1 {
	font-size:24px;
	color:#FFFFFF;
	margin:0 0 0 90px;
}

#header p {
	margin:0px 0 10px 90px;
	color:#8fbb3a;
	font-weight:bold;
	font-size: 10px;
}

#copyrightinfo {
	text-align:right;
	font-size:9px;
	margin:15px 0 10px 0;
}

.navigationtext {font-size:95%;}
.clear {
	clear: both;
}
#bodycontentsmall {
	width:750px;
	margin:0 auto;
}

