body {  

	font: 10pt/16pt verdana, sans-serif;

	color: #010E22;
 
	background-color: #dfd6ea;

	margin: 0px;

	border: 0px;

	padding: 0px;

	text-align: left;
}



p { 
	font: 10pt/12pt Georgia, Times New Roman, Times, serif;
 
	margin-top: 0px;
 
	text-align: left;

	color: #000000;
}


	

a:link {
	color: #000000;
}
 	

a:visited {
	color: #666666;
}


	a:hover {
	color: #b11a21;
}


	a:active {
	color: #666666;
}


h1 { 
	font: 10pt/12pt Georgia, Times New Roman, Times, serif;
 
	margin-top: 0px;
	font-weight: bold;
	text-align: left;
	color: #257082;
}

	

h2 { 
	font: 10pt/12pt Georgia, Times New Roman, Times, serif; 
	margin-top: 0px;

	font-weight: bold;
	text-align: left;
	color: #000000;
}

	

h3 { 
	font: 10pt/12pt Georgia, Times New Roman, Times, serif;
 
	margin-top: 0px;
	text-align: left;
	color: #000000;
}

	

h4 { 
	font: 8pt/10pt verdana, sans-serif;
	margin-top: -8px;

	text-align: left;
	color: #000000;
}
	
h5 { 
	font: 8pt/10pt verdana, sans-serif;

	margin-top: 0px;
	text-align: left;
	color: #000000;
}

	

h6 { 
	font: 8pt/10pt verdana, sans-serif;
	margin-top: -20px;
	text-align: left;
	color: #000000;
}



#container {

	background-color: #ffffff;

	position: relative;

	margin-top: 30px;

	margin-left: auto;

	margin-right: auto;

	height: 1125px;

	width: 800px;

	border: 5px solid #000000;
}

 
* html container {
    width: 800px; /* for IE5 and IE6 in quirks mode */

    w\idth: 810px; /* for IE6 in standards mode */

    height: 1125px; /* for IE5 and IE6 in quirks mode */

    h\eight: 1135px; /* for IE6 in standards mode */
}

  
#content {

	position: relative;

	height: auto;

	margin: auto;

	width: 800px;
}


* html content {
    width: 800px; /* for IE5 and IE6 in quirks mode */

    w\idth: 800px; /* for IE6 in standards mode */
}



#header {

	position: absolute;

	background-image: url(images/pd_header.jpg);

	height: 170px;

	margin: auto;

	width: 800px;

	border-bottom: 5px solid #000000;
}


* html header {
    width: 800px; /* for IE5 and IE6 in quirks mode */
    w\idth: 800px; /* for IE6 in standards mode */

    height: 175px; /* for IE5 and IE6 in quirks mode */
    h\eight: 175px; /* for IE6 in standards mode */
}



#text {
	
	position: absolute;

	margin-top: 225px;

	margin-left: 180px;

	padding-right: 10px;

	padding-bottom: 10px;

	padding-top: 10px;

	padding-left: 10px;

	height: auto;

	width: 560px;

	overflow: auto;

	border: 1px solid #008940;

	background-color: #eeeeee;
}


* html text {
    height: auto; /* for IE5 and IE6 in quirks mode */
    h\eight: auto; /* for IE6 in standards mode */
    width: 571px; /* for IE5 and IE6 in quirks mode */

    w\idth: 571px; /* for IE6 in standards mode */
}

#footer {
	text-align: center;
	position: relative;
	top: 1100px;
	padding-left: 150px;
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}



#navbar {
	position: absolute;
	margin-top: 225px;
	margin-left: 25px;
	height: 248px;
	width: 95px;
	background-color: #257082;

	border: 2px solid #000000;
}

* html navbar {
    height: 214px; /* for IE5 and IE6 in quirks mode */

    h\eight: 214px; /* for IE6 in standards mode */
    width: 95px; /* for IE5 and IE6 in quirks mode */

    w\idth: 95px; /* for IE6 in standards mode */
}

#navbar ul li a:link {
	display: block;
	text-decoration: none;

	color: #ffffff;
	background-color: #257082;
}

#navbar ul li a:visited {
	display: block;
	text-decoration: none;

	color: #ffffff;
	background-color: #257082;
}

#navbar ul li a:hover {
	display: block;
	text-decoration: none;

	color: #000000;
}

#navbar ul li a:active {
	display: block;
	text-decoration: none;
	color: #666666;
}
#navbar ul li {
	margin: 0;
	padding: 5px;
	list-style-type: none;
}

#navbar ul {
	margin: 0px;
	padding: 0px;
}



#contactgraphic {
	position: absolute;
	background-image: url(images/bonzai.jpg);
	margin-top: 300px;
	margin-left: 500px;
	height: 181px;
	width: 261px;
	z-index: 1;
}