#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: #FFF;
  /*background-position: 0 0;
  background-attachment:fixed;*/
  margin: 0;
  padding: 175px 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: 160px;
  color: #000;
  position: fixed;
  top: 0;
  width: 928px;
  }
div#banner {width: 928px; height:125px;}
#TextScroller {
  background: #0039a6;
  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: #00289F; text-align: center; padding: 20px 15px;}
table.content td.col_2 {width:38%; background: #0039a6; padding: 20px 16px;}
table.content td.col_3 {width:42%; background: #0039a6; padding: 20px 16px;}
table.footer td.pageFooter {
  padding: 0.5em 0 0.7em 0;
  text-align: center;
  color: #FFF;
  background: #00289F url(../images/backgrounds/bg_blue.jpg) repeat-x;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: small;
  font-weight: normal;
  border-top:1px solid #ee2e24;
  }
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: #ee2e24}
a, .link:hover {text-decoration: none; color: #FFF; outline: none;}
a:hover, .contactLink {color:#ee2e24; 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
   ***********************************************************************************/
.title {font-weight:bold; color:#ee2e24}
.pipe { font-weight: bold; color:#FFF;}
.page_filler {height:100px;}
.inlineimage { border: 1px solid #C0C0C0; padding: 1px;}
fieldset {border: 1px solid #ee2e24; padding:4px;}
.notice{background: #ee2e24; color:#FFF; padding:5px; border:1px solid #FFF;}
legend {
  color: #00316A;
  background: #ee2e24;
  border: 1px solid #FFF;
  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}
