<style type="text/css">
.space-header {
	margin: 0;
	padding: 0;
        width: 100%;
	height: 300px;  
}
#header {
	background-color: #336699; 
	margin: 0;
	padding: 0;
        width: 100%;
	height: 125px;
	vertical-align: top;
	border-top: 2px solid #000;
	}
#nav-header {
	margin: 0;
	padding: 0;
        width: 100%;
	height: 25px; 
	background-color: #ffcc00;
	color: #336699;
	font-size: 1em;
	font-wieght: bold; 
	text-align: center;
}
#nav-header a {
	color: #fof6fb;
	text-decoration: none;
}
#nav-header a:hover {
	color: #b31b1b;
	font-size: 1em;
	text-decoration: none;
}
#image-header {
        width: 100%;
	height: 75px; 
	background-color: #ccc;
	color: #f0f6fb;
	font-size: 1em;
	font-wieght: bold; 
	text-align: center;
}


// section will contain both nav and content
#section {
        clear: both;
        margin: 0 0 0 0;
	height: 100%;
}
#nav {
	clear: left;
        float: left;
        width: 10%;
	color:  #fof6fb;
}

#nav .nav-item {
	border-bottom: 1px solid #336699;
	align: right;
	font-size: 1.em;
	font-weight: 500;
	padding-top: 2%;
	padding-bottom: 2%;
	text-indent: 5%;
}
#nav a {
	text-decoration: none;
	color: #336699; 
}
#nav a:hover {
	text-decoration: none;
	color: #b31b1b; 
}
#nav ul {
   	line-height: 30px;
}
#nav li {
   	line-height: 30px;
}

ul { line-height: 30px; margin-left: 10px; pading-left: 10px;}
li { line-height:30px;  margin-left: 10px; pading-left: 10px;}
	
#content {
	clear: right;
        float: right;
        width: 80%;
	background-color: #fof6fb;
	padding-right: 2px;
	padding-left: 10px;
}

#content a {
	text-decoration: none;
	color: #336699;
}
#content a:hover {
	text-decoration: none;
	color: #b31b1b;
}
#content ul li{
	line-height: 25px; 
}
#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 #336699;
	border-bottom: 1px solid #336699;
	width: 100%;
	background-color: #eee;
}
#contact .contact-header {
     	font-wieght: bold;
	font-size: 1.1em;
	color: #b31b1b;
}
#contact p {
  	font-size: .9em;
	color: #000;
} 
.red { color: #b31b1b; }

.reference {
	width: 100%;
 	text-indent: 10px;
}
.reference .author {
  	font-size: .8em;
	font-style: italic;
	font-weight: bold;
}
.title {
	color: #336699;
	font-weight: bold;
}
.title a:link {
   color: #b31b1b;
   text-decoration: none;
}


</style>