#page_heading {
 background-image: url(_images/top_fade.jpg);
 background-position: right;
 background-repeat: repeat-y;
 background-color: #EEE7D4;
 text-align: left;
 color: rgb(85,150,142);
 font-weight: bold;
 font-size: 2em;
 font-family: "Times New Roman", serif;
 padding: 4mm;
 margin: 0;
 border: 0px solid #000;
}

h1.pageHeading {
 height: 30px;
 background-image: url(_images/top_fade.jpg);
 background-position: right;
 background-repeat: repeat-y;
 background-color: #EEE7D4;
 text-align: left;
 color: rgb(85,150,142);
 font-weight: bold;
 font-size: 2em;
 font-family: "Times New Roman", serif;
 padding: 4mm;
 margin: 0;
 border: 0px solid #000;
 }

p.requirements {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-align: center;
 font-size: 8pt;
 width: 80%;
 margin-left: auto;
 margin-right: auto;
 margin-top: 40px;
 }

#content {
 padding: 3mm;
 width: 550px;
}

html {
 height: 100%;
 border-left: 1px solid #666;
 }

body {
 background-color: #f5f3e8;
 margin: 0;
 padding: 0;
 border: 0;
}

h1 {
 color: rgb(102,102,102);
 font-size: 1.6em;
 font-family: "Times New Roman", serif;
}

h2 {
 color: rgb(187,169,79);
 margin-bottom: 0;
 font-family: Arial, Helvetica, sans-serif;
}

h3 {
 color: rgb(133,153,156);
 margin-bottom: 0;
 margin-top: 1mm;
}

p {
 font-family: "Georgia", serif;
 line-height: 1.5em;
 margin: 2mm;
 margin-bottom: 3mm;
 color: rgb(102,102,102);
}

*.note {
 color: rgb(133,153,156);
}

hr {
 border: 1px solid rgb(133,153,156);
}

pre {
 font-family: "Georgia", serif;
 line-height: 1.5em;
}

a {
 color: rgb(85,150,142);
 font-family: inherit;
}

ul { 
 list-style-type: none;
 margin-top: 1mm; padding-top: 1mm;
 }
 
 li { 
 margin-bottom: .5em; 
 }
	
ul.Text-List {
 list-style-type: disc;
 }
 
ol.Text-List a {
 font-family: Georgia, "Times New Roman", Times, serif;
 }	
	
ul.Text-List, ol.Text-List {
 margin: auto auto auto 40px;
 font-family: "Georgia", serif;
 line-height: 1.5em;
 color: rgb(102,102,102);
 }
 
div.breadcrumbs {
 margin: 10px 10px 10px 30px;
 font: 8pt Verdana, Arial, Helvetica, sans-serif;
 color: #666;
}

div.breadcrumbs a {
 color: #666;
 }