html {
  height: 100%;
  margin: 0;
  border: 0;
  padding: 0;
}
body {
	height: 100%;
	margin: 0;
	background-color: #f5f5f5; /* WhiteSmoke */
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	font-style:normal;
	font-weight:normal;
/*	font-size: 0.9em; */
	font-size: 0.7em;
/*	line-height: 1.5em; */
	line-height: 150%;
	text-decoration:none;
}
/* Font Styling */
p {
}
h1 {
	font-size: 3.5em;
	font-weight:normal;
	letter-spacing:-.015em;
	line-height: 0.7em;
	text-align: left;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #555555;
	margin: 24px auto;
	padding: 0px 24px;
}
h2 {
	font-size:2.5em;
	font-weight:normal;
	letter-spacing:-.015em;
	line-height: 1em;
	text-align: left;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #555555;
}
h3 {
	font-size:1.5em;
	font-weight:normal;
	letter-spacing:-.015em;
	line-height:1.3em;
	text-align: left;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #555555;
}
h4 {
	font-size:1.1em;
	font-weight:normal;
	letter-spacing:-.015em;
	line-height:1.1em;
	text-align: left;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #555555;
}
strong {
	font-weight: normal;
	color: #555555;
}
.miscItem {  /* This style is also used for various classes in the blog */
	font-size: 0.9em;
	line-height: 0.9em;
	text-align: center;
}
.miscItem p
{
	text-align: center;
}
/* Link Styling */
a {
	text-decoration:none;
}
a:link {
	color: #41008F;
}
a:active {
	color: #FF0000;  /* Red */
	text-decoration:underline;
}
a:visited {
	color: gray; /* Grey */
}
a:hover {
	color: #FF8500;  /*Amber*/
	text-decoration:underline;
}

/* Form Styling */
form
{
	margin: 0;
	padding: 0;
}
fieldset
{
	border: none;
}

/* Basic Layout Elements */
#cb_outer {
	margin: 0 0 -128px 0;  /* Fit the footer into this margin */
	min-height: 100%;
}
#cb_contents {
	background-color: #ffffff;  /* White */
	margin: 0 auto;
	width: 800px;
}
#cb_header {
	margin: 24px;
}
.headingArea {
	background-color: #F5F5F5; /* WhiteSmoke */
}
#cb_inner {
	text-align: justify;
	margin: 24px 32px;
}
#cb_footer {
	background-color: #F5F5F5; /* WhiteSmoke */
	font-size: 0.7em;
	line-height: 0.7em;
	text-align: center;
	position: relative;
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 800px;
}
.cb_clear {
	clear: both;
}
#cb_clear_header {
	height: 24px;
}
#cb_inner {
	margin: 24px 32px;
}
#cb_clear_footer {
	height: 144px;  /* This is the height of the footer + gap at bottom of contents div */
	clear: both;
}
/* Specific Footer Elements */
.googleFooter {
	margin: 0;
	padding: 0 0 8px 0;
	border: 0;
}
.w3cFooter {
	margin: 0;
	padding: 0;
	border: 0;
}
.copyrightFooter {
	margin: 0;
	padding: 0;
	border: 0;
}
.copyrightFooter p
{
	text-align: center;
}
/* Floating Elements */
.floatRight {
	float:right;
	margin: 0;
}
.floatLeft {
	float:right;
	margin: 0;
}

/* Standard Image Elements */
img {
	border: 8px;
	border-color: #F5F5F5; /* WhiteSmoke */
	border-style: solid;
}
.image_portrait {
	width: 200px;
	height: 300px;
}
.image_landscape {
	width: 300px;
	height: 200px;
}
.image_bio {
	padding: 0;
	margin: 0;
	width: 144px;
	height: 144px;
}

/* Other block element Formatting */
blockquote {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
	line-height: 1.5em;
	display: block;
  padding: 0 40px;
	margin: auto;
	width: 250px;
	text-align: center;
}
blockquote:before, blockquote:after {
	color: #FF8500;  /*Amber*/
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 5.0em;
	line-height: 0em;
	display: block;
    width: 0.4em;
}
blockquote:before {
	content: open-quote;
	margin-left: -50px;
	margin-bottom: -0.5em;
	margin-top: 70px;
}
blockquote:after {
	content: close-quote;
	margin-left: 250px;
}

/* Lists used for navigation */
.navList {
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0;
}
.navList ul {
	text-align: center;
	margin-left: 0;
	padding-left: 0;
}
.navList li {
	list-style-type: none;
	margin: 0 auto;
	padding: 0.25em 1em;
	border-left: 1px solid #555555;
	display: inline
}
.navList li:first-child {
	border-left: none;
}

.siteList {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 0;
}
.siteList ul {
	text-align: center;
	margin-left: 0;
	padding-left: 0;
}
.siteList li {
	list-style-type: none;
	margin: 0 auto;
	padding: 0.25em 1em;
	border: none;
	display: list-item;
}
.siteList li:first-child {
}

/* Navigation Squares as in home page - these are overwritten by congoblue-home.css so they won't affect main page. */
.navLink {
	font-size: 1.3em;
	line-height: 100%;
	height: 112px;
	width: 112px;
	margin: 0;
	padding: 0;
	border: 0;
	display:table-cell;
	vertical-align:middle;
	text-align: center;
	background: url(/images/congoblue/backgrounds/highlight.gif) repeat-x;
}
.navSquare {
	margin: 24px;
	border: 0;
	padding: 0;
	float: left;
	width: 112px;
	height: 112px;  
	text-align: center;
	background: #41008F; /*url(/images/congoblue/backgrounds/blue_grad.gif) repeat-x;*/
}
.navSquare a {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #ffffff;  /* white */
	font-size: 2.0em;
	font-weight: normal;
	letter-spacing: 0em;
	line-height: 0.9em;
	display: block;  /* see http://developer.mozilla.org/en/docs/Images%2C_Tables%2C_and_Mysterious_Gaps */
}
.navSquare a:active {
	color: #FF0000;  /* Red */
	text-decoration: none;
}
.navSquare a:visited {
	color: #C0C0C0; /* Light Grey */
}
.navSquare a:hover {
	color: #FF8500;
	text-decoration: none;
}
.fp_box {
/*	border: 0;
	border-color: gray; */
	border: none;
	width: 112px;
	height: 112px;
}