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

body {
	margin: 0 auto 0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

#container {
	margin:0 auto;
	width:480px;
	height:320px;
	position:relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align:center;
}

#navigation {margin-left:125px;margin-top:10px;margin-bottom:0px;height:70px;}
#navigation img {margin: 0 0 0 15px;}

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

#navigation p {margin:0 0 15px 0;font-size:16px; text-align:center;}

#header {
	height:73px;
	background-color:#006838;
	padding-top: 3px;
}

#aboutbutton {float:left;}
.aboutbutton {margin:0;padding:0}


#headerbook {
	float:left;
	position:absolute;
	top: 60px;
	left: 10px;
}
#header p {
	margin:5px 60px 10px 0px;
	text-align:right;
	color:#8fbb3a;
	font-weight:bold;
	font-size: 13px;
}

h1 {
	font-size:28px;
	color:#FFFFFF;
	margin:10px 48px 0 0;
	text-align:right;
}

#bodycontent {
	background-image: url(../images/bodybackground.jpg);
	background-repeat: repeat-x;
	height: 150px;
}
#bodycontent #search {
	text-align: right;
	margin-right: 3px;
	}
	
#search img {
	margin:10px 10px 0 5px;
	float:right;
}

#aboutcontent {
	width:385px;
	height:125px;
	font-size:13px;
	margin:0 auto 0 auto;
	float:right;
}

#copyright {
	clear:both;
	position:absolute;
	bottom:4px;
	left:0;
	width:100%;
	height: 36px;
}
	
.inputtext {
	width: 300px;
	margin-top:10px;
	height: 35px;
	font-size:18px;
}

.bodycopy {
	font-size: 12px;
	text-align:right;
	margin:10px 67px 0 0;
}

.copyrightinfo {
	font-size:10px;
	text-align:right;
	margin-right:15px;
	clear: both;
	padding-top: 5px;
}

.navigationtext {font-size:95%;margin:0;}

.aboutcontentheader {
	font-size:14px;
	font-weight:bold;
	margin:10px 0 0 15px;
	padding-left: 10px;
	text-align:left;
}

.aboutcontentbodycopy {
	font-size:12px;
	margin:0 0 0 15px;
	padding: 0 5px 0 10px;
	text-align:left;
}

#navigation img {
	margin-left:18px;
	margin-bottom: 5px;
}

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