BODY {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: white;
  background-color: black;
  background-image: url(vidgroup/back.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 11pt;
  padding: 0;
  margin-left: 2em;
  margin-right:2em;
  margin-bottom: 2em;
  margin-top: 135px; 
}

BODY.popup {
	margin-top: 2em;
}

IMG.home, IMG.floatLeft, IMG.floatRight {
  border: solid thin transparent;
  padding: 10px;
}

IMG.home:hover, IMG.floatLeft:hover, IMG.floatRight:hover {
    border: solid thin white;
    background: black;
}

IMG.floatLeft, IMG.floatRight {
  margin-bottom: 1em;
}

IMG.floatLeft {
    float: left;
    margin-right: 1em;
}

IMG.floatRight {
  float: right;
  margin-left: 1em;
 }

IMG.menu
{
	border: solid thin;
}	

IMG.middleRight {
  float: right;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 1em;
  margin-bottom: 1em;
  border: none;
}

H2 {
  text-align: center;
  font-weight: bold;
  font-size: 18pt;
  color: #EF0000;
}

H3 {
  color: #00AF00;
  font-size: 12pt;
}

H4 {
  font-weight: bold;
  font-size: 11pt;
  color: #7F7FFF;
}

A {
    color: cyan;
    text-decoration: none;
    font-weight: bold;
}

A:hover {
    color: green;
    background-color: white;
}

A.imageLink:hover {
    background-color: transparent;
}

TABLE.home {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

TABLE.fullWidth {
	width: 100%;
}

#vidMenu:hover {
    background-image: url("vidgroup/gradient.jpg");
    background-repeat: repeat-x;
    background-position: top;
}

A.mainMenu {
    color: white;
    background-color:  transparent;
    font-size: 13pt;
    padding-top: 7px;
    padding-bottom: 6px;
    padding-left: 4px;
    padding-right: 4px;
}

A.mainMenu:hover {
    background-image: url("vidgroup/gradient2.jpg");
    background-repeat: repeat-x;
    background-position: bottom;
}

.right {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
    text-align: right;
    clear: right;
}