* {
	margin: 0;
	padding: 0;
}
body {
	margin: 2px 0;
	background: #d3daed;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #000;
}
.hidden {
display: none;
}
p{
	color:#000;
	margin-bottom:8px;
}
p.notes{
	color:#000;	
	margin-bottom:0px;
}
h1{
	font: 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2{
	font: 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom:6px;
	padding-top:10px;
	color:#000;
}
h3{
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom:6px;
	padding-top:10px;
	color:#000;
}
li {
	color:#000;
	font-weight:normal;
}
a {
	color: #5672ba;
}

a:hover {
	text-decoration: none;
	color: #990000;
}
#content_login_search {
	float: left;
	width: 600px;
	height:auto;
	padding-left, padding-right, padding-bottom: 10px;
	padding-top:5px;
	border-bottom: 1px solid #FFFFFF;
	background-color:#fff;
}
#login_search{
	width:600px;
	padding-bottom:10px;
}
#login_search_left{
	width:435px;
	float:left;
	padding-bottom:10px;
}
h1.login_search{
	padding-bottom:10px;
}
#login_search_right{
	width:145px;
	float:right;
	padding-left:10px;
	padding-left:10px;
}
p.login_search {
	color:#990000;
	font-weight:bold;
	padding-bottom:8px;
}
p.login_search2 {
	padding-right:15px;
}
#rightside{
	float:right;
	padding-bottom:5px;
	padding-left:5px;
	vertical-align:text-bottom;
	
}

/*  */

.title {

	border-bottom: 3px solid #CFCFCF;
}

.boxed1 .title {
	font: normal 182% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed1 .title2 {
	font: normal 150% "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 3px solid #CFCFCF;
	padding-bottom: 3px;
}

.boxed1 .content {
	background: url(images/img05.gif) no-repeat left bottom;
	padding: 20px;
}.boxed1 .content2 {
	background: url(images/img05.gif) no-repeat left bottom;
	padding-left: 20px;
}


.boxed2 .title {
	font: normal 182% "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top:10px;
	margin-bottom:10px;
}

.boxed2 .content {
	
	padding: 10px;
	text-align:justify;
}
.boxed4 .content {

	padding: 10px;
}

ul.otherstuff, li.otherstuff ol.otherstuff {
	font-weight:bold;
	padding-left:10px;
	margin-left:50px;
	margin-top:5px;
	margin-bottom:0;
	line-height:20px;
}
ul.disclaimer, li.disclaimer {
	font-weight:bold;
	padding-left:10px;
	margin-left:25px;
	margin-top:5px;
	margin-bottom:0;
	line-height:20px;
}
ul.disclaimer2, li.disclaimer2 {
	font-weight:bold;
	padding-left:10px;
	margin-left:40px;
	margin-top:5px;
	margin-bottom:0;
	line-height:20px;
}
ul.hearts, li.hearts {
	font-weight:bold;
	list-style-image:url(images/heartbutton.gif);
	padding-left:0px;
	margin-left:50px;
	margin-top:5px;
	margin-bottom:0;
	line-height:20px;
}

.boxed3 .title {
	font: normal 129% "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top:15px;
}
.boxed4 .title {
	font: normal 182% "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top:10px;
}

.boxed3 .content {
	padding: 10px;
	text-align:justify;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}


/* Header */

#header {
	width: 765px;
	height: 230px;
	margin: 0 auto;
	border-bottom: 5px solid #4C3923;
	background-color:#ffffff;
}

/* Logo */

#logo {
	float: left;
	width: 765px;
	height: 90px;
	text-align: center;
}
li.otherstuff {
	font-weight:bold;
	list-style-image:url(images/buttons/heartbullet.gif);
	line-height:10px;
}
#loginarea {
	padding-left:78px;
	text-align:right;
	margin-right:5px;
	vertical-align:middle;
 	font-weight:500;
	
}
.loginarea2 {
	background-color:#F0F2F9;
}
.loginarea3 {
	background-color:#F0F2F9;
	vertical-align:text-bottom;
}
#button {
	background-image:url(images/buttons/buttonback.gif);
	background-position:center;
	background-repeat:no-repeat;
	font: 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	height:25px;
}
#heading {
	padding-left:78px;
	padding-top:18px;
	padding-bottom:15px;
	text-align:center;
}
h1.heading{
	font: 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#toppart {
	background:url(images/booknew.jpg) no-repeat 0px;
	height:100px;
	border-bottom: solid #4C3923 5px;
}

/* Menu */

#menu {
	float: left;
	width: 765px;
	height: 20px;
	background: #Ffffff;
}

#menu ul {
	height: 5px;
	background: #d3daed;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 24px;
	padding: 5px 26px 0 25px;
	border-top: 5px solid #d3daed;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: #F0F2F9;
	border-top-color: #5672ba;
}

#menu .active a {
	background: #FFA800;
	border-top-color: #990000;
}

#menu a b {
	text-decoration: underline;
}

/* Page */

#page {
	width: 765px;
	margin: 0 auto;
	
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color:#ffffff;
}

/* Content */

#content {
	float: left;
	width: 620px;
	height:auto;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:10px;
	border-bottom: 1px solid #FFFFFF;
	background-color:#fff;
}

#content p, #content ol, #content ul {
	line-height: 152%;
}

/* Sidebar */

#navbar {
	float: right;
	width: 120px;
	padding: 0px;
}

/* News */

#news {
	padding-top: 0px;
	padding-bottom: 0;
}

#news ul {
	list-style-type:none;
	list-style-image:url(images/img4a.gif);
}

#news li {
	margin-bottom: 15px;
}

#news h3 {
	margin-bottom: 10px;
	font-size: 92%;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 85%;
}

/* news2 */
#content2 {
	float: right;
	width: 525px;
	height:auto;
	padding-left, padding-right, padding-bottom: 10px;
	padding-top:10px;
	border-bottom: 1px solid #FFFFFF;
	background-color:#fff;
}

#content2 p, #content2 ol, #content2 ul {
	line-height: 152%;
}
#news2 {
	padding-top: 10px;
	padding-bottom: 0;
	margin-left:10px;
}

#news2 ul {
	list-style-type:none;
	list-style-image:url(images/buttons/heartbullet.gif);
	font: 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#news2 li {
	margin-bottom: 15px;
}

#news2 h3 {
	margin-bottom: 10px;
	font-size: 92%;
}

#news2 h3 a {
	display: block;
}

#news2 p {
	font-size: 85%;
}

/* Welcome */

#welcome {
	margin-bottom: 20px;
}

/* Samples */

#sample1, #sample2 {
	float: left;
	width: 230px;
}

#sample1 {
}

#sample2 {
	margin-left: 20px;
}

/* Footer */

#footer {
	width: 765px;
	margin: 0 auto;
	background-color:#fff;
	padding: 10px 0;
	border-top: 5px solid #4c3923;
}

#footer p {
	text-align: center;
	font-size: 100%;
}