<style type="t>
body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	}
#top-header {
	background-color: #fff;  //white
	margin: 0;
	padding: 0;
        width: 100%;
	height: 39px;
}
#header {
	background-color: #b31b1b;  // red
	margin: 0;
	padding: 0;
        width: 100%;
	height: 88px;
	border-bottom: 2px solid #000;
	}

#bottom-header {     	
	margin: 0;
	padding: 0;
        width: 100%;
	height: 25px; 
}
#space-header {
	margin: 0;
	padding: 0;
        width: 100%;
	height: 25px;  
	background-color: #fff;
}
#nav-header {
	margin: 0;
	padding: 0;
        width: 100%;
	height: 25px; 
	background-color: #b31b1b;
	color: #000;
	font-size: 1em;
	font-wieght: bold; 
	text-align: center;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
#nav-header a {
	color: #fff;
	text-decoration: none;
	border-bottom: #b31b1b;
}
#nav-header a:hover {
	color: #ffff33;
	font-size: 1em;
	text-decoration: none;
}


// section will contain both nav and content
#section {
        clear: both;
        margin: 0 0 0 0;
	height: 100%;
}
#nav {
	clear: left;
        float: left;
        width: 18%;
	color: #000;
}

#nav .nav-item {
	border-bottom: 1px solid #999;
	align: right;
	font-size: 1.em;
	font-weight: 500;
	padding-top: 2%;
	padding-bottom: 2%;
	text-indent: 5%;
}
#nav a {
	text-decoration: none;
	color: #8b0000; // #336699;
}
#nav a:hover {
	text-decoration: none;
	color: #00008b; // #b31b1b;
}
#nav ul {
   	line-height: 30px; 
}
#nav li {
   	line-height: 30px;
}

#breadcrumbs {
   	width: 100%;
	text-indent: 50px;
	font-size: .9em;
	text-decoration: none;
}
#breadcrumbs a {
	color: #336699;
}
#breadcrumbs a:hover {
   	color: #b31b1b;
}

ul { margin-left: 10px; pading-left: 10px;}
li { margin-left: 10px; pading-left: 10px;}
	
#content {
	clear: right;
        float: right;
        width: 76%;
	background-color: #fff;
	padding-right: 2px;
}

#content a {
	text-decoration: none;
	color: #336699;
}
#content a:hover {
	text-decoration: none;
	color: #b31b1b;
}
#content ul {
	/* line-height: 25px; */
	width: 500px; 
	padding-left: 10px;
        padding-top: 5px;

}
#content li {
	/* line-height: 25px;
	width: 500px;  */
	padding-left: 08px;
        padding-top: 5px;
}
#content p { width: 500px; }

.prop {
    height:250px;
    float:right;
    width:1px;
}

.whitetxt {
  	color: #fff;
}	

p.indent { 
	text-indent: 25px; 
}

.error { 
	font-size: 1.1em; 
	color: #b31b1b;
}
#footer {
	clear: both;
	background-color: #;
	padding: 8px;
} 
#contact {
	clear: both;
	border-top: 1px solid #b31b1b;
	border-bottom: 1px solid #b31b1b;
	width: 100%;
	background-color: #eee;
}
#contact .contact-header {
     	font-wieght: bold;
	font-size: 1.1em;
	color: #b31b1b;
}
#contact p {
  	font-size: .9em;
	color: #000;
}
.footnote { font-size: .8em; }

.red { color: #8b0000; }
.red-bg { background-color: #8b0000; color: #fff;  }
.red-border { border: 1px solid #8b0000; }
.red-border-bottom { border-bottom: 1px solid #8b0000; }

.gray-bg { background-color: #eee; }

.row1 { background-color: #eee; }
.row2 { background-color: #fff; }

p.sup {
    font-size: .7em;
}

dt { font-weight: bold; }

.clear-both {
	clear: both;
}
</style>