*{margin:0; padding:0;}

body {
	background-image: url(bg-vertical-gradient.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #8fafd9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.25em;
}

h1, h2, h3 {
	font-weight: normal;	
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	color: #555;
}

h1 {
	font-size: 1.375em; /* 16x1.375=22px */
	line-height: 1.636em; /* 16x1.636=36px */
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid black;
	color: black;
}

h2 {
	font-size: 1.125em; /* 16x1.125=18px */
	margin: 1em 0 0.5em 0; /* 18x1=18px */
	color: black;
}

h3 {
	font-size: 1.0em;
	margin: 1em 0 0 0;
	color: black;
}

p {
	padding-bottom: 10px;
	font-size: 0.75em;
}

.breadcrumb {
	color: gray;
} 

.breadcrumb a, a:hover {
	color: gray;
}

hr {
	height: 0px;
	border-top: none;
	border-bottom: 1px solid #dd671f;
	width: 75%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#pageSurround {
	margin: 0px auto;
	width: 770px;
}

#header {
	height: 180px;
	background-image: url(header.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 770px;
}

#container {
	background-image: url(body.gif);
	background-position: top;
	background-repeat: repeat-y;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 770px;
}

#spacer {
	/* To make the body long enough for the book image */
	clear: both;
}

#footer {
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	color: white;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 25px 0 0 0;
	width: 770px;
	height: 40px;
	font-size: 0.75em;
}

#text {
	width: 465px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	margin-left: 15px;
	margin-right: 0px;
}

#text ol {
	list-style: decimal outside;
}

#text img {
	margin-left:5px;
	margin-right:5px;
}

#text a, a:visited, a:hover {
	color: #353775;
	text-decoration: underline;
}

#text a:hover {
	color: #dd671f;
}

#menu {
	width: 213px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 17px;
	background-color: white;
	float: right;
	font-size: 0.75em;
	margin-top: 12px;
}

#menu img {
	border: 0;
	text-align: center;
}

#menu-top {
	background-image: url(menu-top.gif);
	height: 10px;
	background-position: top;
	background-repeat: no-repeat;
}

#menu-body {
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(menu-repeat.gif);
	background-position: top;
	background-repeat: repeat-y;
	color: white;
}

#menu-body a {
	text-decoration: none;
	color: white;
}

#menu-body a:hover {
	text-decoration: underline;
	color: white;
}

#menu-body ul {
	list-style: none;
}

#menu-body li.menu-current {
	font-weight: bold;
}

#menu-body li.menu-0 {

}

#menu-body li.menu-1 a {
	padding-left: 12px;
	
}

#menu-body li.menu-1 a:hover
{

}

#menu-bottom {
	height: 20px;
	background-image: url(menu-bottom.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
