#displaybox {
  padding-top:150px;
	z-index: 10000;
	filter: alpha(opacity=75); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75); /* IE */
	-moz-opacity: .75; /*older Mozilla*/
	-khtml-opacity: 0.75;   /*older Safari*/
	opacity: 0.75;   /*supported by current Mozilla, Safari, and Opera*/
	background-color:#000000;
	position:fixed; top:0px; left:0px; width:100%; height:100%; text-align:center; vertical-align:middle;
}
#film_container {
height:330px;
width:550px;
margin:0 auto;
}
.closeWindow { background:#0651B9;color:#FFF;font-weight:bold; font-size:14px;}
/* MAIN PAGE LAYOUT ELEMENTS
   ***********************************************************************************/
body {
  color: #000;
  background: #EEE url(../images/backgrounds/bg_blue.gif) repeat-x;
  background-position: 0 0;
  background-attachment:fixed;
  margin: 0;
  padding: 140px 0 1.7em 0; /* bottom padding is height of #bottomFrame */
  font-size:88%;
  }
#bodyContainer {
  width:928px;
  margin:0 auto;
  background: #2E48B4;
  }
#bodyContent {
  width: auto;
  margin: 0;
  padding:0;
  }
#bottomFrame {
	color: #000;
  position: fixed;
  bottom: 0;
  width: 928px;
  }
#topFrame {
	height: 120px;
	color: #000;
  position: fixed;
  top: 0;
  width: 928px;
  }
div#banner {width: 928px; height:90px;}
#TextScroller {
  background: url(../images/backgrounds/gradient_thead.gif) repeat-x bottom left;
  color: #FFF;
  border: none;
  width: 924px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style:italic;
  padding: 2px 2px 5px 2px;
  }
/* hide from mac ie5 \*/
#bottomFrame {position: absolute;}
/* end hide from mac ie5 */

html>body #bottomFrame, #topFrame {position: fixed;}

/* MAIN CONTENT TABLE STYLING
   ***********************************************************************************/
table.content td {
  color: #FFF;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: small;
  vertical-align: top;
  padding: 1em;
  }
table.content li {list-style-type: square}
table.content td.col_1 {width:20%; background: #2e65b4; text-align: center; padding: 20px 15px;}
table.content td.col_2 {width:38%; background: #00316A; padding: 20px 16px;}
table.content td.col_3 {width:42%; background: #2E48B4; padding: 20px 16px;}
table.footer td.pageFooter {
  padding: 0.5em 0 0.7em 0;
  text-align: center;
  color: #00316A;
  background: #f2a057 url(../images/menu/grad.gif) repeat-x bottom left;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: small;
  font-weight: normal;
  }
table.contactform td {white-space:nowrap; padding:3px;}
.formerror {border:1px solid #990000; background-color:#D70000; color:#FFFFFF; padding:4px; padding-left:6px;}
.required {font-weight:bold; color:#F30;}
/* TEXT LINKS STYLING
   ***********************************************************************************/
.link {color: #00316A}
a, .link:hover {text-decoration: none; color: #FFF; outline: none;}
a:hover, .contactLink {color:#E5342C; outline: none;}
a[rel="external"], a.external {
  white-space: nowrap;
  padding-right: 15px;
  background: url(../images/icons/externalLink_icon.gif) no-repeat 100% 50%;
  zoom: 1;
  outline: none;
  }
.button {
  background: url(../images/backgrounds/bg_button_orange.png) repeat-x top left; 
  color: #00316A;
  font-weight: bold;
  border: 1px solid #FF6600;
  cursor:pointer;
  margin-top:5px;
  }
.button:hover {
  background:url(../images/backgrounds/bg_button_red.png) repeat-x top left;
  color: #FFF;
  border: 1px solid #FF6600;
  }
/* MISCELLANEOUS CONTENT ELEMENTS STYLING
   ***********************************************************************************/
.pipe { font-weight: bold; color:#FFF;}
div#filler_500 {height:500px;}
.inlineimage { border: 1px solid #C0C0C0; padding: 1px;}
fieldset {border: 1px solid #FF6600; padding:4px;}
.notice{background: #FF6600; color:#FFF; padding:5px; border:1px solid #FFF;}
legend {
  color: #00316A;
  background: #f2a057 url(../images/backgrounds/bg_button_orange.png) repeat-x top left;
  border: 1px solid #FF6600;
  padding:2px 6px;
  font-weight:bold;
  margin-left:4px;
  }
.date {
  display: inline;
  float:left;
  color:#fff;
  }
input:focus, textarea:focus{background-color:#BCD2EE; color:#000;}
.input, .verification {background:#2e65b4; border: 1px solid #84C7CD; color:#FFF;}
.input {width:185px}
.verification {width:127px}