/* CSS Document */



/* Generic Selectors */

body {

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 12px;

color: #FFFFFF;

background-color: #003366;

}

p {

width: 100%;

}

li {
	list-style-type: none;
	line-height: 150%;
	list-style-image: url(images/pawclawless.gif);
	}

h1 {

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 18px;

font-weight: normal;

color: #FF9933;

}

h2 {

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 16px;

font-weight: normal;

color: #FFFFFF;

border-bottom: 1px solid #FF6600;

}


a  {

text-decoration: none;

}

a :hover {
	text-decoration: none;
	
}

/**************** Pseudo classes ****************/

:link {

text-decoration: none;

font-weight: normal;

}

li :link {
	
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

:visited {

text-decoration: none;

font-weight: normal;

}

li :visited {

color: #FFFFFF;

text-decoration: none;

font-weight: normal;

}


li :hover {
	display: block;
	padding-bottom: 5px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC99;
	color: #FFCC99;
}

li :active {

display: block;

color: #FF6600;

padding-bottom: 5px;

font-weight: normal;

border-bottom-width: 1px;

border-bottom-style: solid;

border-bottom-color: #FF6600;

}


/************************* ID's *************************/

#navigation {

position: absolute;

z-index: 10;

width: 210px;

height: 600px;

margin: 0;

margin-top: 320px;

font-weight: normal;

}

#header {

position: absolute;

z-index: 5;

padding: 20px 40px 20px 240px; /*top right bottom left*/

width: 550px;

height: 270px;

margin: 0;

margin-top: 0px;


font-weight: normal;

}

#centerDoc {
	position: absolute;
	z-index: 15;
	padding: 0 60px 0px 50px; /*top right bottom left*/
	margin-top: 150px;
	width: 480px;
	top: 100px;
	height: -20px;
	left: 225px;

}
 
#endnote {
	position: absolute;
	z-index: 20;
	padding: 0 0px 0px 0px; /*top right bottom left*/
	width: 450px;
	height: 100px;
	left: 225px;
	margin-bottom: 0px;
	bottom: 50px;
	top: 800px; 
 
 
 
 }