/* CSS Document */

body {
 font: 10t/12pt times new roman;
 color: #003300;
 background: #003300 /*url(images/background.jpg) no-repeat fixed left*/;
 margin: 0 px
 }
p {
 font: 10pt/12pt times new roman;
 margin-top: 0px;
 text-align: justify;
 }
h2 {
 font: normal 24pt times new roman;
 text-align: right;
 color: #003300;
 }
h3 {
 font: bold 14pt times new roman;
 letter-spacing: 1px;
 margin-bottom: 0px;
 color: #003300;
 }
a:link {
 font-decoration: underline;
 color: #003300;
 }
a:visited {
 font-weight: bold;
 text-decoration: none;
 color: #BBBBBB;
 }
a:hover, a:active {
 text-decoration: underline;
 color: #DD0000;
 }
#container {
	background: #fffcdf url(images/s_back.gif) no-repeat top center;
	padding: 0px  37px 10px 25px;
	margin: 0px 25px 10px 25px;
	width: 800px;
 }

#intro {
width: 782px;
 }
#pageHeader {
 margin-bottom: 20px;
 }

/* using an image to replace text in an h1.*/

#quickSummary {
 background: #FFFFFF;
 clear:both;
 margin: 25px 30px 0px 10px;
 width: 350px;
 float: left;
 }
#quickSummary p {
 font: normal 12pt/22pt georgia;
 color: #003300;
 text-align:center;
 }

#preamble {
 clear: right;
 padding: 0px 0px 0px 0px;
 }
#supportingText {
 padding-left: 10px;
 margin-bottom: 40px;
 }

#footer {
 text-align: center;
 }
#footer a:link, #footer a:visited {
 margin-right: 20px;
 }
