body {
	background-color: #CFE6DF;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	font: normal 16px/18px Georgia,"Times New Roman",Times, serif;
}

a {
	font-weight: bold;
	text-decoration: none;
}

em {
	/*color: #880088;*/
	color: black;
	font-weight: bold;
}

img {
	border: none;
}

li {
	margin-top: 0.1em;
}

ol {
	text-align: left;
}

ul {
	text-align: left;
	list-style-type: circle;
	margin-bottom: 0.2em;
}

#header, #navigation, #main {
	border-left: 1px solid #AFD1BE; /* bit lighter: #B9DDC9 */
	border-right: 1px solid #AFD1BE;
}

/*--------------------HEADER-------------------*/

#header {
	background-color: #CCFCF0;
	vertical-align: top;
	margin: 0;
	padding: 20px;
}

#header img {
	float: left;
	margin-right: 50px;
}

#header h3 {
	text-align: right;
}

/*--------------------NAVIGATION-------------------*/

#navigation {
	background-color: #CCFCF0;
	padding-top: 10px;
}

#navigation ul {
	background-color: #CCFCF0;
	background-color: #caf9ee;
	padding: 0 20px;
	margin: 0;
}

  #navigation li {
	background-color: #CCFCF0;
	background-color: #caf9ee;
	list-style: none;
	float: right;
	display: block;
	border-right: 3px #666 solid;
	text-align: center;
	padding: 0px 6px;
	margin: 0;
	position:relative;
}

  #navigation li ul {
       background: none repeat scroll 0 0 #CCFCF0;
		background: none repeat scroll 0 0 #caf9ee;
		/* border-bottom: 2px solid #8ae4ce;	 */

      border-right: 1px solid #aaa;
      border-right: 1px solid #bacfc9;
      border-left: 1px solid #aaa;
      border-left: 1px solid #bacfc9;
       float: left;
       padding: 15px 0 0 0;
       display: none;
       position: absolute;
       }

  #navigation li ul li {
      /* border-bottom:1px solid #8ae4ce;   */
	  border:none;
	  border-bottom: 1px solid #aaa;
	  border-bottom: 1px solid #bacfc9;

      padding:5px 8px;
      float:left;
      overflow:hidden;
	  min-width: 100px;
      }

#navigation ul li.last {
	border-right: none;
}

#navigation ul li.main {
	background-color: #CCFCF0;
}

#navigation ul  li a {
	padding-right: 0;
	text-decoration: none;
	color: black;
	font-weight: normal;
	font-size: 16px;
	display: block;
}

#navigation ul li.has-no-subnavs a:hover {
	color: #993300;
	cursor: pointer;
	text-decoration: underline;
}

#navigation ul.subnav li a:hover {
	cursor: pointer;
	width: 100%;
	height: 100%;
}

/*--------------------MAIN-------------------*/

#main {
	padding: 10px 20px;
	margin: 0;
	background-color: #CCFCF0;
	text-align: justify;
}

#main a:link, #main a:visited {
	color: #993300;
	text-decoration: none;
}

#main a:hover {
	color: black;
	text-decoration: underline;
}

#main h2 a:hover {
	text-decoration: none;
}

#main h2 {
	background-color: #CFE6DF;
	padding: 2px;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	margin-top: 30px;
	line-height: 1.5em;
}

#main h3 {
	text-align: right;
	padding: 10px;
	border-bottom: 1px solid #000;
	clear: both;
}

h4 {
  text-align: center;
  font-weight: bold;
  font-style: italic;
  clear: both;
}

#main p.Title {
	font-weight: bold;
	font-size: 1.2em;
}

#main div.quote p {
	font-style: italic;
}

#main div.quote p.cite {
	font-style: normal;
	text-align: right;
}

#main div.ListBox {
	margin: 0 auto;
	padding: 0 auto;
}

#main div.ListBox ul {
	float:left;
	padding-left: 98px;
}

#main div.TextWithRightFloatImage img {
	float:right;
	padding: 5px;
	border: 1px solid #aaa;
	margin-left: 20px;
	margin-bottom: 1em;
	width: 250px;
}

#main div.TextWithRightFloatImage img.Portrait {
	width: 200px;
}

#main div.TextWithLeftFloatImage img {
	float:left;
	padding: 5px;
	border: 1px solid #aaa;
	margin-right: 20px;
	margin-bottom: 1em;
	width: 250px;
}

#main div.TextWithLeftFloatImage img.Portrait {
	width: 200px;
}

#main div.TextWithLeftFloatImage ul {
	overflow: hidden;
}

#main ul.UnmarkedList {
	list-style-type: none;
}

div.Centered {
	text-align: center;
}

div.CenterImage, div.WideCenterImage {
	margin: 2em 0;
}

div.CenterImage img, div.WideCenterImage img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 330px;
	padding: 5px;
	border: 1px solid #aaa;
}

div.CenterImage p {
	text-align: center;
}

div.CenterImage img.Portrait {
	width: 250px;
}

div.WideCenterImage img {
	width: 480px;
}

#main table.CenteredTable {
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	table-layout: fixed;
}

#main table.CenteredTable td {
	border-style: none;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px;
}

#main table.CenteredTable img {
	width: 215px;
	padding: 5px;
	border: 1px solid #aaa;
	margin-top: 1em;
}

#main table.CenteredTableWithBorder {
	margin-left: auto;
	margin-right: auto;
	border: thin solid #aaa;
	table-layout: fixed;
	background-color:#eee;
}

#main table.CenteredTableWithBorder tr {
    text-align: center;
	margin: 0 auto;
	padding: 0 auto;
}

#main table.CenteredTableWithBorder td {
	background-color:#33FFFF;
	border: thin solid #aaa;
	text-align: center;
	vertical-align: middle;
	padding: 2px 5px;
}

#main div.StackTwoImagesRightFloat {
	float: right;
	width: 282px;
	margin-bottom: 10px;
}

 #main div.StackTwoImagesRightFloat img {
	float: none;
	margin-bottom: 1em;
}


table.TwoImgWide  {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

table.TwoImgWide img {
	border: 1px solid #aaa;
	height: 200px;
	padding: 5px;
}

table.TwoImgWide td {
	text-align: center;
	padding: 5px;
}

/******************************************************
	         ImageWithCaptionRightFloat / ImageWithCaptionLeftFloat
******************************************************/

#main div.ImageWithCaptionRightFloat {
	float: right;
	width: 282px;
	margin-bottom: 1em;
	text-align: center;
}

#main div.ImageWithCaptionLeftFloat {
	float: left;
	width: 282px;
	margin-bottom: 1em;
	text-align: center;
}

#main div.ImageWithCaptionRightFloat img {
	float: none;
	width: 250px;
	margin-bottom: 0.5em;
	padding: 5px;
	border: 1px solid #aaa;
	margin-left: 20px;
}

#main div.ImageWithCaptionLeftFloat img {
	float: none;
	width: 250px;
	margin-bottom: 0.5em;
	padding: 5px;
	border: 1px solid #aaa;
	margin-right: 20px;
}

#main div.ImageWithCaptionRightFloat p {
	font-style: italic;
	margin: 0;
	margin-left: 20px;
	padding: 0 5px;
}

#main div.ImageWithCaptionLeftFloat p {
	font-style: italic;
	margin: 0;
	margin-right: 20px;
	padding: 0 5px;
}

#main div.PortraitImageWithCaptionRightFloat {
	float: right;
	width: 232px;
	margin-bottom: 1em;
	text-align: center;
}

#main div.PortraitImageWithCaptionLeftFloat {
	float: left;
	width: 232px;
	margin-bottom: 1em;
	text-align: center;
}

#main div.PortraitImageWithCaptionRightFloat img {
	float: none;
	width: 200px;
	margin-bottom: 0.5em;
	padding: 5px;
	border: 1px solid #aaa;
	margin-left: 20px;
}

#main div.PortraitImageWithCaptionLeftFloat img {
	float: none;
	width: 200px;
	margin-bottom: 0.5em;
	padding: 5px;
	border: 1px solid #aaa;
	margin-right: 20px;
}

#main div.PortraitImageWithCaptionRightFloat p {
	font-style: italic;
	margin: 0;
	margin-left: 20px;
	padding: 0 5px;
}

#main div.PortraitImageWithCaptionLeftFloat p {
	font-style: italic;
	margin: 0;
	margin-right: 20px;
	padding: 0 5px;
}

#main div.PageSummary img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 330px;
	padding: 5px;
	border: 1px solid #aaa;
}

#main div.PageSummary img.Portrait {
	width: 250px;
}

#main div.PageSummary table.CenteredTable td {
	padding: 0 10px;
}

#main p.caption {
	font-style: italic;
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}

#main p.note {
	font-style: italic;
}

#main ol.IndexList {
	font-weight: bold;
}

#main ul.IndexList {
	font-weight: bold;
}

#main ol.ListWithSpacing li {
	margin-bottom: 0.5em;
}

#main ul.ListWithSpacing li {
	margin-bottom: 0.5em;
}

/*--------------------FOOTER-------------------*/

#footer table {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: white;
	border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
}

#footer table td {
	padding: 1px;
	border-width: 1px;
	border-style: inset;
	border-color: white;
	border-collapse: separate;
	text-align: center;
	font-weight: bold;
}

#footer table td.footer1 {
	background-color: #BFFFEE;
}

#footer table td.footer2 {
	/*background-color: #80FFDC;*/
	background-color: #CFE6DF;
}

#footer.enhanced-footer {
	background-color: purple;
}

/*--------------------MISC-------------------*/

div.clear {
	clear: both;
	font-size: 1px;
	line-height: 0;
}

#socialMediaLinks {
	display: none;
}

/*----------------OverviewTable---------------*/

table.OverviewTable td {
	vertical-align: top;
}

table.OverviewTable td :last-child {
	margin-bottom: 2em;
}

table.OverviewTable img {
	border: 1px solid #aaa;
	margin-bottom: 0.5em;
	padding: 5px;
}