body {	
	background-color: black;
	font-family: Optima, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	padding-top: 6;
	padding-left: 6;
	padding-right: 6;
	margin-left: auto;
	margin-right: auto;

}



img {
        max-width: 100%;
        height: auto;
      }




#modalImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#modalImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#modalImg:hover {
  opacity: 0.4;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}



.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0)
  }
  to {
    transform: scale(1)
  }
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}













table {
	max-width: 700;
	border: 0;
	background-color: white;
	padding: 10px;
	cellspacing: 0;
	table-layout: fixed;
	}
.top {
	max-width: 730;
	border: 0;
	background-color: black;
	padding : 0px;
	}

tr {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
	}

hr {
	width: 90%;
	}
.short {
	width: 46%;
	}






basefont {
	font-family: Optima, Verdana, Helvetica, sans-serif;
	}

p { font-family: Optima, Verdana, Helvetica, sans-serif;
	color: black;
	font-size: 1em;
	border-style: hidden;
	
}
.title {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 2%;
	margin-bottom: 2%;
	border-style: hidden;
}

.header {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 2%;
	margin-bottom: 2%;
	border-style: hidden;
}

.video-container {
  max-width: 80%;
  margin: 0px auto;
}

.video-container > div {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.video-container-sq {
  max-width: 100%;
  margin: 0px auto;
}

.video-container-sq > div {
    overflow: hidden;
    position: relative;
    padding-bottom: 75%;
}

.video-container-sq iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





A:link { text-decoration:none bold;
color: blue;
outline: none;
}
/*
A:visited { text-decoration: bold; 
color: purple; 
}
A:hover { text-decoration:underline bold;
}
a {
outline:none;
}
a img {
border:none;
}
*/




.menu a {
	text-decoration: none;
	color: black;
	font-size: .75em;
	text-align: center;
	border-style: hidden;
	border-width: thin;
	border-color: black;
	padding: 3px;
	margin-left: 5px;
	margin-right: 5px;
}
.menu A:link {
	text-decoration:none bold;
	color: blue;
	font-size: .75em;
	text-align: center;
	border-style: hidden;
	border-width: thin;
	border-color: black;
	padding: 3px;
	margin-left: 2%;
	margin-right: 2%;
}

/*
.menu A:hover {
	text-decoration:none bold;
	color: blue;
	font-size: .75em;
	background-color: black;
}
.menu A:visited { text-decoration:none bold;
color: purple;
}
*/


.copyright {
font-size: .75em;
}

/*
.tabletext a { 
font-size: 1em;
border-style: hidden;
border-width: thin;
border-color: black;
padding: 2%;
margin-left: 14%;
}
.tabletext A:link { 
font-size: 1em;
border-style: hidden;
border-width: thin;
border-color: black;
}

.tabletext A:hover { 
font-size: 1em;
border-style: hidden;
border-width: thin;
border-color: black;

}
*/

table.top {width:100%;
margin-left: auto;
margin-right: auto;
background-image: url(gradient2.gif);
background-repeat: repeat-x;
}
.leftcolumn { position: relative;
width: 21%;
height: 100%;
float: left;
padding:30;
background-color: #F0F8FF;
margin-right:2%;
}
.rightcolumn { position: relative;
width: 21%;
height: 100%;
float:right;
background-color: #F0F8FF;
margin-left:2%;
}



--------------
#sidemenu {
} 

#sidemenu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#sidemenu a, #sidemenu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: none;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#sidemenu h2 {
color: black;
background: #CAE1FF;
text-transform: uppercase;
}

#sidemenu a {
color: #000;
background: #F0F8FF;
text-decoration: none;
}

#sidemenu a:hover {
color: white;
background: black;
}

#sidemenu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#sidemenu ul ul ul {
position: absolute;
top: 0;
right: 100%; /* to position them to the left of their containing block */
width: 100%; /* width is based on the containing block */

}

div#sidemenu ul ul ul,
div#sidemenu ul ul li:hover ul ul
{display: none;}

div#sidemenu ul ul li:hover ul,
div#sidemenu ul ul ul li:hover ul
{display: block;}



<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 
#menu ul li {
float: right; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#menu ul li a {
height: 1%; /* make links honour display: block; properly */
} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif; 
/* if required use em's for IE as it won't resize pixels */
} 
</style>
<![endif]-->




table.centrecolumn {
width: 46%;
}