body {
  background-color: none;
	margin-left: 0px;
	margin-top: 2px;
        margin-right: 0px;
        margin-bottom: 0px;
background-image: 
url('images/Doula_background.jpg');  
background-position: 
300px 150px;
background-attachment: fixed
}

h1 {color: #000000}
h1 {font-family: arial; font-size: 140%;
font-weight: bold}

h2 {color: #000000}
h2 {font-family: arial; font-weight: bold;
font-size: 120%; margin-left: 0.5cm; 
margin-right: 0.5cm}

p {color: #000000}
p {font-family: Arial}
P {font-size: 90%}
p {margin-left: 0.5cm}
p {margin-right: 0cm}

p.two {color: #000000}
p.two {font-family: arial}
P.two {font-size: 90%}
p.two {margin-left: 0cm}
p.two {margin-right: 0cm}

p.three {color: #FFFFFF}
p.three {font-family: arial}
P.three {font-size: 90%}
p.three {margin-left: 0.5cm}
p.three {margin-right: 0cm}

ul {color: #000000}
ul {font-family: arial}
ul {font-size: 90%}

ul.two {color: #000000}
ul.two {font-family: arial}
ul.two {font-size: 100%}
ul.two 
{
list-style-image: url('images/bullet.jpg')
}
ul.two {margin-left: 1cm}
ul.two {margin-right: 0cm}

ul.three {color: #000000}
ul.three {font-family: arial}
ul.three {font-size: 100%}
ul.three 
{
list-style-image: url('images/bullet.jpg')
}
ul.three {margin-left: 40%}
ul.three {margin-right: 1cm}

ol {color: #000000}
ol {font-family: arial}
ol {font-size: 100%}

a:link {color: #FAAF64; 
font-size: 100%; text-decoration: underline}
a:visited {color: #FAAF64; 
font-size: 100%; text-decoration: underline}
a:hover {color: #FFFF00; 
font-size: 100%; text-decoration: underline}
a:active {color: #FFFFFF; font-size: 100%}

a.two:link {color: #FFFFFF; font-weight: bold; 
font-size: 90%; text-decoration: none}
a.two:visited {color: #FFFFFF; font-weight: bold;  
font-size: 90%; text-decoration: none}
a.two:hover {color: #FFFFFF; font-weight: bold; 
font-size: 90%; text-decoration: underline}
a.two:active {color: #FFFFFF; font-size: 90%; font-weight: bold; 
text decoration: none}

a.three:link {color: #FFFFFF; font-weight: bold; 
font-size: 100%; text-decoration: none}
a.three:visited {color: #FFFFFF; font-weight: bold;  
font-size: 100%; text-decoration: none}
a.three:hover {color: #FFFFFF; font-weight: bold; 
font-size: 100%; text-decoration: underline}
a.three:active {color: #FFFFFF; font-size: 100%; font-weight: bold; 
text decoration: none}

#navcontainer ul
{
margin: 0;
padding: 10;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; font-weight: bold
}

#navcontainer li { margin: 0px 0px 0px 0px; }

#navcontainer a
{
display: block;
padding: 5px 5px 4px 15px;
border: 3px solid gray;
width: 135px;
background-color: rgb(173, 195, 255);
background-image: url(images/button_down.jpg);
}

#navcontainer a:link, #navlist a:visited
{
border: 3px solid gray
color: black;
text-decoration: none;
}

#navcontainer a:hover
{
border: 3px solid gray;
background-color: rgb(173, 195, 255);
background-image: url(images/button_over.jpg);
color: #FFFF00;
}

#active a:link, #active a:visited, #active a:hover
{
border: 3px solid gray;
background-color: rgb(173, 195, 255);
background-image: url(images/button_down.jpg);
color: #FFFFFF;
}

