body {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #FFFFFF;
	width: 850px;
	background-color: #B8B8B8;
	text-align: center;
}




#box {
	width: 850px;
	text-align: center;
	color: #003399;
	background-color: #B8B8B8;
}
#header {
	text-align: center;
	color: #003399;
	background-color: #B8B8B8;
}
#columnLeft {
	width: 180px;
	margin-left: 10px;
	padding-top: 1em;
	color: #003399;
	background-color: #B8B8B8;
	text-align: left;		
}
#columnRight {
	color: #003399;
	background-color: #B8B8B8;
	padding-top: 1em;
	margin: 0 2em 0 200px;
}
#footer {
	clear: both;
	padding-bottom: 1em;
	
	color: #003399;
	background-color: #B8B8B8;
	text-align: center;	
}	
p {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 100%;
	
}
p.header {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 150%;
}
A  {
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	color : #003399;
	font-size : 12px;
}
A:visited  {
	text-decoration :  none;
	font-family : Arial, Helvetica, sans-serif;
	color : #003399;
		font-size : 12px;
}
A:hover  {
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-size : 12px;
}
A.menu1  {
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	color : #ff0000;
	font-size : 12px;
}
A.menu1:visited  {
	text-decoration :  none;
	font-family : Arial, Helvetica, sans-serif;
	color : #ff0000;
		font-size : 12px;
}
A.menu1:hover  {
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-size : 12px;
	}

A.special  {
	text-decoration :none;
	font-family : Arial, Helvetica, sans-serif;
	color: #ff0000;
	background-color: #99CCFF;		
	font-weight : bold;
	font-size : 12px;
 }
 A.special:visited  {
	text-decoration :none;
	font-family : Arial, Helvetica, sans-serif;
	color : #ff0000;
	font-weight : bold;
	font-size : 12px;
 }
 A.special:hover  {
	text-decoration :none;
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-weight : bold;
	font-size : 12px;
 }	
A.three  {
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	color : #003399;
	font-weight : bold;
	font-size : 12px;
}
A.three:visited  {
	text-decoration :none;
	font-family : Arial, Helvetica, sans-serif;
	color : #003399;
	font-weight : bold;
	font-size : 12px;
}
A.three:hover  {
	text-decoration :none;
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-weight : bold;
	font-size : 12px;
}	

#videogallery iframe {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    position: relative;
    vertical-align: top;
    margin: 0px;
    width: 160px;
    font-family: Trebuchet,Tahoma,Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    opacity: 0.87;
}
.modal {
  position: fixed;
  display: none;
  padding: 20px;
  box-shadow: 0 0 10px 10px #ccc;
  z-index: 100;
  width: 400px;
  height: 400px;
  left: 50%;
  margin-left: -200px;
  background: #000;
  top: 50%;
  margin-top: -200px; 
  border-radius: 10px;
  transition: all 0.5s ease-in;  
}