\
/*  general _______________________________________________________________________________*/
* {
	padding: 		0;
	margin: 		0;
}
body {
	font: 12px/1.3em Arial,Helvetica,sans-serif;
	text-align: center;
	background-image: url(images/lines_bg.gif);
}
p { 
	text-align: 	justify;
	padding: 		5px 30px 15px 30px;
	color: 			#786A47;
	line-height: 	1.5em;
	}
a{
	text-decoration: none;
	background: 	transparent url(images/dotlink.gif) repeat-x left bottom;
}
a:link ,a:visited {
	color: 			#5785A4;
}
a:hover {
	color: 			#1D8FDB;
}
acronym {
	background: 	transparent url(images/dot.gif) repeat-x left bottom;
	cursor: 		help;
}
h3 {
	font: 			normal 14px/16px Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	margin: 		20px 0 0 30px;
	color: 			#574D33;
}
ul {
	list-style: 	none; 
	margin: 		10px 20px 30px 10px;
}
li {
	padding-left: 	1px;
	margin: 		10px 0 0 8px;
	display: 		block;
	list-style: 	none;
	background:		transparent url(images/dot.gif) repeat-x 0 100%;
}


/* grid _______________________________________________________________________________*/
#container { 
	margin: 		0 auto;
	text-align: 	left;
	width: 			800px;
	background: 	url(images/container_800.gif) repeat-y center top;
	position: 		relative;
	}
#quickSummary {
	background: 	transparent url(images/quicksummary.gif) no-repeat top left;
	height: 		178px;
}
#preamble,#supportingText {
	padding-right:  100px;
}
#footer {
	height: 		34px;
	line-height: 	34px;
	text-align: 	center;
	padding-bottom: 14px;
}
td {
		font: 12px/1.3em Arial,Helvetica,sans-serif;
		color: 			#786A47;
}
th {
	font: bold 14px/1.5em Arial,Helvetica,sans-serif;
	color: #786A47;
	text-decoration: underline;
}
input {
	background-color: #FFEBCD;
	text-align: left;
	border: thin;
	border-color: #5785A4;
	border-style: inset;
	padding-left: 5px;
}
.submit {
	background-color: #F5DEB3;
	text-align: center;
	border: thin;
	border-color: #EEE8AA;
	border-style: groove;
	font-variant: small-caps;
	font-weight: bolder;
	font-size: larger;
}

/* headers _______________________________________________________________________________*/

#pageHeader h2 {
	background: transparent url(images/head_800.gif) no-repeat top left;
	width: 800px;
	height: 150px;
}
#pageHeader h2 span {
	display:		none;
}
#linkList h3.select {
	/*background: 	transparent url(styles.jpg) no-repeat top left;*/
	height: 		39px;
	margin: 		0;
}
#linkList h3.select span {
	display:		none;
}

/*  p  _______________________________________________________________________________*/


#preamble p, #supportingText p{
	margin: 		0 10px;
	background: 	url(p.gif);
} 

#requirements .p4{
	margin-bottom: 40px;
}
#requirements .p5{
	margin-bottom: 110px;
	text-align:		center;
}

/*  links  _______________________________________________________________________________*/

#footer a{
	text-decoration: underline;
}
#footer a:link, #footer a:visited {
	color: 			#c6c6c6;
}
#footer a:hover {
	color: 			#fff;
}

tableindent {
	margin-left: 25%;
}