﻿html, body
{
	height: 100%;
}
body
{
    font-size: 9pt;
    color: black;
    background: White;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,body,dl,dt,dd,form
{
	padding: 0;
    margin: 0;
}
img
{
	/*display: block;*/
	border: 0;
}
a
{
    cursor: pointer;
    outline: 0;
}
ul
{
	list-style: none;
}
td
{
	vertical-align: top;
}
.ExternalLinkIcon
{
	display: inline;
	border: 0px;
	padding: 0px 3px 0 3px;
	height: 8px;
	width: 8px;
}
/* Wrapper ------------------------------------------------------------------*/
#wraper
{
    font-size: 9pt;
    min-height: 100%;
	padding: 10px 0px 0px 0px;
    margin: 0px auto;
    width: 768px;
    text-align: left;
}
/* Header ********************************************************************/
#header
{
	width: 768px;
	height: 368px;
	background-image: url('../Images/HeaderKimberly.jpg');
	background-repeat: no-repeat;
}
#title
{
	position: relative;
	top: 30px;
	left: 300px;
	width: 252px;
}
#nav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}
#nav a
{
	color: Black;
	text-decoration: none;
}
#nav a.current
{
	color: #8c1717;
	text-decoration: none;
}
#nav a:hover
{
	text-decoration: underline;
}
#nav a.current:hover
{
	text-decoration: none;
}
#nav01
{
	position: absolute;
	left: 242px;
	top: 160px;
}
#nav02
{
	position: absolute;
	left: 290px;
	top: 127px;
}
#nav03
{
	position: absolute;
	left: 350px;
	top: 98px;
}
#nav04
{
	position: absolute;
	left: 435px;
	top: 70px;
}
#nav05
{
	position: absolute;
	left: 550px;
	top: 50px;
}
#nav06
{
	position: absolute;
	left: 700px;
	top: 40px;
}
#navSub02
{
	z-index: 20;
	background-color: White;
	position: absolute;
	left: 25px;
	top: 25px;
	width: 160px;
	border: dotted 1px Black;
	font-size: 10pt;
	font-weight: normal;
	padding: 3px;
	visibility: hidden;
}
#navSub03
{
	z-index: 20;
	background-color: White;
	position: absolute;
	left: 25px;
	top: 25px;
	width: 160px;
	border: dotted 1px Black;
	font-size: 10pt;
	font-weight: normal;
	padding: 3px;
	visibility: hidden;
}
#bookCover
{
	z-index: 10;
	position: relative;
	left: 450px;
	top: 190px;
	width: 265px;
}
#bookCover img
{
	border: solid 1px Black;
}
/* MainHome **********************************************************************/
#mainHome
{
	font-family: Times New Roman;
	font-size: 12pt;
	width: 350px;
	min-height: 375px;
	margin: 10px 50px 10px 50px;
}
#mainHome h1
{
	font-size: 20pt;
	padding: 0px 0px 5px 0px;
	text-align: center;
}
#mainHome p
{
	font-size: 18pt;
	padding: 5px 0px 5px 0px;
	text-align: center;
}
#mainHome a
{
	color: #8c1717;
}
.caps
{
	text-transform: uppercase;
}
.author
{
	font-size: 20pt;
	font-weight: bold;
}
/* Main **********************************************************************/
#main
{
	font-family: Times New Roman;
	font-size: 12pt;
	width: 650px;
	min-height: 375px;
	margin: 10px 50px 10px 50px;
}
#main h1
{
	font-size: 18pt;
	padding: 0px 0px 15px 0px;
	text-align: center;
}
#main h2
{
	font-size: 15pt;
	padding: 0px 0px 5px 0px;
}
#main p
{
	font-size: 12pt;
	padding: 5px 0px 5px 0px;
}
#main ul
{
	list-style: circle;
	font-size: 12pt;
	padding: 5px 0px 5px 20px;
}
#main li
{
	font-size: 12pt;
	padding: 10px 0px 10px 0px;
}
#main a
{
	color: #8c1717;
}
/* Footer ********************************************************************/
#footer
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	color: #666666;
}
#footer a
{
	color: #666666;
	text-decoration: none;
}
#footer a:hover
{
	color: #333333;
	text-decoration: underline;
}
#footerTop
{
	width: 768px;
	height: 11px;
	background-image: url('../Images/FooterTop.jpg');
	background-repeat: no-repeat;
}
#footerMiddle
{
	width: 768px;
	background-image: url('../Images/FooterMiddle.jpg');
	background-repeat: repeat-y;
}
#footerMiddle p
{
	padding: 10px 30px 10px 30px;
}
#footerBottom
{
	width: 768px;
	height: 19px;
	background-image: url('../Images/FooterBottom.jpg');
	background-repeat: no-repeat;
}
/*****************************************************************************/