/* GLOBALS */
body {
margin: 0 auto;
background-color: #f4e3cb;
text-align: center;
}

body,td {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}

a {
text-decoration: none;
color: #990000;
font-weight: bold;
}

a:hover {
text-decoration: none;
color: #c70909;
font-weight: bold;
}

a.fade img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; 
}

a.fade:hover img {
filter:alpha(opacity=80);   
-moz-opacity: .8;   
opacity: .8;
-khtml-opacity: .8; 
}

#container {
width: 600px;
margin: 0 auto;
border-left: 10px solid #ffffff;
border-right: 10px solid #ffffff;
border-bottom: 10px solid #ffffff;
}

#videodiv {
width: 600px;
background-color: #024579;
}


.spacer10 {
margin: 0 0 10px 0;
}

/* TOGGLE */
h2.trigger {
margin: 0;
padding: 0;
}

