<style type="text/css">
body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	}
#header {
	background-color: #fff; 
	margin: 0;
	padding: 0;
        width: 100%;
	height: 128px;
	vertical-align: top;
	}
#header a { color: #fff; text-decoration: none }

#image-header { background-color: #ffffcc; 
	        height: 135px;
		width: 100%;
		text-align: center;
}

#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: #800080; /* purple (magenta) */
	color: #ffd700;
	font-size: 1em;
	font-wieght: bold; 
	text-align: center;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
.orangeHeader {
	width: 100%; height: 25px; background-color: #f90;
}
#sideNews {
	text-align: center;
	background-color: #fff;
        border-top: solid 2px #f90;
	color: #000;
	font-size: .9em;
}
#sideNews .header {
	font-size: 1.2em;
	font-weight: bold;
	color: #800080;
}
#sideNews a {
	color: #369;
}
#sideNews a:hover {
	color: #ff00ff;
}
#nav-header a {
	color: #fff;
	text-decoration: none;
}

#nav-header a:hover {
	color: #ff00ff;
	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:  #800080;
}

#nav .nav-item {
	border-bottom: 1px solid #800080;
	align: right;
	font-size: 1.em;
	font-weight: 500;
	padding-top: 2%;
	padding-bottom: 2%;
	text-indent: 5%;
	color: #000;
}
#nav a {
	text-decoration: none;
	color: #4b0082; 
}
#nav a:hover {
	text-decoration: none;
	color: #ff00ff; 
}
#nav ul {
   	line-height: 30px;
}
#nav li {
   	line-height: 30px;
}

#team-navs {
     	border-top: 1px solid #800080;
	border-bottom: 1px solid #800080;
 	background-color: #f90;
        color: #000;
        font-size: 1em;
	font-weight: 500;
        text-align: center;
	height: 25px;
}
#team-navs a {
	text-decoration: none;
	color: #fff; 
}
#team-navs a:hover {
	text-decoration: none;
	color: #ff00ff;  
}
#team-navs visited: {
	text-decoration: none;
	color: #fff;  
}


#breadcrumbs {
   	width: 100%;
	text-indent: 100px;
	font-size: .9em;
	text-decoration: none;
}
#breadcrumbs a {
	color: #336699;
}
#breadcrumbs a:hover {
   	color: #b31b1b;
}

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: 78%;
	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;

}
#content li {
	line-height: 25px; 
	width: 500px; 
	padding-left: 08px;

}


#content-section {
        clear: both;
        margin: 0 0 0 0;
	width: 600px;
	height: 100%;
}
#content-main {
	clear: left;
        float: left;
        width: 400px;
	color:  #800080;
}
#content-adds{
	clear: right;
        float: right;
        width: 190px;
	background-color: #fff;
	padding-right: 2px;
	text-align: right;
}

.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: #b31b1b; }

.gray-bg { background-color: #eee; }

.row1 { background-color: #eee; }
.row2 { background-color: #fff; }

dt { font-weight: bold; }
 
.page-title {
	width:100%;
	color: #4b0082; // #000; 
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
.bg-dark { background-color: #800080;
	      color: #fff;
}
.border { border: 1px solid #800080; }
.purple-border { border: 1px solid #800080; }

.clear {
   	clear: both;
}

</style>