body { margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	border: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

table.header {
	width: 765px;
	text-align: left;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}
table.footer {
	width: 765px;
	text-align: left;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}
table.layout {
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	border: 1px solid #999;
	color:#333;
	text-align: left;
}
table table {
	margin-left: 10px;
	font:80%/140% Arial, Helvetica, sans-serif;
}
table pre {
	margin-left: 10px;
	font:80%/140% Arial, Helvetica, sans-serif;
}
form {
	margin-bottom: 0;
}
.sitenav {
	float: left;
	text-align: left;
	font: 80% Arial, Helvetica, sans-serif;
}
.contactus {
	float: right;
	text-align: right;
	font: 80% Arial, Helvetica, sans-serif;
}
#graphic {
	background: #990000;
}
#official {
	float: right;
	clear: both;
	font: 75% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #66CC33;
	margin-bottom: 10px;
	margin-top: 0px;
}
#breadcrumbs {
	float: left;
	margin-left: 5px;
	font: 75% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #66CC33;
	margin-top: 0px;
}
#breadcrumbs-bottom {
	float: left;
	margin-left: 5px;
	font: bold 75% Arial, Helvetica, sans-serif;
	color: #66CC33;
	margin-top: 10px;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#sitesearch {
	float: right;
	width: auto;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #990000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #cc3333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #666666;
}

.indent {  text-indent: 10pt}
.row {color:#990000;}
.topnav {
	padding-bottom: 8px;
	padding-left: 2px;
	font-size:11pt;

}
.bottomnav {
	padding-left: 2px;
	font-size: 11pt;
	padding-top: 8px;

}
.background-blue
{
	background-color: #cc3333;
	background-image: url(../madstest/images/spacer-blue.gif);


}
.selected {
	font-weight: bold;
	color: #000066;
}
.redtext {
	color: #ff0000;
}
p.indent1 {
	padding-left: 3em;
	margin: 0px;

}
p.indent2 {
	padding-left: 6em;
	margin: 0px;

}
p.indent3 {
	padding-left: 9em;
	margin: 0px;

}
p.indent4 {
	padding-left: 12em;
	margin: 0px;

}
p, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
		line-height: normal;

}

.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}
pre {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
}
th {
	color: #990000;
}
p.homeblurb {
	font: 70%/140% Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 10px 10px 10px 10px;
}
a {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:link {
	color: #cc3333;
	text-decoration: underline;
}
a:visited {
	color: #cc3333;
	text-decoration: underline;
}
a:hover {
	color: #cc3333;
	text-decoration: underline;
	background: #eeeeee;
}
a.menu {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:600;
	text-decoration: underline;
}
a.menu:link {
	color: #990000;
	text-decoration: underline;
}
a.menu:visited {
	color: #990000;
	text-decoration: underline;
}
a.menu:hover {
	color: #333;
	text-decoration: underline;
	background: #eeeeee;
}
a#skip {
	position: absolute;
	top:-100px;
}
.command-text {
	font-family: "Courier New", Courier, mono;
	font-size: 100%;
	font-weight: bold;
	color: #666;
}
.box {
	float: right;
	width: 35%;
	border: 2px dashed #cc3333;
	padding: 0px 10px 5px;
	background-color: #FEFEF6;
}

hr.dashed {
	border: none 0; 
	border-top: 2px dashed #990000;/*the border*/
	width: 100%;
	height: 2px;/*whatever the total width of the border-top and border-bottom equal*/
} 
div.goldtop {
	background: #cc3333;
	height: 10px;
	width: 100%;
	line-height: 1px;
    font-size: 1px;/*these two lines override a default in IE*/
}
div.space {
	height: 15px;
	width: 100%;
	line-height: 1px;
    font-size: 1px;/*these two lines override a default in IE*/
}
div.clear {
	clear: both;
}
div.gold {
	background: #cc3333;
	height: 4px;
	width: 100%;
	line-height: 1px;
    font-size: 1px;/*these two lines override a default in IE*/
} 
div.green {
	background: #990000;
	height: 8px;
	width: 100%;
	line-height: 1px;
    font-size: 1px;/*these two lines override a default in IE*/
} 
div.clear {
	clear: both;
}
.pdf {
	font: 70% Arial, Helvetica, sans-serif;
}
.selected {
	font: Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight:600;
}
p.home-indent {
	margin-left: 1.5em;
	margin-right: 1.5em;
	font: 90% Arial, Helvetica, sans-serif;
}
.center {
	text-align: center;
}

.redtext
{color: #cc0000;}

ul li {
	line-height: 20px;
}

blockquote.nospacing  {
	padding-top: 0px ;
	padding-bottom: 0px ;
	margin-top: 0px ;
	margin-bottom: 0px ;
	
	}
	
	/* Below added in the hope that it will work!  Julie */
	
.external2  {
	background: transparent url(//www.loc.gov/images/icon-ext2.gif) 100% 100% no-repeat;
	padding: 0 5px 0 3px;
	width:8px;
	height:10px;
	text-decoration:none;
}
