.sourcediv {
float: right; width: 13em; padding: .7em; padding-top: 0; margin: 0; margin-left: .6em; font-size: 70%; font-weight: normal; font-family: Arial, Helvetica, sans-serif; border: 1px solid black; box-shadow: 4px 2px 8px #d6d2d2;
}

.sourcelist {
	line-height: 1em; padding: 0; margin: 0; padding-bottom: .5em;
}



	


.centercolumn a:link {
    color: black;
	background-color: white;
    text-decoration: none;
}
.centercolumn a:visited {
    color: black;
	background-color: white;
}
.centercolumn a:active,
.centercolumn a:hover {
    color: black;
	background-color: white;
}


.yellowlink a:link {
    color: #dfb600;
	font-weight: bold;
    text-decoration: none;
}
.yellowlink a:visited {
    color: #dfb600;
	font-weight: bold;
}
.yellowlink a:active,
.yellowlink a:hover {
    color: #dfb600;
	font-weight: bold;
}


.topmenu {
	position: absolute; top:1em; left: 25%; width: 33%; border: 0; padding: 0; margin: 0; text-align: center; margin-left: auto; margin-right: auto;
	}
	
.blurbbox {
	position: absolute; 
	top:1em;  
	border: 0; 
	margin: 0; 
	text-align: center; 
	left: 0; 
	top: 0; 
	margin-top: 0; 
	width: 100%; 
	padding: 0; 
	padding-top: .4em; 
	margin-left: 0; 
	margin-right: 0; 
	margin-left: auto;
	margin-right: auto;
	}	
	
.blurbboxinside {
	left: 20%; 
	width: 60%; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 0;  
	box-shadow: 4px 2px 8px #d6d2d2;
}	

.deadminewalkingblurb {
	border: 0; 
	margin: 0; 
	padding: 0; 
	border-spacing: 0; 
	left: 0; 
	width: 100%; 
	background-color: black; 
	color: white;
}

.deadminewalkingtd {
	font-size: 3em;font-weight: bold; font-family: 'Arial black', Arial, Helvetica, sans-serif; text-align: center; margin-top: 0; padding-top: 0
}

.deadminewalkingtdtwo {
font-size: 1em;font-weight: normal; font-family: Arial, Helvetica, sans-serif; text-align: center; margin-top: 0; padding-top: 0; padding-bottom: 1em;
}
	
.topmenuimage {
	text-align: center; 
	height: 2em;
}


.pagelinks {
	color: white;
	background-color: black;
	font: 8pt  "Arial", "Helvetica", sans-serif; 
	font-weight: bold; 
	padding: .3em;
}

.pagelinks a:link, .pagelinks  a:visited, .pagelinks  a:active, .pagelinks a:hover {
	color: white;
	background-color: black;
}


.MakeSmallBold { font: 8pt  "Arial", "Helvetica", sans-serif; font-weight: bold; }

.RegularBodyBold {font: 11pt "Arial", "Helvetica", sans-serif; font-weight: bold }

.rightside  {
	width:24%;
	left: 62%;
	position: absolute;
	z-index: 22;
	background-color: white;
	padding: 7px 5px 5px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.leftside  {
	width:24%;
	left: 0;
	position: absolute;
	z-index: 22;
	background-color: black;
	padding: 7px 5px 5px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.leftwide {
	width:60%;
	left: 0;
	position: absolute;
	z-index: 22;
	background-color: white;
	padding: 7px 5px 5px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.centercolumn {
	left: 26%;
	min-width: 46%;
	max-width: 30em;
	position: absolute;
	vertical-align: text-top;
	background-color: white;
	padding: 7px 15px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.mlcolumn {
	width:40%;
	left: 15%;
	min-width: 46%;
	max-width:70%;
	position: absolute;
	vertical-align: text-top;
	background-color: white;
	padding: 7px 15px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.medialinkdiv {  
	display: inline-block;
	text-align: center; 
	font-size: 0; 
	margin:0;
	padding: 0; 
	
}

.fitcontainer {
	width: 100%; 
	padding: 0; 
	margin: 0;  
	font-size: 0; 
	background-color: white; 
	text-align: center;
}


.maincontainer { 
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 100%;
	position: relative;
	background-color: white;
	text-align: center;
	border: 0;
}


.contentcontainer { 
	width: 98%;
	text-align: center;
	font-size: 0;
	padding: 0;
	left: 1%;
	margin: 0;
	height: 100%;
	position: relative;
 	vertical-align: top;
	border: 0;
	background-color: white;
	border-radius: 4em;
 	
}

.bottommenu {
position: fixed; bottom: 0; left: 65%; width: 30%;
}

.bottommenuleft {
position: fixed; bottom: 0; left: 1%; width: 38%;
}

.bottommenu2 {
	display: none; z-index:100;
}
  
.pStyle {
color: white;font-family: Verdana; font-size: 1em; font-weight: 400;
}

.collapsible {
  background-color: black;
  color: #dfb600;
  cursor: pointer;
  padding: 9px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-weight: 700;
}

.active, .collapsible:hover {
  background-color: black;
}

.collapsible:after {
  content: '\2796'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #dfb600;
  background-color: black;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\02795"; /* Unicode character for "minus" sign (-) */
  background-color: black;
  color: #dfb600;
}


.content {
  padding: 0 18px;
  visibility: visible;
  overflow: hidden;
  background-color: #f1f1f1;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}

.dropdown {
  position: fixed;
  display: block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  left: -15px;
  padding: 8px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}


/* link styles */

a:link {
	color: #dfb600;
	text-decoration: none;
	font-weight: 900;
}
a:visited {
	color: #dfb600;
	text-decoration: none;
	font-weight: 900;
}
a:hover {
	color: #dfb600;
	text-decoration: none;
	font-weight: 900;
}
a:active {
	color: #dfb600;
	text-decoration: none;
	font-weight: 900;
}




.container {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 5px;
}

.box {
 
  position: absolute;
  top: 0;
  left: 0;
  
 
}

.overlay {
  z-index: 9;
  margin: 5px;
  
}







