.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
h1, h2, h3, h4, h5, h6 {
	color: #61411E;
	font-family: serif;
}
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 12pt;
}
h3 {
	font-size: 10pt;
}
#outer {
	width: 70%;
	margin: auto;
	position: relative;
	min-width: 750px;
}
body {
	background-color: white;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: smaller;
	margin: 0px;
	margin-bottom: 10px;
	line-height: 170%;
}
#wrapper {
	border-style: solid;
	border-color: #CCC;
	border-width: 0px 1px 1px 1px;
}
.main-content {
                padding: 0px 20px 30px 20px;
}
.content-with-menu {
	border-left: 1px solid #CCC;
}
#logo {
	/* background-image: url(bgHeader.jpg); */
	background-color: #186;
	position: relative;
	height: 90px; 
}
#logolink {
	/* background-image: url(bgLogo_NCP.jpg); */
	color: white;
	text-decoration: none;
	font-size: 26px;
	display: block;
/*	height: 90px; */
	width: 360px;
	padding: 25px;
}
#quicklinks {
	margin-top: 5px;
	float: right;
	overflow: auto;
	text-align: right;
	padding: 10px;
	text-size: larger;
	color: white;
}
#quicklinks a {
	color: white; 
	text-decoration: none;
}
#quicklinks div {
	margin-bottom: 5px;
	font-size: 14px;
	font-style: italic;
}
#quicklinks img {
	vertical-align: text-bottom;
	border: none;
	margin-left: 5px;
}
#sidelinks {
	float: right;
	width: 160px;
	/* border-left: 1px solid #CCC; */
	background-color: #f0f0f0;
	padding: 0px 10px 20px 20px;
	line-height: 2em;
	margin-left: 10px;
}
#sidelinks a {
	display: block;
}
#bottomnav {
	border-top: 1px solid #CCC;
	height: 1%;
}
#topnav {
	border-bottom: 1px solid #CCC;
	height: 1%;
	margin-bottom: 10px;
}
.nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}
.nav a {
	color: #61411E;
	display: block;
	padding: 5px 15px;
	text-decoration: none;
}
.nav li.over, .nav a:hover, .nav .selected {
	background-color: #EEE;
}

.nav .selected {
	background-color: #CCC;
}
.nav li ul {
	background-color: white;
	position: absolute;
	left: -999em;
}
.nav li {
	float: left;
	position: relative;
}
.nav li:hover ul, .nav li.over ul {
	left: auto;
	
}
#topnav ul li ul {
	border: 1px solid #CCC;
}
#topnav ul li ul li a {
	width: 12em;
}
}#topnav a {
	padding: 0.5em 10px 0.4em;
}
#leftnav {
	margin-left: 10px;
	padding: 3em 0;
	line-height: 2em;
	float: left;
	width: 160px;
	height: 100%;
}
#leftnav a {
	float: none;
	padding: 3px;
}
#bottomnav a {
	padding: 5px 12px;
	float: left;
}
.formlayout {
	min-width: 500px;
}
.formlayout .field {
	border-bottom: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 10px;
}
.formlayout .field label {
	font-weight: bold;
/*	float: left;
	width: 100px; */
}
.formlayout .field .content {
/*	margin-left: 105px; */
}
.formlayout .field .content select {
/*	width: 100%; */
}
.column {
	width: 46%;
	float: left;
}
.leftcolumn {
	margin-right: 2%
}
.rightcolumn {
	margin-left: 2%
}
.criteria {
	margin-bottom: 20px;
	font-style: italic;
	line-height: 2em;
}
.criteria span {
	color: #666;
	background-color: #EEE;
	padding: 0px 5px;
	white-space: nowrap;
}
#searchmessage {
	margin: 20px 0px;
	font-style: italic;
}
.searchresult {
	margin-bottom: 15px;
}
.searchresult .title {
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #EEE;
}
.searchresult .rating {
	color: #A00;
}
.searchresult .fragment {
	color: #666;
}
.searchresult .doc_type {
/*	color: #966; */
}
.searchresult .fragment strong {
	color: #A33;
}
.searchresult a {
	font-style: italic;
	text-decoration: none;
}
.paging {
	text-align: center;
	font-size: larger;
}
.paging a {
	text-decoration: none;
}

.deletelink {
	color: #F00;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.4em;
}

.msg {
	font-weight: bold;
	border: 1px solid;
	padding: 5px;
	margin-bottom: 5px;
}

.message {
	color: #61411E;
	background-color: #61411E;
}

.error { 
	color: #A33;
	background-color: #FCC;
 }

.success { 
	color: #3A3;
	background-color: #CFC;
 }

#editquicklinks {
	margin-left: 310px;
}
#editquicklinks div {
	float: left; 
	margin-right: 10px;
}
 
.deletehighlight { 
                   text-decoration: bold;
                   color: #FF2222
                   } 
.smalllink { 
  	font-size: 5pt;
 }

.matrix {
	width: 90%;
          margin: 0 auto;
}

.matrix th {
	font-weight: bold;
}

.matrix tbody th {
	white-space: nowrap;
	text-align: left;
}

.matrix tbody td {
                   cursor: pointer;
                   background-position: center center;
                   background-repeat: no-repeat;
                   width: 40px;
                   height: 20px;
}

.matrixcellhighlight { 
	background-color: #DDDDDD;
}

.matrixrowhighlight { 
	background-color: #EEEEEE;
}

td {
	vertical-align: top;
}

#timeline {
	border-spacing: 10px;
}

#timeline td:first-child {
	white-space: nowrap;
	font-weight: bold;
}

.quoteblock {
	background-color: #EED;
	font-size: 1.3em;
	position: relative;
	float: right;
	width: 40%;
	text-align: center;
	margin: 0 0 1em 1em;
	
}
.quoteblock p {
	margin: 0.5em 3em;
}
.quoteblock .quote {
	color: #AA9;
	position: absolute; 
	font-size: 5em;
	margin: 0 0.1em;
	line-height: 100%;
/*	border: 1px solid red; */
}
.quoteblock .lq {
	left: 0;
	top: -0em;
}
.quoteblock .rq {
	height: 1em;
	right: 0;
	bottom: -0.4em;
}
#links-page a {
	display: block;
	
}
