/*----------------------------------------*
**  Global
**----------------------------------------*/

html,body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #FFF;
  height: 100%;
  min-height: 100%;
  }
div,p,h1,h2,h3,ul,li {
  margin: 0;
  padding: 0;
  }
h1 span,h2 span,h3 span {
  display: none;
  }

/*----------------------------------------*
**  Layout
**----------------------------------------*/

#container {
    min-height: 100%;
	height: 100%;
	position: relative;
	width: 954px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
  }
/*----------------------------------------*
**  Links
**----------------------------------------*/

a:link { color: #666600; background-color: transparent; text-decoration: underline; font-weight: bold; }
a:visited { color: #666600; background-color: transparent; text-decoration: underline; font-weight: bold; }
a:hover   {color: #9d1f60; background-color: transparent; text-decoration: underline; font-weight: bold; }

#footer a:link { color: #000; background-color: transparent; }
#footer a:visited { color: #000; background-color: transparent; }
#footer a:hover   { color: #fff; background-color: transparent; }

#nav a:link { color: #bfc39f; background-color: transparent; text-decoration: none; font-weight: normal; }
#nav a:visited { color: #bfc39f; background-color: transparent; text-decoration: none; font-weight: normal; }
#nav a:hover   { color: #fff; background-color: transparent; text-decoration: none; font-weight: normal; }

#nav #active_page, #nav #active_page a {
	font-family: arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}

/*----------------------------------------*
**  #intro
**----------------------------------------*/

#pageHeader h2 a {
	margin-top: 20px;
	width: 952px;
	height: 128px;
	margin-bottom:10px;
	background-color: transparent;
	background-image: url(../images/diadem_logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block; 
	overflow: hidden;
  }
/*----------------------------------------*
**  #Center Container and Text
**----------------------------------------*/

#center_container {
	position: relative;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	margin-left: 20px;
	margin-top:0px;
	width: 742px;
	padding-top: 0px;
	height: 100%;
	overflow:scroll;
  }
#explanation h3    {
	color: #555f00;
	font-family: "arial", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 30px;
	padding-top: 20px;
}
#explanation p    {
	background-color: #e6e6e6;
	margin-top: 15px;
	color: #000;
	font-family: "arial", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-right: 20px;
	margin-left: 30px;
}
#explanation ul {
    margin: 15px 20px 0 45px;
}
#explanation li {
    margin: 0 0 15px 0;
}
.add-date {
    font-size: 10pt;
    font-style: italic;
    display: block;
}
#sub_list    {
	color: #000;
	font-family: "arial", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-right: 20px;
	margin-left: 50px;
}
#caption    {
	margin-top: 15px;
	color: #666600;
	font-family: "arial", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-right: 20px;
	margin-left: 30px;
}
/*----------------------------------------*
**  #Left Container and nav
**----------------------------------------*/

#left_container {
	float: left;
	background-color: #666600;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top:0px;
	width: 196px;
	padding-top: 0px;
    height: 100%;
}
#nav {
	font-family: arial;
	font-size: 16px;
}
#nav ul {
  margin-left: 0px;
  height:20px;
	}
#nav li {
	list-style-type: none;
	color:#FFF;
	display:block;
	height:38px;
	padding-top:17px;
	padding-left:10px;
	margin-bottom: 0px;
	border-bottom-width:thin;
	border-bottom-height: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
	font-weight:bold;
  }
/*----------------------------------------*
**  #footer
**----------------------------------------*/

#footer_container {
	position: relative;
	background-color:#fff;
	background-repeat: repeat-x;
}
#footer_text{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
}
/*----------------------------------------*
**  #sponsors
**----------------------------------------*/

#SponsorArea {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	height: 200px;
	margin-top: 0;
}
#sponsors ul {
  margin-left: 100px;
  margin-top: 20px;
  margin-bottom: 0px;
  }
#sponsors li {
	display: inline;
	margin-top:0;
	}
