/* global */

* {
  font-weight:normal;
  margin:0;
  padding:0;
}

html{
  height: auto;
}

body{
  font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  height: 100%;
  font-size: .68em;
  background: #EEEEEE;
  color: #000000;
}

hr {
  width: 400px;
  border-bottom: 1px solid white;
  border-top: 1px solid #2266DD;
  border-right: 1px solid white;
  border-left: 1px solid white;
  height:2px;
  text-align: center;
}

/* main container */
#main{
  width: 760px;
  height: auto;
  margin-left: auto; 
  margin-right: auto;
  color: #000000;
  background: #EEEEEE;
}

#header{
  display: none;
}

/* main content */
#content{
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  height: auto;
  padding: 0px;
  overflow: hidden;
  background: #666666;
} 

#menu{
  display: none;
} 

#pagetext{
  text-align: justify;
  width: 620px;
  height: auto;
  float: left;
  padding: 16px;
  background: #FFFFFF;
} 
#pagetext h1
{ padding: 8px 0px 8px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
  font-weight: bold;
  color: #2266DD;
  border-color: #2266DD;
}

#pagetext a{
  text-decoration: none;
  color: #000000; 
} 

#pagetext a:hover{
  text-decoration: none;
  border-bottom: 1px solid #2266DD;
}

.videolink{
  height: 16px;
  background: #B7B7B7;
  width: 512px;
  text-align: center;
  margin: 0px 0px 0px 0px;
}

#sidebar{
  display: none;
}

#footer{
  display: none;
}

/* contact page - form layout */
form{
  margin-top: 0px;
}

input{
  height: 12px;
  width: 110px; 
  font-family: verdana, arial, sans-serif;
  font-size: 100%;
  margin: 2px;
  border: 1px;
  border-color: #2266DD;
}

/* Drop Down Menu */
#dropmenudiv{
  position:absolute;
  font:normal 100% Verdana;
  line-height:24px;
  z-index:100;
  color: #DDDDDD;
  background: #666666;
}

#dropmenudiv a{
  width: 100%;
  display: block;
  text-indent: 3px;
  border-top: 1px solid #888888;
  padding: 1px 0;
  text-decoration: none;
  color: #DDDDDD;
  background: #666666;
}

#dropmenudiv a:hover{ /*hover background color*/
  background: #BBBBBB;
  color: #2266DD;
}

/* popup */
#layer1 {
  display: none;
}

#y10-info {
  display: none;
}
